forked from instructa/constructa-starter-min
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.66 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.66 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
{
"name": "constructa-starter-min",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build && tsc --noEmit",
"start": "node .output/server/index.mjs",
"test": "vitest",
"lint": "oxlint",
"lint:fix": "oxlint --fix"
},
"dependencies": {
"@cloudflare/vite-plugin": "^1.13.5",
"@convex-dev/presence": "^0.2.1",
"@convex-dev/react-query": "0.0.0-alpha.11",
"@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.2",
"@tanstack/react-query-devtools": "^5.89.0",
"@tanstack/react-router": "^1.132.6",
"@tanstack/react-router-devtools": "^1.132.6",
"@tanstack/react-start": "^1.132.6",
"@tanstack/react-table": "^8.21.3",
"clsx": "^2.1.1",
"convex": "^1.27.3",
"framer-motion": "^12.16.0",
"lucide-react": "^0.513.0",
"motion": "^12.16.0",
"nitro": "npm:nitro-nightly@latest",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.0",
"tailwindcss": "^4.1.8",
"vaul": "^1.1.2",
"vite": "^7.1.6",
"zod": "^3.25.56"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@browser-echo/vite": "^1.1.0",
"@iconify/json": "^2.2.266",
"@tailwindcss/postcss": "^4.1.8",
"@tailwindcss/vite": "^4.1.8",
"@tanstack/config": "^0.20.1",
"@tanstack/react-router-with-query": "^1.130.17",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/node": "^22.15.30",
"@types/pg": "^8.15.4",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^5.0.3",
"autoprefixer": "^10.4.21",
"class-variance-authority": "^0.7.1",
"dotenv": "^16.5.0",
"oxlint": "^1.0.0",
"shadcn": "^2.6.1",
"tailwindcss": "^4.1.6",
"tw-animate-css": "^1.3.4",
"typescript": "^5.8.3",
"unplugin-icons": "^22.3.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.3"
},
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab",
"engines": {
"node": ">=22.12"
}
}