-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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
{
"name": "dental-system",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && prisma generate",
"postinstall": "prisma generate",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@mantine/core": "^7.3.0",
"@mantine/dates": "^7.3.0",
"@mantine/form": "^7.3.0",
"@mantine/hooks": "^7.3.0",
"@mantine/modals": "^7.3.0",
"@mantine/notifications": "^7.3.0",
"@prisma/client": "^5.6.0",
"@tabler/icons-react": "^2.40.0",
"autoprefixer": "10.4.16",
"bcrypt": "^5.1.1",
"bcrypt-ts": "^5.0.0",
"dayjs": "^1.11.10",
"eslint-config-next": "^14.0.3",
"mysql": "^2.18.1",
"next": "^14.0.3",
"next-auth": "^4.23.1",
"nodemailer": "^6.9.7",
"nookies": "^2.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"@types/bcrypt": "^5.0.1",
"@types/node": "20.8.9",
"@types/react": "18.2.32",
"postcss": "^8.4.32",
"postcss-preset-mantine": "^1.11.1",
"postcss-simple-vars": "^7.0.1",
"prisma": "^5.6.0",
"prisma-dbml-generator": "^0.9.1",
"typescript": "5.2.2"
}
}