-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 855 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 855 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
{
"name": "",
"version": "",
"description": "",
"proxy": "http://localhost:3000/",
"author": "",
"license": "",
"engines": {
"node": ">=6.13.0"
},
"scripts": {
"start": "nodemon server/index.js"
},
"dependencies": {
"axios": "0.19.2",
"body-parser": "1.19.0",
"cors": "2.8.5",
"express": "^4.16.3",
"http-proxy": "^1.18.1",
"morgan": "1.10.0",
"mysql": "2.18.1",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint-config-hackreactor": "git://github.com/reactorcore/eslint-config-hackreactor",
"http-proxy-middleware": "^1.0.4",
"nodemon": "^1.11.0",
"webpack": "^2.4.1"
}
}