-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.16 KB
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
{
"name": "game_review",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"nodemon": "node ./node_modules/nodemon/bin/nodemon.js ./bin/www",
"heroku-postbuild": "npm install && cd front && npm install && npm run build"
},
"dependencies": {
"@iconify-icons/akar-icons": "^1.1.9",
"@iconify-icons/cib": "^1.1.0",
"@iconify-icons/ls": "^1.1.0",
"@iconify-icons/mdi": "^1.1.14",
"@iconify/react": "^1.1.4",
"@material-ui/core": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.57",
"cookie-parser": "~1.4.4",
"debug": "^4.3.1",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-session": "^1.17.1",
"install": "^0.13.0",
"mongodb": "^3.6.6",
"morgan": "~1.9.1",
"node": "^16.0.0",
"nodemon": "^2.0.7",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"react-icons": "^4.2.0",
"react-router-dom": "^5.2.0",
"react-star-ratings": "^2.3.0",
"reactstrap": "^8.9.0",
"yarn": "^1.22.10"
},
"devDependencies": {
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-react": "^7.23.1",
"prettier": "^2.2.1"
}
}