-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "don",
"version": "1.0.0",
"description": "To start your Phoenix app:",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"jquery": "^2.2.2",
"lodash": "^4.7.0",
"material-ui": "^0.15.0-alpha.2",
"react": "^0.14.7",
"react-bootstrap": "^0.28.4",
"react-card": "^1.0.2",
"react-foundation": "^0.6.4",
"react-redux": "^4.4.1",
"react-router": "2.0.1",
"react-spinner-children": "^1.0.4",
"redux": "^3.0.4",
"redux-thunk": "^1.0.0",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {
"babel-core": "^6.1.2",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.1.2",
"babel-preset-react": "^6.1.2",
"css-loader": "^0.22.0",
"extract-text-webpack-plugin": "^0.9.1",
"node-libs-browser": "^0.5.3",
"node-sass": "^3.4.1",
"react-dom": "^0.14.2",
"redux-devtools": "^3.2.0",
"sass-loader": "^3.1.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.2"
}
}