-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.51 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.51 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
43
44
45
46
47
48
49
50
51
{
"name": "csc-307-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"start": "concurrently \"npm run dev -w react-frontend\" \"npm run dev -w express-backend\""
},
"author": "",
"license": "ISC",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@eslint/js": "^9.4.0",
"@shelf/jest-mongodb": "^4.3.2",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"globals": "^15.3.0",
"identity-obj-proxy": "^3.0.0",
"ignore-styles": "^5.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-mock": "^29.7.0",
"nodemon": "^3.1.0",
"prettier": "^3.3.0"
},
"dependencies": {
"bcrypt": "^5.1.1",
"concurrently": "^8.2.2",
"date-fn": "^0.0.2",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.7.0",
"mongodb-memory-server-core": "^9.3.0",
"mongoose": "^8.4.1",
"node-fetch": "^3.3.2",
"process": "^0.11.10",
"react-icons": "^4.12.0",
"router-dom": "^2.2.11"
}
}