-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "injury-info-app",
"version": "1.0.0",
"description": "",
"main": "backend/server.js",
"scripts": {
"client-install": "npm install --prefix client",
"start": "node server.js",
"server": "nodemon backend/server.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"author": "",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.2.1",
"ansi-regex": ">=5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"components": "^0.1.0",
"concurrently": "^6.3.0",
"express": "^4.16.4",
"is-empty": "^1.2.0",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.3.11",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"react-bootstrap": "^2.0.2",
"react-icons": "^4.3.1",
"react-router": "^6.0.2",
"styled": "^1.0.0",
"styled-components": "^5.3.3",
"validator": ">=13.7.0",
"web-vitals": "^2.1.2",
"yargs-parser": ">=13.1.2"
}
}