forked from PentaTech-Inc/Media-Tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.25 KB
/
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
45
46
47
48
49
50
51
52
53
{
"name": "media-tracker",
"version": "0.1.0",
"private": true,
"main": "server.js",
"dependencies": {
"axios": "^0.19.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"concurrently": "^5.0.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.17.0",
"hookrouter": "^1.2.3",
"jsonwebtoken": "^8.5.1",
"mdbreact": "^4.22.0",
"mongoose": "^5.7.8",
"nuka-carousel": "^4.5.12",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"qs": "^6.9.0",
"react": "^16.11.0",
"react-bootstrap": "^1.0.0-beta.14",
"react-dom": "^16.11.0",
"react-icons": "^3.8.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-slick": "^0.25.2",
"slick-carousel": "^1.8.1"
},
"scripts": {
"start": "node server.js",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}