-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.28 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
{
"name": "sukushocloud-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "biome format --write .",
"pages:build": "npx @cloudflare/next-on-pages",
"preview": "bun run pages:build && wrangler pages dev",
"deploy": "bun run pages:build && wrangler pages deploy"
},
"dependencies": {
"@biomejs/biome": "^1.9.4",
"@cloudflare/next-on-pages": "^1.13.5",
"@danktuary/react-discord-message": "^1.0.2",
"@headlessui/react": "^2.1.10",
"@radix-ui/react-alert-dialog": "^1.1.5",
"@radix-ui/react-dialog": "^1.1.5",
"@radix-ui/react-select": "^2.1.5",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.7",
"@types/shade-blend-color": "^1.0.3",
"@upstash/redis": "^1.34.3",
"accept-language": "^3.0.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cobe": "^0.6.3",
"eslint-config-next": "^15.1.6",
"i18next": "^23.16.1",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-resources-to-backend": "^1.2.1",
"jose": "^5.9.6",
"lucide-react": "^0.453.0",
"motion": "^12.4.1",
"next": "^14.2.21",
"next-auth": "^5.0.0-beta.23",
"posthog-js": "^1.194.5",
"react": "^18",
"react-color": "^2.19.3",
"react-cookie": "^7.2.1",
"react-cookie-consent": "^9.0.0",
"react-dom": "^18",
"react-flagkit": "^2.0.4",
"react-gauge-component": "^1.2.61",
"react-i18next": "^15.0.3",
"react-icons": "^5.3.0",
"react-spring": "^9.7.4",
"react-use": "^17.5.1",
"shade-blend-color": "^1.0.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.2.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}