-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.18 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
44
45
46
{
"name": "vroom",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"predev": "npm run clean",
"dev": "parcel src/index.html -p 1234 --open",
"prebuild": "npm run clean",
"build": "parcel build src/index.html --out-dir ../vroom.judahpaul.com --public-url . --detailed-report",
"clean": "shx rm -rf dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"bugs": {},
"homepage": "",
"devDependencies": {
"cannon": "^0.6.2",
"dat.gui": "^0.7.3",
"glslify-bundle": "^5.1.1",
"glslify-deps": "^1.3.1",
"parcel-bundler": "^1.12.3",
"parcel-plugin-asset-copier": "^1.0.0",
"parcel-plugin-static-files-copy": "^2.1.2",
"prettier": "^2.8.7",
"shx": "^0.3.2",
"three": "^0.111",
"three-orbit-controls": "^82.1.0",
"webpack-cli": "^5.0.1"
},
"staticFiles": {
"staticPath": "static",
"watcherGlob": "**"
},
"dependencies": {
"ajv": "^8.12.0",
"babel-loader": "^9.1.2",
"file-loader": "^6.2.0",
"gsap": "^2.1.2",
"raw-loader": "^4.0.2",
"stats.js": "^0.17.0",
"three-gltf-loader": "^1.111.0",
"webpack": "^5.76.0"
}
}