-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 896 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
{
"name": "react-redux-materialui",
"version": "1.0.0",
"description": "Seeing the redux stack in action with material ui",
"main": "index.js",
"scripts": {
"watch": "webpack --progress --colors --watch --config ./build.config.js",
"build": "webpack --config ./build.config.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"path": "^0.12.7",
"webpack": "^1.0.0"
},
"dependencies": {
"email-validator": "^1.0.4",
"lodash.assign": "^4.0.8",
"lodash.without": "^4.1.2",
"material-ui": "^0.14.4",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-redux": "^4.4.4",
"react-tap-event-plugin": "^0.2.0",
"redux": "^3.4.0",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"valid-url": "^1.0.9"
}
}