-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.23 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.23 KB
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
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"start": "next start"
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@heroicons/react": "^2.2.0",
"@mui/icons-material": "^6.4.8",
"@mui/material": "^6.4.8",
"@mui/material-nextjs": "^6.4.3",
"@mui/utils": "^6.4.8",
"@mui/x-data-grid": "^7.28.0",
"@tailwindcss/forms": "^0.5.10",
"@tanstack/react-table": "^8.21.2",
"autoprefixer": "10.4.20",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"lucide-react": "^0.483.0",
"next": "15.3.0-canary.9",
"postcss": "8.5.1",
"postgres": "^3.4.5",
"react": "latest",
"react-dom": "latest",
"tailwind-merge": "^3.0.2",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.7.3",
"use-debounce": "^10.0.4",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/node": "22.10.7",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"bcrypt",
"sharp"
]
}
}