-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.01 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.01 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
{
"name": "overkami",
"type": "module",
"private": true,
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"tauri": "tauri",
"cargo": "cargo +nightly -Z unstable-options -C src-tauri"
},
"dependencies": {
"@modular-forms/solid": "^0.25.1",
"@tailwindcss/vite": "^4.1.16",
"@tauri-apps/api": "^2.9.0",
"@tauri-apps/plugin-dialog": "~2.4.2",
"@tauri-apps/plugin-log": "~2.7.1",
"@tauri-apps/plugin-opener": "^2.5.2",
"@tauri-apps/plugin-os": "~2.3.2",
"lucide-solid": "^0.548.0",
"solid-js": "^1.9.10",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^3.1.1",
"tailwindcss": "^4.1.16"
},
"devDependencies": {
"@biomejs/biome": "2.3.1",
"@tauri-apps/cli": "^2.9.2",
"pathe": "^2.0.3",
"typescript": "~5.9.3",
"vite": "^7.1.12",
"vite-plugin-solid": "^2.11.10"
}
}