-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
{
"private": true,
"name": "svgproto",
"version": "0.0.0",
"license": "private",
"browserslist": [
"> 1%",
"last 2 versions"
],
"scripts": {
"start": "per-env",
"start:production": "npm run -s serve",
"start:development": "npm run -s dev",
"build": "preact build --no-prerender --no-sw --template src/index.html",
"serve": "preact build && preact serve",
"dev-notemp": "preact watch",
"dev": "preact watch --no-sw --template src/index.html"
},
"devDependencies": {
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^5.1.0",
"preact-cli": "^3.0.0-rc.10",
"simple-svg-loader": "file:./lib/simple-svg-loader",
"style-loader": "^0.23.1",
"worker-plugin": "^3.2.0"
},
"dependencies": {
"classnames": "^2.2.6",
"flubber": "^0.4.2",
"history": "^4.10.1",
"howler": "^2.2.0",
"preact": "^10.4.1",
"preact-cli-svg-loader": "^1.1.0",
"preact-router": "^3.2.1",
"rematrix": "^0.3.0",
"sat": "^0.8.0",
"svg-mesh-3d": "file:./lib/svg-mesh-3d",
"svg-path-bounds": "file:./lib/svg-path-bounds",
"three": "^0.116.1",
"three-simplicial-complex": "file:./lib/three-simplicial-complex",
"tweenr": "^2.2.1"
}
}