forked from TheoGil/celestial-bodies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 830 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
{
"name": "threejs-starter",
"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"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"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",
"orbit-controls-es6": "^2.0.1",
"parcel-bundler": "^1.12.4",
"prettier": "^2.0.5",
"sass": "^1.26.10",
"three": "^0.119.1",
"glsl-map": "^1.0.1",
"postprocessing": "^6.17.4",
"tweakpane": "^1.5.5"
},
"dependencies": {}
}