-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.54 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
56
57
58
59
{
"name": "todolist",
"version": "1.0.0",
"description": "A to do list application - React + Redux",
"main": "server.js",
"scripts": {
"start": "cross-env NODE_ENV=development node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Waserman/todo-list.git"
},
"author": "Avi Waserman",
"license": "ISC",
"bugs": {
"url": "https://github.com/Waserman/todo-list/issues"
},
"homepage": "https://github.com/Waserman/todo-list#readme",
"dependencies": {
"antd": "^3.0.1",
"axios": "^0.17.1",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"css-loader": "^0.28.7",
"express": "^4.16.2",
"file-loader": "^1.1.5",
"lodash": "^4.17.4",
"mongoose": "^4.13.7",
"normalize.css": "^7.0.0",
"open": "0.0.5",
"qs": "^6.5.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"rodal": "^1.6.3",
"style-loader": "^0.19.1",
"thunk": "0.0.1",
"url-loader": "^0.6.2",
"webpack-dev-middleware": "^2.0.1",
"webpack-hot-middleware": "^2.21.0"
},
"devDependencies": {
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.1.1",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"webpack": "^3.10.0"
}
}