-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "react-intro",
"version": "1.0.0",
"description": "intro to react js for refresh cleveland",
"main": "index.js",
"scripts": {
"deps": "npm install -g webpack eslint eslint-plugin-react babel-eslint eslint-plugin-babel; npm install",
"start": "NODE_ENV=development node server.js"
},
"author": "Justin Smith",
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.3.19",
"normalizr": "1.1.0",
"ramda": "0.19.0",
"react": "0.14.6",
"react-dom": "0.14.6",
"react-redux": "4.0.6",
"redux": "3.0.5",
"redux-thunk": "1.0.0",
"updeep": "0.10.1"
},
"devDependencies": {
"babel": "5.8.23",
"babel-eslint": "4.1.3",
"babel-loader": "5.3.2",
"babel-plugin-rewire": "0.1.22",
"eslint": "1.10.3",
"eslint-loader": "1.1.1",
"eslint-plugin-babel": "3.0.0",
"eslint-plugin-react": "3.11.3",
"file-loader": "0.8.4",
"material-ui": "0.14.2",
"mocha": "2.3.3",
"react-hot-loader": "^1.3.0",
"react-router": "^2.0.0-rc5",
"redux-devtools": "2.1.5",
"redux-history-transitions": "^2.0.0",
"sass-loader": "3.0.0",
"webpack": "1.12.9",
"webpack-dev-server": "1.14.0"
}
}