-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.07 KB
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
{
"name": "react-express-spa-diary",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "linyuhua",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"body-parser": "^1.16.0",
"css-loader": "^0.26.1",
"isomorphic-fetch": "^2.2.1",
"jwt-simple": "^0.5.1",
"marked": "^0.3.6",
"mongodb": "^2.2.22",
"react": "^15.4.2",
"react-devtools": "^2.0.12",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router-redux": "^4.0.8",
"redux": "^3.6.0",
"redux-devtools": "^3.3.2",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.2.0",
"redux-logger": "^2.8.1",
"redux-router": "^2.1.2",
"redux-thunk": "^2.2.0",
"style-loader": "^0.13.1",
"webpack": "^2.2.1"
},
"dependencies": {
"ejs": "^2.5.5",
"express": "^4.14.1",
"react-router": "^3.0.2"
}
}