-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.71 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.71 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
{
"name": "react-starter-kit",
"private": true,
"type": "module",
"scripts": {
"prepare": "panda codegen",
"postinstall": "panda codegen && tsr generate",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"typecheck": "tsc --noEmit",
"deploy": "wrangler deploy",
"storybook": "storybook dev -p 6006 --no-open",
"build:storybook": "storybook build",
"test:e2e": "playwright test",
"generate:router": "tsr generate"
},
"dependencies": {
"@base-ui-components/react": "^1.0.0-rc.0",
"@tanstack/react-form": "^1.27.7",
"@tanstack/react-query": "^5.80.0",
"@tanstack/react-router": "^1.144.0",
"@tanstack/react-start": "^1.145.5",
"date-fns": "^4.1.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"varlock": "^0.1.0",
"zod": "^4.3.5"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.19.0",
"@pandacss/dev": "^1.8.0",
"@playwright/test": "^1.58.2",
"@storybook/addon-a11y": "^10.1.11",
"@storybook/addon-docs": "^10.1.11",
"@storybook/addon-vitest": "^10.1.11",
"@storybook/react-vite": "^10.1.11",
"@tanstack/router-cli": "^1.166.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/bun": "^1.3.5",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@varlock/vite-integration": "^0.1.0",
"@vitejs/plugin-react": "^5.1.2",
"happy-dom": "^20.0.11",
"storybook": "^10.1.11",
"typescript": "^5.9.3",
"vite": "^7.2.6",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.16",
"wrangler": "^4.54.0"
}
}