-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.66 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "rabbits3d-client",
"version": "0.0.1",
"description": "",
"main": "server/app.js",
"scripts": {
"start": "node_modules/.bin/babel-node ./server/app.js",
"build": "node_modules/.bin/webpack --progress --color -p --config webpack.prod.config.js",
"lint": "node_modules/.bin/eslint --ignore-path .gitignore . ; exit 0"
},
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"babel-cli": "6.14.0",
"babel-core": "6.14.0",
"babel-loader": "6.2.5",
"babel-polyfill": "6.13.0",
"babel-plugin-transform-object-rest-spread": "6.8.0",
"babel-plugin-transform-react-jsx": "6.8.0",
"babel-plugin-transform-runtime": "6.15.0",
"babel-preset-es2015": "6.14.0",
"babel-preset-react": "6.11.1",
"babel-preset-stage-0": "6.5.0",
"babel-runtime": "6.11.6",
"event-emitter": "0.3.4",
"express": "4.14.0",
"keydrown": "1.2.3",
"lodash": "4.15.0",
"mainloop.js": "^1.0.3",
"react": "15.3.1",
"react-dom": "15.3.1",
"react-redux": "4.4.5",
"react-router": "2.7.0",
"react-three-renderer": "2.3.2",
"redux": "3.6.0",
"redux-thunk": "2.1.0",
"three": "0.79.0",
"webpack": "1.13.2",
"winston": "2.2.0"
},
"devDependencies": {
"babel-eslint": "6.1.2",
"eslint": "3.5.0",
"eslint-config-airbnb": "11.0.0",
"eslint-plugin-import": "1.14.0",
"eslint-plugin-jsx-a11y": "2.2.1",
"eslint-plugin-react": "6.2.0",
"redux-devtools": "3.3.1",
"redux-devtools-dock-monitor": "1.1.1",
"redux-devtools-log-monitor": "1.0.11",
"redux-logger": "2.6.1",
"webpack-dev-middleware": "1.6.1",
"webpack-hot-middleware": "2.12.2"
}
}