-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.44 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
{
"name": "yapc-kyoto-2023-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dx": "npx wrangler pages dev --local --persist --d1=DB -- npm run dev",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/colors": "0.1.8",
"@radix-ui/react-checkbox": "1.0.3",
"@radix-ui/react-form": "0.0.2",
"@radix-ui/react-icons": "1.2.0",
"@radix-ui/react-radio-group": "^1.1.2",
"@radix-ui/react-toast": "1.1.3",
"@raula/router": "^0.4.1",
"@tanstack/react-query": "^4.27.0",
"@trpc/client": "^10.16.0",
"@trpc/react-query": "^10.16.0",
"@trpc/server": "^10.16.0",
"cloudflare-pages-plugin-trpc": "^0.3.2",
"drizzle-orm": "^0.22.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"wrangler": "^2.12.3",
"zod": "^3.21.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230307.0",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"drizzle-kit": "^0.17.0",
"eslint": "^8.36.0",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.21",
"prettier": "^2.8.5",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}