-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 772 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 772 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
{
"name": "react-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.16.2",
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"morgan": "^1.8.2",
"mysql": "^2.13.0",
"mysql2": "^1.3.6",
"query-string": "^4.3.4",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-bootstrap": "^0.31.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"react-scripts": "0.9.5",
"redux": "^3.7.2",
"sequelize": "^4.3.2"
},
"devDependencies": {},
"scripts": {
"start": "node ./server/index.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}