-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.38 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
47
48
49
50
51
52
53
{
"name": "webgl2",
"version": "1.0.0",
"description": "",
"browserslist": "> 0.5%, last 2 versions, not dead",
"source": "src/index.html",
"scripts": {
"start": "NODE_ENV=dev parcel",
"build": "parcel build --public-url ./",
"push-gh-pages": "push-dir --dir=dist --branch=gh-pages --cleanup --verbose"
},
"engines": {
"node": "18.x"
},
"license": "MIT",
"devDependencies": {
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-react": "^7.31.8",
"prettier": "^2.7.1",
"process": "^0.11.10",
"push-dir": "^0.4.1"
},
"dependencies": {
"@emotion/css": "^11.10.0",
"@parcel/resolver-glob": "^2.7.0",
"@parcel/transformer-glsl": "^2.7.0",
"baobab": "^2.6.1",
"dat.gui": "^0.7.9",
"glslify": "^7.1.1",
"oimo": "^1.0.9",
"parcel": "^2.7.0",
"postprocessing": "^6.28.7",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-router-dom": "^6.3.0",
"stats.js": "^0.17.0",
"superstruct": "^1.0.3",
"three": "^0.144.0",
"three-orbit-controls": "^82.1.0",
"tone": "^14.7.77",
"twgl.js": "^5.0.1"
},
"alias": {
"process": false
}
}