-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 3.06 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
{
"private": true,
"name": "sap-hub-v2",
"version": "2.1.2",
"description": "Super Auto Pets Hub | A fan-made website for Super Auto Pets",
"author": {
"name": "Oliver <[email protected]>"
},
"scripts": {
"dev": "next dev -p 8080 --turbo",
"build": "next build",
"start": "next start -p 8080",
"postbuild": "pagefind --site .next --output-path .next/static/chunks/app/pagefind",
"pagefind:local": "pnpm run build && cp -r .next/static/chunks/app/pagefind public/pagefind/",
"update-types": "supabase gen types typescript --local > types/database.d.ts",
"seed": "bun scripts/seed-sap-data.ts",
"seed:remote": "NODE_ENV=production bun scripts/seed-sap-data.ts",
"lint": "next lint"
},
"dependencies": {
"@editorjs/code": "^2.9.0",
"@editorjs/editorjs": "^2.29.1",
"@editorjs/header": "^2.8.1",
"@editorjs/image": "^2.9.0",
"@editorjs/link": "^2.6.2",
"@editorjs/list": "^1.9.0",
"@editorjs/paragraph": "^2.11.5",
"@editorjs/table": "^2.3.0",
"@hookform/resolvers": "^3.6.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.0",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.1",
"@simplewebauthn/browser": "^10.0.0",
"@simplewebauthn/server": "^10.0.0",
"@sindresorhus/slugify": "^2.2.1",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.43.6",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "10.4.19",
"babel-plugin-react-compiler": "0.0.0-experimental-696af53-20240625",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"embla-carousel-autoplay": "8.1.5",
"embla-carousel-react": "^8.1.5",
"geist": "^1.3.0",
"jotai": "^2.8.3",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.396.0",
"next": "15.0.0-rc.0",
"next-themes": "^0.3.0",
"postcss": "8.4.38",
"react": "19.0.0-rc-8971381549-20240625",
"react-day-picker": "^8.10.1",
"react-dom": "19.0.0-rc-8971381549-20240625",
"react-hook-form": "^7.52.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "3.4.4",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.5.2",
"vaul": "^0.9.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@simplewebauthn/types": "^10.0.0",
"@tailwindcss/typography": "^0.5.13",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "20.14.8",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"encoding": "^0.1.13",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0-rc.0",
"pagefind": "^1.1.0",
"prettier-plugin-tailwindcss": "^0.6.5"
},
"license": "MIT"
}