-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2.07 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 2.07 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
{
"name": "moripath",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"prepare": "panda codegen",
"dev": "vite dev --host",
"dev:storybook": "storybook dev -p 6006",
"dev:all": "pnpx concurrently \"pnpm dev\" \"pnpm dev:storybook\"",
"build": "vite build",
"build:storybook": "storybook build",
"build:all": "pnpx concurrently \"pnpm build\" \"pnpm build:storybook\"",
"check": "biome check ./ --write",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@chakra-ui/react": "^3.30.0",
"@emotion/react": "^11.14.0",
"@pandacss/studio": "^1.7.1",
"@tanstack/react-devtools": "^0.8.4",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-router": "^1.141.4",
"@tanstack/react-router-devtools": "^1.141.4",
"@tanstack/react-router-ssr-query": "^1.141.4",
"@tanstack/react-start": "^1.141.5",
"@tsndr/cloudflare-worker-jwt": "^3.2.1",
"better-auth": "^1.4.7",
"lucide-react": "^0.561.0",
"next-themes": "^0.4.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"storybook": "^10.1.9",
"zod": "^4.2.1"
},
"devDependencies": {
"@biomejs/biome": "2.3.9",
"@chromatic-com/storybook": "^4.1.3",
"@cloudflare/vite-plugin": "^1.18.0",
"@pandacss/dev": "^1.7.1",
"@storybook/addon-a11y": "^10.1.9",
"@storybook/addon-docs": "^10.1.9",
"@storybook/addon-themes": "^10.1.9",
"@storybook/react": "10.1.9",
"@storybook/react-vite": "^10.1.9",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"apca-w3": "^0.1.9",
"autoprefixer": "^10.4.23",
"axe-core": "^4.11.0",
"typescript": "^5.9.3",
"vite": "^7.3.0",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^6.0.2",
"wrangler": "^4.55.0"
},
"packageManager": "pnpm@10.15.0"
}