-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.72 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.72 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": "constructa-starter-min",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "node .output/server/index.mjs",
"test": "vitest",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"rules:apply": "ruler apply --nested",
"prepare": "ruler apply --nested"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-toggle": "^1.1.9",
"@radix-ui/react-toggle-group": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.7",
"@tanstack/react-query": "^5.90.5",
"@tanstack/react-query-devtools": "^5.89.0",
"@tanstack/react-router": "^1.134.4",
"@tanstack/react-router-devtools": "^1.134.4",
"@tanstack/react-start": "^1.134.7",
"@tanstack/react-table": "^8.21.3",
"clsx": "^2.1.1",
"framer-motion": "^12.23.24",
"lucide-react": "^0.552.0",
"motion": "^12.23.24",
"nitro": "3.0.1-alpha.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"redaxios": "^0.5.1",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.0",
"tailwindcss": "^4.1.16",
"vaul": "^1.1.2",
"vite": "^7.1.12",
"zod": "^4.1.12"
},
"devDependencies": {
"@biomejs/biome": "^2.3.2",
"@browser-echo/vite": "^1.1.0",
"@iconify/json": "^2.2.402",
"@intellectronica/ruler": "^0.3.11",
"@tailwindcss/postcss": "^4.1.16",
"@tailwindcss/vite": "^4.1.16",
"@tanstack/config": "^0.22.0",
"@tanstack/react-router-ssr-query": "^1.134.4",
"@tanstack/react-router-with-query": "^1.130.17",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^24.9.2",
"@types/pg": "^8.15.6",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"autoprefixer": "^10.4.21",
"@t3-oss/env-core": "^0.13.8",
"class-variance-authority": "^0.7.1",
"dotenv": "^17.2.3",
"oxlint": "^1.25.0",
"shadcn": "^3.5.0",
"tailwindcss": "^4.1.6",
"tw-animate-css": "^1.3.4",
"typescript": "^5.9.3",
"unplugin-icons": "^22.5.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.6"
},
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab",
"engines": {
"node": ">=22.12"
}
}