-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.65 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
61
62
{
"name": "acl_tasks",
"version": "1.0.0",
"description": "",
"main": "App.js",
"scripts": {
"server": "nodemon Backend/App.ts",
"node": "ts-node Backend/App.ts",
"client": "npm start --prefix frontend",
"dev": "concurrently \"npm run server\" \"npm run client\" "
},
"repository": {
"type": "git",
"url": "git+https://github.com/Advanced-Computer-Lab-2022/Task_1"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Advanced-Computer-Lab-2022/Task_1/issues"
},
"homepage": "https://github.com/Advanced-Computer-Lab-2022",
"dependencies": {
"@mui/icons-material": "^5.11.0",
"@types/file-saver": "^2.0.5",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.13",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"axios": "^1.1.3",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"concurrently": "^7.6.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"html-pdf": "^3.0.1",
"joi": "^17.7.0",
"joi-password-complexity": "^5.1.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.0.11",
"node": "^19.0.0",
"nodemailer": "^6.8.0",
"nodemon": "^2.0.20",
"pdfkit": "^0.13.0",
"react-hook-form": "^7.40.0",
"react-modal": "^3.16.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"zod": "^3.20.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.14",
"@types/jsonwebtoken": "^9.0.0"
}
}