-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 849 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
{
"name": "threethings",
"version": "1.0.0",
"description": "",
"main": "index.js",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/runtime-corejs2": "^7.4.4",
"@types/d3-quadtree": "^1.0.7",
"@types/dat.gui": "^0.7.2",
"@types/loglevel": "^1.5.3",
"@types/seedrandom": "^2.4.27",
"@types/three": "^0.93.14",
"d3-quadtree": "^1.0.6",
"dat.gui": "^0.7.3",
"loglevel": "^1.6.1",
"parcel-bundler": "^1.12.3",
"seedrandom": "^2.4.4",
"three": "^0.97.0",
"typescript": "^3.4.5"
},
"scripts": {
"deploy": "script/deploy.sh",
"clean": "rm dist/bundle.js",
"start": "parcel src/index.html",
"build-prod": "parcel build src/index.html"
},
"author": "Joey Harrington <[email protected]>",
"license": "ISC"
}