This repository was archived by the owner on Oct 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.76 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.76 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
{
"name": "wishlist",
"version": "0.1.0",
"private": true,
"scripts": {
"next:build:dev": "next build",
"next:build:prod": "SKIP_LINT=true next build --no-lint",
"next:preview": "next start",
"db:push": "prisma db push",
"check": "next lint",
"dev": "next dev",
"postinstall": "prisma generate",
"prisma": "prisma",
"lint": "next lint",
"preview": "concurrently pnpm:db:dev pnpm:next:preview"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.529.1",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.10.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.25.0",
"accept-language": "^3.0.18",
"babel-loader": "^9.1.3",
"cheerio": "1.1.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"formidable": "^2.1.2",
"i18next": "^23.10.1",
"i18next-resources-to-backend": "^1.2.0",
"lucide-react": "^0.544.0",
"next": "^14.1.3",
"next-auth": "^4.24.7",
"next-plausible": "^3.12.0",
"nodemailer": "^6.9.11",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.51.0",
"react-i18next": "^14.1.0",
"sharp": "^0.34.0",
"superjson": "2.2.2",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.1.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint": "^8.56.5",
"@types/formidable": "^3.4.5",
"@types/node": "^20.11.25",
"@types/prettier": "^3.0.0",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"autoprefixer": "^10.4.18",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.0",
"prisma": "^5.10.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
},
"ct3aMetadata": {
"initVersion": "7.10.3"
}
}