-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.28 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.28 KB
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
{
"name": "loic-starter",
"version": "0.1.0",
"description": "",
"main": "src/scripts/main.js",
"scripts": {
"start": "NODE_ENV=development gulp watch",
"build": "NODE_ENV=production gulp build"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"glslify-loader": "^1.0.2",
"gulp": "github:gulpjs/gulp#6d71a658c61edb3090221579d8f97dbe086ba2ed",
"gulp-autoprefixer": "^5.0.0",
"gulp-hub": "github:frankwallis/gulp-hub#registry-init",
"gulp-if": "^2.0.2",
"gulp-plumber": "^1.2.0",
"gulp-print": "^5.0.0",
"gulp-rename": "^1.3.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-util": "^3.0.8",
"raw-loader": "^0.5.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.12.0",
"webpack-stream": "^4.0.3"
},
"dependencies": {
"glslify": "^6.1.1",
"gsap": "^2.0.1",
"jquery": "^3.3.1",
"raf": "^3.4.0",
"three": "^0.93.0"
}
}