forked from hantingting/React-Nodejs-Project-Quickly-Start
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 801 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
{
"name": "react-nodejs-learn",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "htt",
"license": "ISC",
"dependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-runtime": "^6.20.0",
"css-loader": "^0.23.1",
"ejs": "^2.4.2",
"express": "^4.14.0",
"jsx-loader": "^0.13.2",
"lodash": "^4.17.4",
"mssql": "^3.3.0",
"nodemon": "^1.11.0",
"path": "^0.12.7",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.1"
},
"devDependencies": {
"node-schedule": "^1.2.0",
"request": "^2.79.0"
}
}