forked from laylawu2/senior-enrichment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 924 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 924 Bytes
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
{
"name": "mhiaofjs",
"version": "0.0.1",
"description": "A review time project",
"main": "main.js",
"scripts": {
"start:dev": "webpack -w & nodemon main.js",
"start": "node main"
},
"keywords": [
"react",
"redux",
"skeleton"
],
"dependencies": {
"axios": "^0.17.1",
"babel-preset-env": "^1.6.1",
"body-parser": "^1.15.2",
"chalk": "^1.1.3",
"express": "^4.14.0",
"pg": "^6.1.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router-dom": "^4.1.1",
"redux": "^3.6.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.1.0",
"sequelize": "^4.7.4"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"volleyball": "^1.4.1",
"webpack": "^3.5.5"
}
}