-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1023 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
34
35
36
37
38
39
{
"name": "daily-cms-core",
"version": "1.0.0",
"main": "app.js",
"repository": "https://project.fptplay.net/hhhuythong1990/daily-cms-core.git",
"author": "FPT-Thong <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^0.17.1",
"body-parser": "^1.18.2",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"express-validator": "^4.3.0",
"jquery": "2.1.4",
"lodash": "^4.17.4",
"react": "^16.1.0",
"react-dom": "^16.1.0",
"react-form-with-constraints": "^0.6.4",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-validation": "^3.0.7",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"webpack": "^3.8.1"
},
"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",
"css-loader": "^0.28.7",
"file-loader": "^1.1.5",
"script-loader": "^0.7.2",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2"
}
}