-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 839 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 839 Bytes
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
{
"name": "bspview",
"version": "1.0.0",
"description": "",
"dependencies": {
"@tweakpane/core": "^1.1.4",
"@tweakpane/plugin-essentials": "^0.1.7",
"stats.js": "^0.17.0",
"three": "^0.114.0",
"tweakpane": "^3.1.4"
},
"devDependencies": {
"@types/node": "^18.14.4",
"@types/stats.js": "^0.17.0",
"@types/three": "^0.103.2",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"buffer": "^5.7.1",
"parcel": "^2.8.3",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
},
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build --public-url /bspview --dist-dir docs --no-content-hash --no-source-maps src/index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}