-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.34 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 loc) · 2.34 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
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
{
"name": "coret",
"private": true,
"type": "module",
"imports": {
"#/*": "./src/*"
},
"scripts": {
"build": "bun --bun vite build",
"dev": "bun --bun vite dev --port 3008",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"start": "bun run .output/server/index.mjs",
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"@base-ui/react": "^1.5.0",
"@fontsource-variable/geist": "^5.2.9",
"@orpc/client": "^1.14.5",
"@orpc/contract": "^1.14.5",
"@orpc/experimental-pino": "^1.14.5",
"@orpc/json-schema": "^1.14.5",
"@orpc/openapi": "^1.14.5",
"@orpc/server": "^1.14.5",
"@orpc/tanstack-query": "^1.14.5",
"@orpc/zod": "^1.14.5",
"@t3-oss/env-core": "^0.13.11",
"@tabler/icons-react": "^3.44.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.3.0",
"@tanstack/devtools-vite": "^0.7.0",
"@tanstack/react-devtools": "^0.10.5",
"@tanstack/react-router": "^1.170.10",
"@tanstack/react-router-devtools": "^1.167.0",
"@tanstack/react-router-ssr-query": "^1.167.1",
"@tanstack/react-start": "latest",
"@tanstack/router-plugin": "^1.168.13",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.4.0",
"dotenv": "^17.4.2",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"next-themes": "^0.4.6",
"nitro": "^3.0.260522-beta",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"radix-ui": "^1.5.0",
"react": "^19.2.7",
"react-day-picker": "^10.0.1",
"react-dom": "^19.2.7",
"react-resizable-panels": "^4.11.2",
"recharts": "3.8.0",
"shadcn": "^4.11.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.101.0",
"@tanstack/eslint-plugin-router": "^1.162.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^22.19.19",
"@types/react": "^19.2.16",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"eslint-plugin-react-hooks": "^7.1.1",
"jsdom": "^28.1.0",
"oxfmt": "^0.53.0",
"oxlint": "^1.68.0",
"oxlint-tsgolint": "^0.23.0",
"typescript": "^6.0.3",
"vite": "^8.0.16",
"vite-plugin-pwa": "^1.3.0",
"vitest": "^4.1.8",
"workbox-window": "^7.4.1"
}
}