forked from avarayr/suaveui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.45 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "suaveui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vinxi dev --host",
"build": "vinxi build",
"start": "NODE_ENV=production bun .output/server/index.mjs",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"renovate": "bunx npm-check-updates -i -x eslint",
"preview": "NODE_ENV=production bun src/hono.ts"
},
"dependencies": {
"@ctrl/golang-template": "^1.4.1",
"@hattip/core": "^0.0.47",
"@hattip/router": "^0.0.47",
"@hattip/vite": "^0.0.47",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.9.0",
"@la55u/react-spring-bottom-sheet-updated": "^1.0.3",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/react-query": "^5.52.1",
"@tanstack/react-router": "^1.50.1",
"@tanstack/router-devtools": "^1.50.1",
"@tanstack/router-vite-plugin": "^1.49.3",
"@trpc/client": "^11.0.0-rc.502",
"@trpc/react-query": "^11.0.0-rc.364",
"@trpc/server": "^11.0.0-rc.364",
"@types/color": "^3.0.6",
"@types/dom-speech-recognition": "^0.0.4",
"@types/lodash": "^4.17.7",
"@uidotdev/usehooks": "^2.4.1",
"acebase": "^1.29.5",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"color": "^4.2.3",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"eslint-plugin-react": "^7.35.0",
"eventsource-parser": "^2.0.1",
"framer-motion": "11.3.30",
"hono": "^4.5.9",
"jotai": "^2.9.3",
"lodash": "^4.17.21",
"lucide-react": "^0.436.0",
"markdown-to-jsx": "^7.5.0",
"ollama": "^0.5.8",
"openai": "^4.56.0",
"qrcode": "^1.5.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.53.0",
"react-markdown": "^9.0.1",
"react-scroll-to-bottom": "^4.2.0",
"react-spring": "^9.7.4",
"react-use-gesture": "^9.1.3",
"react-use-wizard": "^2.3.0",
"rehype-highlight": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"simplex-noise": "^4.0.3",
"sonner": "^1.5.0",
"sourcemap": "^0.1.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.18.0",
"usehooks-ts": "^3.1.0",
"vinxi": "^0.4.1",
"virtua": "^0.33.7",
"vite-plugin-pwa": "^0.20.2",
"vite-tsconfig-paths": "^5.0.1",
"web-push": "^3.6.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bun": "^1.1.8",
"@types/eslint": "^9.6.1",
"@types/node": "^22.5.0",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-scroll-to-bottom": "^4.2.5",
"@types/web-push": "^3.6.3",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"workbox-core": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-window": "^7.1.0"
}
}