-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.94 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.94 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "koremina",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev --turbo",
"prisma:studio:dev": "export POSTGRES_PRISMA_URL=$(dotenv -- bash -c 'echo $POSTGRES_LOCAL_URL') && prisma studio",
"dev:dbprod": "next dev",
"dev:host": "next dev -H 192.168.11.31",
"build": "prisma generate --sql && next build --turbo",
"start": "next start",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test": "jest"
},
"dependencies": {
"@auth/prisma-adapter": "^2.10.0",
"@hookform/resolvers": "^5.2.2",
"@next/third-parties": "16.1.6",
"@prisma/client": "^6.16.2",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@vercel/analytics": "^1.5.0",
"@vercel/blob": "^2.0.0",
"axios": "^1.12.2",
"blueimp-load-image": "^5.16.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dayjs": "^1.11.18",
"lucide-react": "^0.562.0",
"motion": "^12.23.26",
"next": "16.1.6",
"next-auth": "^5.0.0-beta.16",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"nextjs-toploader": "^3.9.17",
"nodemailer": "^7.0.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.63.0",
"react-icons": "^5.5.0",
"react-image-crop": "^11.0.10",
"sharp": "^0.34.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.4.0",
"zod": "^4.1.11"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.2.0",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/blueimp-load-image": "^5.16.6",
"@types/jest": "^30.0.0",
"@types/node": "^22.19.1",
"@types/nodemailer": "^7.0.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"dotenv-cli": "^11.0.0",
"eslint": "^9.37.0",
"eslint-config-next": "16.1.6",
"eslint-config-prettier": "^10.1.8",
"jest": "^30.1.3",
"jest-environment-jsdom": "^30.1.2",
"only-allow": "^1.2.1",
"postcss": "^8",
"prettier": "^3.8.1",
"prisma": "^6.19.0",
"tailwindcss": "^4.2.0",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"packageManager": "pnpm@10.30.1+sha512.3590e550d5384caa39bd5c7c739f72270234b2f6059e13018f975c313b1eb9fefcc09714048765d4d9efe961382c312e624572c0420762bdc5d5940cdf9be73a"
}