-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 954 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
37
38
{
"name": "",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"clean": "rm dist/bundle.js",
"start": "parcel src/index.html",
"build-prod": "parcel build src/index.html --public-url . -d ./docs/"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"glsl-noise": "0.0.0",
"glslify-bundle": "^5.1.1",
"glslify-deps": "^1.3.1",
"gsap": "^3.5.1",
"lerp": "^1.0.3",
"map-range": "^0.1.2",
"node-forge": "^0.10.0",
"parcel-bundler": "^1.12.4",
"prettier": "^2.0.5",
"sass": "^1.26.10",
"three": "^0.122.0",
"threejs-meshline": "^2.0.12",
"throttle-debounce": "^3.0.1",
"tweakpane": "^1.5.6"
},
"dependencies": {
"orbit-controls-es6": "^2.0.1"
}
}