-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 911 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 911 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
35
{
"name": "Test",
"version": "0.0.1",
"devDependencies": {
"babel-preset-react": "^6.3.13",
"babel-plugin-transform-es2015-modules-commonjs": "^6.10.3",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"chai": "^3.5.0",
"del": "^2.2.0",
"envify": "^3.4.1",
"eslint-plugin-react": "^5.1.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^2.0.0",
"gulp-jade": "^1.1.0",
"gulp-mocha": "^2.2.0",
"gulp-stylus": "^2.1.1",
"gulp-uglify": "^1.5.1",
"minimist": "^1.2.0",
"nib": "^1.1.0",
"run-sequence": "^1.2.0",
"uglifyify": "^3.0.2",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"react": "^15.3.1",
"react-dom": "15.2.0",
"react-three-renderer": "^2.2.0",
"redux": "^3.5.2",
"three": "^0.78.0"
}
}