-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.72 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
54
55
56
57
58
59
60
{
"name": "google-books-mern",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "if-env NODE_ENV=production && npm run start:prod || npm run start:dev",
"start:prod": "node server.js",
"start:dev": "concurrently \"nodemon --ignore 'client/*'\" \"npm run client\"",
"client": "cd client && npm run start",
"seed": "node scripts/seedDB.js",
"install": "cd client && npm install",
"build": "cd client && npm run build",
"heroku-postbuild": "npm run build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react-router-dom": "^5.1.7",
"concurrently": "^4.1.2",
"nodemon": "^1.18.7"
},
"dependencies": {
"@fortawesome/react-fontawesome": "^0.1.14",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"and": "0.0.3",
"audit": "0.0.6",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"bootstrap": "^4.6.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.10.0",
"font-awesome": "^4.7.0",
"fontawesome": "^5.6.3",
"if-env": "^1.0.4",
"jquery": "^3.6.0",
"jsonwebtoken": "^8.5.1",
"material-ui": "^0.20.2",
"material-ui-core": "^5.0.1",
"material-ui-react": "0.0.1",
"mongodb": "^3.6.6",
"mongoose": "^5.12.4",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0",
"popper.js": "^1.16.1",
"react": "^17.0.2",
"react-animated-css": "^1.2.1",
"react-bootstrap": "^1.5.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"react-spinners": "^0.10.6",
"reactstrap": "^8.9.0",
"then": "0.0.1"
}
}