-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.86 KB
/
Copy pathpackage.json
File metadata and controls
91 lines (91 loc) · 2.86 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
{
"name": "@animegarden/web",
"version": "0.5.2",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "VIRTUAL_PWA_MODULE=true remix vite:build && unbuild",
"build:cloudflare": "wrangler deploy --dry-run",
"build:node": "unbuild",
"deploy:cloudflare": "wrangler deploy",
"dev": "VIRTUAL_PWA_MODULE=true remix vite:dev",
"dev:node": "unbuild --stub",
"format": "prettier --write **/*.{mjs,ts,tsx}",
"preview": "remix-serve ./build/server/index.js",
"start:node": "node server.mjs",
"typecheck": "tsc",
"wrangler": "wrangler"
},
"dependencies": {
"@animegarden/client": "workspace:*",
"@animegarden/database": "workspace:*",
"@animegarden/server": "workspace:*",
"@cloudflare/kv-asset-handler": "^0.4.0",
"@floating-ui/react": "^0.27.9",
"@formkit/auto-animate": "^0.8.2",
"@onekuma/preset.css": "^0.1.11",
"@onekuma/reset": "^0.1.11",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.7",
"@remix-run/cloudflare": "2.16.7",
"@remix-run/node": "2.16.7",
"@remix-run/react": "2.16.7",
"@remix-run/serve": "2.16.7",
"@remix-run/server-runtime": "2.16.7",
"anipar": "workspace:*",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"consola": "^3.4.2",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.1",
"fast-xml-parser": "^5.2.3",
"hono": "^4.7.10",
"isbot": "^5.1.28",
"jotai": "^2.12.4",
"jotai-minidb": "^0.0.8",
"lucide-react": "0.511.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"remix-utils": "^8.7.0",
"scule": "^1.3.0",
"sonner": "^2.0.3",
"swagger-ui-react": "^5.22.0",
"swr": "^2.3.3",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.25.31"
},
"devDependencies": {
"@iconify-json/ant-design": "^1.2.5",
"@iconify-json/carbon": "^1.2.8",
"@iconify-json/devicon": "^1.2.24",
"@iconify-json/fluent": "^1.2.22",
"@iconify-json/solar": "^1.2.2",
"@remix-run/dev": "^2.16.7",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/react": "^19.1.5",
"@types/react-dom": "^19.1.5",
"@types/swagger-ui-react": "^5.18.0",
"@vite-pwa/remix": "^0.2.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"unocss": "^66.1.2",
"unocss-preset-animations": "^1.2.1",
"unocss-preset-flowind": "^0.0.5",
"unocss-preset-shadcn": "^0.5.0",
"unplugin-analytics": "^0.0.12",
"unplugin-icons": "^22.1.0",
"unplugin-info": "^1.2.2",
"vite-plugin-inline": "^0.1.0",
"vite-plugin-pwa": "^1.0.0",
"vite-tsconfig-paths": "^5.1.4"
}
}