-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 958 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
34
{
"name": "portfolio",
"version": "1.0.0",
"description": "Codebase for v1 of my personal website (blessedzulu.com)",
"repository": "https://github.com/blessedzulu/portfolio.git",
"scripts": {
"start": "parcel serve src/index.html --open",
"build": "parcel build src/index.html --no-source-maps",
"start:play": "parcel serve playground/index.html --open"
},
"browserslist": "defaults",
"keywords": [
"website",
"portfolio",
"personal website"
],
"author": "Blessed Zulu",
"license": "ISC",
"dependencies": {
"@barba/core": "^2.9.7",
"@splitbee/web": "^0.3.0",
"gsap": "^3.11.4",
"lazysizes": "^5.3.2",
"smooth-scrollbar": "^8.7.4"
},
"devDependencies": {
"@parcel/transformer-image": "^2.0.0-rc.0",
"@parcel/transformer-sass": "^2.0.0-rc.0",
"autoprefixer": "^10.4.0",
"parcel": "^2.2.0",
"parcel-reporter-static-files-copy": "^1.3.4",
"postcss": "^8.4.5"
}
}