-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.28 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.28 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
{
"name": "linearmouse-website",
"private": true,
"type": "module",
"imports": {
"#/*": "./src/*"
},
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"deploy": "pnpm run build && wrangler deploy",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@cloudflare/vite-plugin": "^1.28.0",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/react-devtools": "^0.9.13",
"@tanstack/react-router": "^1.167.0",
"@tanstack/react-router-devtools": "^1.166.7",
"@tanstack/react-router-ssr-query": "^1.166.7",
"@tanstack/react-start": "^1.166.11",
"@tanstack/router-plugin": "^1.166.9",
"lucide-react": "^0.577.0",
"motion": "^12.36.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.2.1",
"xmlbuilder2": "^4.0.3"
},
"devDependencies": {
"@inlang/paraglide-js": "^2.15.0",
"@playwright/test": "^1.58.2",
"@tanstack/devtools-vite": "^0.5.5",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"jsdom": "^28.1.0",
"typescript": "^5.9.3",
"vite": "^8.0.0",
"vitest": "^4.1.0",
"wrangler": "^4.73.0"
}
}