-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.53 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
{
"name": "book_rent",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"seed-role": "ts-node lib/casl.ts ",
"postinstall": "prisma generate",
"test": "cucumber-js"
},
"dependencies": {
"@auth/prisma-adapter": "^2.4.2",
"@casl/ability": "^6.7.1",
"@casl/prisma": "^1.4.1",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@faker-js/faker": "^8.4.1",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@mui/x-charts": "^7.12.0",
"@mui/x-date-pickers": "^7.12.0",
"@prisma/client": "^5.18.0",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^9.0.2",
"material-react-table": "^2.13.1",
"micromatch": "^4.0.7",
"mustache": "^4.2.0",
"next": "14.2.5",
"next-auth": "^4.24.7",
"nextjs-toploader": "^1.6.12",
"react": "^18",
"react-dom": "^18",
"supertest": "^7.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@cucumber/cucumber": "^10.9.0",
"@types/bcryptjs": "^2.4.6",
"@types/cucumber": "^7.0.0",
"@types/mustache": "^4.2.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/supertest": "^6.0.2",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"prisma": "^5.18.0",
"prisma-json-schema-generator": "^5.1.5",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.4"
}
}