-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.4 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": "lixa-gallery",
"private": true,
"version": "0.7.0",
"type": "module",
"scripts": {
"postinstall": "svelte-kit sync",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"clean": "cd src-tauri && cargo clean",
"format:rs": "cd src-tauri && cargo fmt",
"format:ts": "prettier --write src/**/*.{ts,svelte,css,html}",
"lint:fix": "npm run format:rs && npm run format:ts",
"lint": "prettier --check ."
},
"dependencies": {
"@tailwindcss/vite": "^4.1.5",
"@tanstack/svelte-virtual": "^3.13.21",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-log": "~2",
"@tauri-apps/plugin-opener": "^2",
"tailwindcss": "^4.1.5"
},
"devDependencies": {
"@lucide/svelte": "^0.482.0",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tauri-apps/cli": "^2",
"autoprefixer": "^10.4.20",
"bits-ui": "^1.4.7",
"clsx": "^2.1.1",
"path": "^0.12.7",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.10",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwind-merge": "^3.3.0",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2",
"vite": "^6.3.6"
},
"packageManager": "yarn@4.9.2"
}