-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
72 lines (72 loc) · 2.14 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
{
"private": true,
"scripts": {
"dev": "next dev",
"generate": "prisma generate",
"build": "next build",
"postinstall": "prisma generate",
"start": "next start",
"lint": "eslint . --fix --ext .ts,.tsx",
"tsc": "tsc"
},
"dependencies": {
"@headlessui/react": "^2.0.0-alpha.4",
"@headlessui/tailwindcss": "^0.1.2",
"@heroicons/react": "^2.0.16",
"@mantine/core": "^7.6.1",
"@mantine/form": "^7.6.1",
"@mantine/hooks": "^7.6.1",
"@mantine/notifications": "^7.6.1",
"@prisma/client": "5.10.2",
"@supabase/auth-helpers-nextjs": "^0.9.0",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/supabase-js": "^2.39.3",
"@tabler/icons-react": "^3.0.0",
"@upstash/ratelimit": "^0.3.8",
"@upstash/redis": "^1.19.1",
"@vercel/analytics": "^1.2.2",
"catenary-curve": "^2.0.1",
"clsx": "^2.1.0",
"framer-motion": "^8.2.4",
"lazy-brush": "^2.0.1",
"mantine-form-yup-resolver": "^2.0.0",
"next": "^14.1.0",
"react": "^18.2.0",
"react-compare-slider": "^2.2.0",
"react-countup": "^6.4.0",
"react-dom": "^18.2.0",
"react-use-measure": "^2.1.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"request-ip": "^3.3.0",
"stripe": "^14.19.0",
"to-vfile": "^8.0.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/eslint": "^8",
"@types/node": "18.11.3",
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.20",
"@types/request-ip": "^0.0.37",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.18",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unused-imports": "^3.0.0",
"postcss": "^8.4.35",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.10.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]"
}