-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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
{
"name": "beyond-studio-scoping",
"version": "1.0.0",
"description": "scoping for beyond studio",
"main": "app.js",
"scripts": {
"test": "",
"start": "parcel app.js --hmr-port 50619"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axbwh/beyond-studio-scoping.git"
},
"author": "Alex Bannwarth",
"license": "ISC",
"bugs": {
"url": "https://github.com/axbwh/beyond-studio-scoping/issues"
},
"homepage": "https://github.com/axbwh/beyond-studio-scoping#readme",
"dependencies": {
"@parcel/transformer-glsl": "^2.7.0",
"animejs": "^3.2.1",
"canvg": "^4.0.1",
"curtainsjs": "^8.1.3",
"detect-gpu": "^5.0.1",
"glsl-blend-overlay": "^1.0.5",
"glsl-easings": "^1.0.0",
"glsl-noise": "0.0.0",
"lodash": "^4.17.21",
"lottie-web": "^5.10.0",
"parcel": "^2.7.0",
"parse-color": "^1.0.0",
"stats.js": "^0.17.0",
"three": "^0.144.0",
"three-subdivide": "^1.1.0",
"virtual-scroll": "^2.2.1"
},
"devDependencies": {
"assert": "^2.0.0",
"buffer": "^6.0.3",
"constants-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"util": "^0.12.4"
}
}