-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.65 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.65 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
{
"name": "tcg-tracker",
"private": true,
"type": "module",
"scripts": {
"zellij": "zellij --layout zellij-layout.kdl",
"dev": "vite dev --port 3000",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"lint": "eslint",
"format": "prettier",
"check": "prettier --write . && eslint --fix"
},
"dependencies": {
"@convex-dev/action-cache": "^0.3.0",
"@convex-dev/react-query": "0.1.0",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-devtools": "^0.7.11",
"@tanstack/react-router": "^1.168.2",
"@tanstack/react-router-devtools": "^1.166.11",
"@tanstack/react-router-ssr-query": "^1.166.10",
"@tanstack/react-start": "^1.167.3",
"@tanstack/react-table": "^8.21.3",
"@tanstack/router-plugin": "^1.167.3",
"@radix-ui/react-hover-card": "^1.1.15",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.34.0",
"dayjs": "^1.11.20",
"lucide-react": "^0.577.0",
"nitro": "^3.0.260311-beta",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"vite-tsconfig-paths": "^6.1.1"
},
"devDependencies": {
"@tanstack/devtools-vite": "^0.3.12",
"@tanstack/eslint-config": "^0.3.4",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^24.12.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.2.0",
"jsdom": "^27.4.0",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^3.2.4",
"web-vitals": "^5.1.0"
}
}