-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "backend",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "concurrently \"npm start --prefix backend\" \"npm start --prefix frontend\""
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"concurrently": "^9.0.1",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"joi-password-complexity": "^5.1.0",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.0",
"mongodb": "^5.4.0",
"mongoose": "^7.1.0",
"morgan": "~1.9.1",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.1",
"react-router": "^6.11.1",
"react-scripts": "5.0.1",
"react": "^18.2.0",
"sass": "^1.62.1",
"web-vitals": "^3.3.1"
},
"devDependencies": {
"nodemon": "^2.0.18"
}
}