-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.36 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.36 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
{
"name": "tauri-react-template",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"postinstall": "ln -sf AGENTS.md CLAUDE.md",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint": "eslint . --fix",
"format": "prettier --write .",
"check": "ultracite check",
"fix": "ultracite fix"
},
"dependencies": {
"@base-ui/react": "^1.2.0",
"@fastify/deepmerge": "^3.1.0",
"@fontsource-variable/inter": "^5.2.8",
"@tailwindcss/vite": "^4.1.17",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-opener": "^2.5.3",
"@tauri-apps/plugin-store": "^2.4.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"immer": "^10.1.1",
"lucide-react": "^0.564.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"shadcn": "^3.8.4",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"zustand": "^5.0.5"
},
"devDependencies": {
"@biomejs/biome": "2.3.15",
"@eslint/js": "^9.28.0",
"@tauri-apps/cli": "^2.10.0",
"@types/node": "^22.15.29",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"globals": "^16.2.0",
"react-grab": "^0.1.14",
"typescript": "~5.9.3",
"ultracite": "7.2.1",
"vite": "^7.2.4"
}
}