-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 833 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
{
"name": "scs-csg-subtraction-webgl",
"version": "1.0.0",
"description": "CSGS scs mesh subtraction in webgl",
"homepage": "https://loosetooth.github.io/scs-csg-subtraction-webgl",
"scripts": {
"start": "parcel src/index.html --no-hmr --out-dir=tmp",
"build": "parcel build src/index.html --out-dir=dist --public-url='./'",
"predeploy": "yarn run build",
"deploy": "gh-pages -d dist"
},
"keywords": [],
"author": "",
"dependencies": {
"@types/three": "^0.92.25",
"babel-polyfill": "^6.26.0",
"three": "^0.97.0",
"three-full": "^11.3.2"
},
"devDependencies": {
"autoprefixer": "^9.1.5",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"gh-pages": "^5.0.0",
"parcel-bundler": "^1.10.2",
"postcss-modules": "^1.4.1",
"typescript": "^3.1.3"
}
}