-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.33 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
{
"name": "breaklog",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^6.0.1",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"antd": "^5.22.4",
"autoprefixer": "10.4.20",
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"dayjs": "^1.11.13",
"eslint": "9.16.0",
"eslint-config-next": "^15.1.0",
"formik": "^2.4.6",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.468.0",
"luxon": "^3.5.0",
"next": "^15.1.0",
"nodemailer": "^6.9.16",
"postcss": "^8.4.49",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.4.1",
"react-timezone-select": "^3.2.8",
"tailwindcss": "3.4.16",
"typescript": "5.7.2",
"uuid": "^11.0.3",
"yup": "^1.5.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.7",
"@types/luxon": "^3.4.2",
"@types/nodemailer": "^6.4.17",
"daisyui": "^4.12.22",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"prisma": "^6.0.1"
}
}