-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.21 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
{
"name": "cs308",
"version": "1.0.0",
"description": "CS 308",
"main": "index.js",
"scripts": {
"start": "node routers/server.js",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"bootstrap": "^5.3.3",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express-list-endpoints": "^7.1.0",
"express-validator": "^7.2.1",
"gopd": "^1.2.0",
"js-cookie": "^3.0.5",
"mongodb": "^6.9.0",
"nodemailer": "^6.9.16",
"pdfkit": "^0.15.1",
"react-router-dom": "^6.27.0",
"remixicon": "^4.5.0",
"string-similarity": "^4.0.4",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.15.2",
"swiper": "^11.1.15",
"util": "^0.12.5",
"uuid": "^11.0.3"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@testing-library/react": "^16.0.1",
"axios": "^1.7.9",
"babel-jest": "^29.7.0",
"express": "^4.21.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mongodb-memory-server": "^10.1.3",
"mongoose": "^8.9.4",
"supertest": "^7.0.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
}
}