-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 957 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
39
40
41
{
"name": "Gopher",
"version": "0.0.2",
"private": true,
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.3.0",
"browser-sync": "^2.14.0",
"browserify": "^13.1.0",
"del": "^2.2.2",
"eslint": "^3.4.0",
"gulp": "^3.9.1",
"merge-stream": "^1.0.0",
"proxy-middleware": "^0.15.0",
"vinyl-source-stream": "^1.1.0"
},
"paths": {
"basedir": "./app",
"js": "./app/**/*.js",
"jsx": "./app/**/*.jsx",
"app": "./app/js/main.jsx",
"html": "./app/*.html"
},
"dest": {
"app": "main.js",
"dist": "dist/js"
},
"dependencies": {
"immutable": "^3.8.1",
"lodash": "^4.15.0",
"react": "^15.3.1",
"react-addons-perf": "^15.3.1",
"react-bootstrap": "^0.30.3",
"react-dom": "^15.3.1",
"reflux": "^0.4.1"
}
}