-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.21 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
63
64
65
66
67
68
69
70
71
72
73
{
"name": "shelf-stability-system",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 8080",
"lint": "next lint",
"postinstall": "prisma generate",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@js-joda/core": "^5.6.1",
"@mui/icons-material": "^5.15.6",
"@mui/material": "^5.15.5",
"@mui/x-charts": "^6.19.5",
"@mui/x-data-grid": "^6.19.2",
"@mui/x-date-pickers": "^6.19.2",
"@sendgrid/mail": "^8.1.1",
"@tanstack/react-query": "^5.18.1",
"@types/bcrypt": "^5.0.2",
"@types/swagger-ui-react": "^4.18.3",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.1",
"dayjs": "^1.11.10",
"file-saver": "^2.0.5",
"next": "14.1.0",
"next-swagger-doc": "^0.4.0",
"swagger-ui-react": "^5.11.8",
"node-schedule": "^2.1.1",
"pdf-lib": "^1.17.1",
"qrcode": "^1.5.3",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@mui/material": "^5.15.6",
"@prisma/client": "^5.10.2",
"@types/bcryptjs": "^2.4.6",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.12",
"@types/material-ui": "^0.21.16",
"@types/next-auth": "^3.15.0",
"@types/node": "^20",
"@types/node-schedule": "^2.1.6",
"@types/qrcode": "^1.5.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-query": "^1.2.9",
"@types/supertest": "^6.0.2",
"@types/xlsx": "^0.0.36",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"jest": "^29.7.0",
"next": "14.1.0",
"next-auth": "^4.24.5",
"prisma": "^5.10.2",
"prisma-mock": "^0.10.0",
"react": "^18",
"react-dom": "^18",
"react-query": "^3.39.3",
"supertest": "^6.3.4",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}