-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 986 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
40
41
42
43
44
{
"name": "stewie",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "react-scripts start"
},
"dependencies": {
"axios": "^0.19.2",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"helmet": "^3.21.2",
"http-errors": "~1.6.3",
"jade": "^1.11.0",
"morgan": "~1.9.1",
"node-sass": "^4.13.0",
"passport": "^0.4.1",
"pg": "^7.15.1",
"pg-hstore": "^2.3.3",
"rate-limiter-flexible": "^1.2.0",
"react": "^16.12.0",
"react-axios": "^2.0.3",
"react-dom": "^16.12.0",
"react-image-gallery": "^1.0.8",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.3.0",
"sequelize": "^5.21.3",
"sequelize-cli": "^5.5.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}