forked from besscroft/PicImpact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 3.1 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
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
91
92
93
94
95
96
{
"name": "picimpact",
"version": "2.0.5",
"private": true,
"author": "Bess Croft <[email protected]>",
"packageManager": "[email protected]",
"scripts": {
"dev": "pnpm run prisma:dev && pnpm run prisma:generate && next dev",
"build": "next build",
"build:vercel": "pnpm run prisma:deploy && npx prisma generate && next build",
"build:netlify": "pnpm run prisma:deploy && npx prisma generate && next build",
"build:node": "pnpm run prisma:deploy && npx prisma generate && next build",
"start": "next start",
"lint": "next lint",
"prisma:format": "npx prisma format",
"prisma:generate": "npx prisma generate",
"prisma:dev": "npx prisma migrate dev",
"prisma:deploy": "npx prisma migrate deploy",
"prebuild": "npx prisma generate"
},
"dependencies": {
"@ant-design/nextjs-registry": "^1.0.1",
"@auth/prisma-adapter": "^2.7.2",
"@aws-sdk/client-s3": "^3.679.0",
"@hono/node-server": "^1.13.3",
"@hookform/resolvers": "^3.9.1",
"@prisma/client": "^5.21.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.3",
"antd": "^5.21.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"compressorjs": "^1.2.1",
"crypto-js": "^4.2.0",
"cuid": "^3.0.0",
"dayjs": "^1.11.13",
"emblor": "^1.4.6",
"exifreader": "^4.25.0",
"framer-motion": "^11.11.17",
"heic2any": "^0.0.4",
"hono": "^4.6.11",
"input-otp": "^1.2.4",
"livephotoskit": "^1.5.6",
"lucide-react": "^0.454.0",
"next": "^15.0.4-canary.5",
"next-auth": "^5.0.0-beta.25",
"next-nprogress-bar": "^2.3.14",
"next-qrcode": "^2.5.1",
"next-themes": "^0.3.0",
"otpauth": "^9.3.4",
"react": "19.0.0-rc-5c56b873-20241107",
"react-dom": "19.0.0-rc-5c56b873-20241107",
"react-hook-form": "^7.53.1",
"react-photo-album": "^3.0.2",
"rss": "^1.2.2",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.4",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.0",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/node": "^20.17.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^15.0.3",
"postcss": "^8.4.47",
"prisma": "^5.21.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}