-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.83 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
{
"name": "subscription-manager",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"restore-db": "tsx --no-warnings ./prisma/restoreFromOldDB",
"nothing": "echo nothing"
},
"dependencies": {
"@headlessui/react": "^2.0.0-alpha.4",
"@heroicons/react": "^2.1.3",
"@hookform/resolvers": "^3.0.0",
"@prisma/client": "^5.12.0",
"@radix-ui/react-tooltip": "^1.0.6",
"@tailwindcss/forms": "^0.5.3",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-next-experimental": "^5.28.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"lodash": "^4.17.21",
"lucide-react": "^0.364.0",
"moment": "^2.30.1",
"next": "^14.2.0",
"next-auth": "^5.0.0-beta.16",
"next-safe-action": "^6.2.0",
"nodemailer": "^6.9.13",
"react": "18.2.0",
"react-countdown-circle-timer": "^3.2.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
"react-spinners": "^0.13.8",
"react-tailwindcss-datepicker": "^1.6.3",
"react-tailwindcss-select": "^1.8.5",
"sharp": "^0.33.3",
"superjson": "^2.2.1",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.6",
"template-file": "^6.0.1",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^5.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.28.6",
"@tanstack/react-query-devtools": "^5.28.10",
"@types/lodash": "^4.14.191",
"@types/node": "^20.12.3",
"@types/nodemailer": "^6.4.7",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/tailwindcss": "^3.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"prisma": "^5.12.0",
"tailwindcss": "^3.4.3",
"tailwindcss-debug-screens": "^2.2.1",
"tsx": "^4.7.1",
"typescript": "^5.4.3"
}
}