-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 899 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
35
36
{
"name": "winstonzhao",
"version": "1.0.0",
"description": "The web portfolio of Winston Zhao",
"main": "index.js",
"source": "src/index.html",
"scripts": {
"dev": "parcel src/index.html src/portfolio/*",
"prod": "parcel build src/index.html src/portfolio/* --no-minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nomnomburger/winstonzhao.git"
},
"keywords": [
"Winston",
"Zhao"
],
"author": "Winston Zhao",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nomnomburger/winstonzhao/issues"
},
"homepage": "https://github.com/Nomnomburger/winstonzhao#readme",
"dependencies": {
"gsap": "^3.11.5",
"imagesloaded": "^5.0.0",
"locomotive-scroll": "^4.1.4",
"split-type": "^0.3.3"
},
"devDependencies": {
"cssnano": "^6.0.1",
"parcel-bundler": "1.12.5",
"postcss": "^8.4.24"
}
}