-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 733 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 733 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
{
"name": "TY",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "budo src/main.js:dist/app.js --live",
"build": "browserify src/main.js | uglifyjs -cm > dist/app.js"
},
"browserify": {
"transform": [
"babelify",
"glslify"
]
},
"author": "WaterTian <changewater@qq.com>",
"dependencies": {
"dat-gui": "^0.5.0",
"gsap": "^1.20.2",
"stats.js": "^0.17.0",
"three": "^0.94.0",
"three-orbit-controls": "^82.1.0",
"tone": "^0.12.80"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"budo": "^10.0.4",
"glslify": "^6.1.0",
"uglify-js": "^3.0.26",
"vconsole": "^3.0.0"
}
}