-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
125 lines (125 loc) · 4.01 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"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"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
},
"dependencies": {
"@ctrl/golang-template": "^1.4.1",
"@diffusionstudio/vits-web": "^1.0.3",
"@hattip/core": "^0.0.48",
"@hattip/router": "^0.0.48",
"@hattip/vite": "^0.0.48",
"@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.56.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"@tanstack/router-vite-plugin": "^1.58.4",
"@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",
"@types/prismjs": "^1.26.4",
"@uidotdev/usehooks": "^2.4.1",
"acebase": "^1.29.5",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "^0.0.0-experimental-fe484b5-20240911",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"color": "^4.2.3",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-compiler": "^0.0.0-experimental-92aaa43-20240919",
"eventsource-parser": "^2.0.1",
"framer-motion": "12.0.0-alpha.1",
"hono": "^4.6.2",
"jotai": "^2.10.0",
"lodash": "^4.17.21",
"lucide-react": "^0.441.0",
"markdown-to-jsx": "^7.5.0",
"ollama": "^0.5.9",
"openai": "^4.63.0",
"prismjs": "^1.29.0",
"qrcode": "^1.5.4",
"react": "^19.0.0-rc-d6cb4e77-20240911",
"react-dom": "^19.0.0-rc-d6cb4e77-20240911",
"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-simple-code-editor": "^0.14.1",
"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.19.1",
"usehooks-ts": "^3.1.0",
"vinxi": "^0.4.3",
"virtua": "^0.34.2",
"vite-plugin-pwa": "^0.20.5",
"vite-tsconfig-paths": "^5.0.1",
"web-push": "^3.6.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bun": "^1.1.9",
"@types/eslint": "^9.6.1",
"@types/node": "^22.5.5",
"@types/qrcode": "^1.5.5",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@types/react-scroll-to-bottom": "^4.2.5",
"@types/web-push": "^3.6.3",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2",
"vite": "^5.4.7",
"workbox-core": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-window": "^7.1.0"
},
"trustedDependencies": [
"core-js",
"core-js-pure",
"protobufjs"
]
}