-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) 路 912 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) 路 912 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
31
32
33
34
{
"name": "beesly",
"version": "0.7.2",
"description": "Three.js starter - Beesly 馃崪",
"main": "app.js",
"author": "Dakumisu",
"license": "MIT",
"scripts": {
"dev": "vite -m development -c config/vite.config.js",
"build": "vite build -m production -c config/vite.config.js",
"staging": "vite build -m staging -c config/vite.config.js"
},
"dependencies": {
"@waaark/luge": "^0.6.2-beta",
"animejs": "^3.2.1",
"detect-gpu": "^4.0.7",
"howler": "^2.2.1",
"philbin-packages": "^1.0.19",
"three": "^0.125.1"
},
"devDependencies": {
"bezier-easing": "^2.1.0",
"bowser": "^1.9.4",
"esbuild": "^0.14.23",
"fast-random": "^2.0.4",
"meshoptimizer": "^0.17.0",
"sass": "^1.35.1",
"stats.js": "^0.17.0",
"tweakpane": "^3.0.7",
"vite": "^2.7.13",
"vite-plugin-glslify": "^2.0.1",
"vite-plugin-handlebars": "^1.6.0"
}
}