forked from eber-secco/Timecard
-
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.66 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.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
{
"name": "tauri-tanstack-start-react-template",
"private": true,
"type": "module",
"packageManager": "pnpm@10.30.1",
"scripts": {
"dev:vite": "vite dev --port 3000",
"build:vite": "vite build",
"preview": "vite preview",
"test": "vitest run",
"tauri": "tauri",
"format": "biome format",
"lint": "biome check",
"fix": "biome check --write",
"dev": "tauri dev",
"build": "tauri build"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fontsource/unna": "^5.2.8",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/react-devtools": "^0.10.5",
"@tanstack/react-router": "^1.170.5",
"@tanstack/react-router-devtools": "^1.167.0",
"@tanstack/react-router-ssr-query": "^1.167.0",
"@tanstack/react-start": "^1.168.7",
"@tanstack/router-plugin": "^1.168.7",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-opener": "^2.5.3",
"flatpickr": "^4.6.13",
"nitro": "3.0.1-alpha.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-qr-code": "^2.0.18",
"tailwindcss": "^4.2.1"
},
"devDependencies": {
"@biomejs/biome": "^2.4.6",
"@tailwindcss/cli": "^4.3.0",
"@tanstack/devtools-vite": "^0.7.0",
"@tauri-apps/cli": "^2.10.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^25.4.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"jsdom": "^28.1.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.0.18",
"web-vitals": "^5.1.0"
}
}