-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1010 Bytes
/
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
{
"name": "starter-webpack-threejs-es6",
"version": "0.0.1",
"description": "Simple stack for Three.JS with Webpack (ES6 Loader)",
"main": "src/Main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Thibaut MAREILLE",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.1.21",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.1.18",
"browser-sync": "^2.10.0",
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.12.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.1.0",
"gulp-sequence": "^0.4.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.1.0",
"node-notifier": "^4.3.1",
"webpack": "^1.10.5",
"webpack-stream": "^2.0.0"
},
"dependencies": {
"gsap": "^1.18.0",
"three": "^0.73.0"
}
}