-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.56 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "vdw-inst",
"scripts": {
"dev": "next",
"build": "next build",
"export-dist": "next build && next export -o dist",
"export-gh": "next build && env ASSET_PREFIX=/vdw-inst next export -o docs && touch docs/.nojekyll",
"export": "npm run export-dist && npm run export-gh",
"exportStaging": "next build && next export -o dist && gulp gzipDist && aws s3 sync ./dist s3://vdw-tool.thisotherthing.co --delete --acl public-read --content-encoding gzip --cache-control max-age=2592000",
"start": "npm run browser & next",
"live": "live-server dist",
"browser": "sleep 3; open http://localhost:3000"
},
"dependencies": {
"array-shuffle": "^1.0.1",
"gsap": "^2.0.2",
"matter-js": "^0.14.2",
"next": "^5.1.0",
"opentype.js": "^0.10.0",
"pathseg": "^1.2.0",
"poly-decomp": "^0.3.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"seed-random": "^2.2.0",
"svg-path-bounds": "^1.0.1",
"three": "^0.92.0"
},
"devDependencies": {
"@types/matter-js": "^0.10.1",
"@types/next": "^2.4.10",
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5",
"@types/styled-jsx": "^2.2.3",
"@types/three": "^0.89.12",
"@zeit/next-typescript": "0.0.10",
"gulp": "^3.9.1",
"gulp-gzip": "^1.4.2",
"live-server": "^1.2.0",
"next-progressbar": "^1.0.0",
"node-sass": "^4.9.0",
"raw-loader": "^0.5.1",
"styled-jsx-css-loader": "^0.3.0",
"styled-jsx-plugin-sass": "^0.2.4",
"tslint": "^5.10.0",
"typescript": "^2.8.3",
"webpack-glsl-loader": "^1.0.1"
}
}