-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.22 KB
/
package.json
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
{
"name": "gitbar",
"private": true,
"version": "0.8.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"bump": "sh ./bump.sh"
},
"dependencies": {
"@tauri-apps/api": "^1.6.0",
"bits-ui": "^0.21.16",
"clsx": "2.1.1",
"svelte": "4.2.19",
"tailwind-merge": "2.5.3",
"tailwind-variants": "0.2.1"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@tauri-apps/cli": "^1.6.1",
"@tsconfig/svelte": "5.0.4",
"autoprefixer": "^10.4.13",
"lucide-svelte": "^0.452.0",
"postcss": "^8.4.18",
"svelte-check": "4.0.4",
"svelte-preprocess": "6.0.3",
"tailwindcss": "3.4.13",
"tslib": "2.7.0",
"typescript": "5.6.3",
"vite": "5.4.8"
},
"prettier": {
"tabWidth": 2,
"trailingComma": "es5",
"semi": true,
"singleQuote": true,
"printWidth": 120,
"arrowParens": "avoid"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}