-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) Β· 4.58 KB
/
package.json
File metadata and controls
138 lines (138 loc) Β· 4.58 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "fittrack",
"version": "1.3.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"email": "email dev",
"start": "next start",
"stripe-webhooks": "stripe listen --forward-to localhost:3000/api/webhooks/stripe",
"vercel-build": "next build",
"old-vercel-build": "prisma generate && prisma migrate deploy && next build",
"postinstall": "prisma generate",
"lint": "next lint",
"import:exercises-full": "tsx scripts/import-exercises-with-attributes.ts",
"db:seed": "pnpm run import:exercises-full ./data/databse.csv",
"db:seed-plans": "tsx scripts/seed-subscription-plans-simple.ts",
"db:seed-leaderboard": "tsx scripts/seed-leaderboard-data.ts",
"migrate:prod": "env-cmd -f .env.production prisma migrate deploy"
},
"resolutions": {
"prettier": "^3.4.2"
},
"dependencies": {
"@auth/prisma-adapter": "^2.8.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^5.0.1",
"@openpanel/nextjs": "^1.0.8",
"@prisma/client": "^6.14.0",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-aspect-ratio": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-hover-card": "^1.1.7",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-navigation-menu": "^1.2.6",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-portal": "^1.1.5",
"@radix-ui/react-radio-group": "^1.3.3",
"@radix-ui/react-scroll-area": "^1.2.6",
"@radix-ui/react-select": "^2.1.7",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slider": "^1.3.2",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-switch": "^1.2.2",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-toast": "^1.2.7",
"@radix-ui/react-tooltip": "^1.1.8",
"@react-email/components": "^0.0.35",
"@react-email/html": "^0.0.11",
"@react-email/render": "^1.1.2",
"@react-email/tailwind": "^1.0.4",
"@t3-oss/env-nextjs": "^0.12.0",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.74.3",
"@tanstack/react-query-devtools": "^5.74.4",
"@vercel/functions": "^2.0.3",
"better-auth": "^1.2.7",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"csv-parser": "^3.2.0",
"daisyui": "^5.0.43",
"dayjs": "^1.11.13",
"eslint-config-prettier": "^10.1.1",
"framer-motion": "^12.7.2",
"geist": "^1.3.1",
"lucide-react": "^0.487.0",
"mathjax-react": "^2.0.1",
"next": "15.2.3",
"next-international": "^1.3.1",
"next-mdx-remote": "^5.0.0",
"next-safe-action": "^7.10.4",
"next-themes": "^0.4.6",
"nodemailer": "^6.10.0",
"npm": "^11.3.0",
"nprogress": "^0.2.0",
"nuqs": "^2.4.3",
"papaparse": "^5.5.3",
"pg": "^8.14.1",
"pinyin-pro": "^3.26.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.55.0",
"react-icons": "^5.5.0",
"slugify": "^1.6.6",
"sonner": "^2.0.3",
"stripe": "18.2.1",
"usehooks-ts": "^3.1.1",
"vaul": "^1.1.2",
"zod": "^3.24.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/compat": "^1.2.7",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.28.0",
"@next/bundle-analyzer": "^15.3.4",
"@next/eslint-plugin-next": "^15.2.4",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/nprogress": "^0.2.3",
"@types/papaparse": "^5.3.16",
"@types/react": "^19",
"@types/react-dom": "^19",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^8.29.0",
"autoprefixer": "^10.4.21",
"env-cmd": "^10.1.0",
"eslint": "^9.23.0",
"eslint-config-next": "15.2.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.5",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^16.0.0",
"postcss": "^8.5.3",
"prettier": "^3.4.2",
"prettier-plugin-sort-json": "^4.1.1",
"prisma": "^6.14.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"tslog": "^4.9.3",
"tsx": "^4.19.4",
"typescript": "^5",
"typescript-eslint": "^8.29.0"
}
}