forked from cobiwave/simplefolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 865 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "simplefolio",
"version": "1.0.1",
"private": "true",
"description": "A clean, beautiful and responsive portfolio template for Developers!",
"source": "src/index.html",
"scripts": {
"start": "parcel",
"build": "parcel build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cobiwave/simplefolio"
},
"keywords": [],
"author": "Jacobo Martinez",
"license": "ISC",
"bugs": {
"url": "https://github.com/cobiwave/simplefolio/issues"
},
"homepage": "https://github.com/cobiwave/simplefolio#readme",
"devDependencies": {
"@parcel/compressor-brotli": "^2.12.0",
"@parcel/compressor-gzip": "^2.12.0",
"@parcel/transformer-sass": "^2.8.2",
"parcel": "^2.8.2"
},
"dependencies": {
"bootstrap": "^5.2.3",
"material-symbols": "^0.18.0",
"scrollreveal": "^4.0.9"
}
}