forked from gulbanana/gg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 837 Bytes
/
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
{
"name": "gg",
"private": true,
"version": "0.15.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri",
"gen": "cd src-tauri && cargo test -F ts-rs",
"test": "cd src-tauri && cargo test"
},
"dependencies": {
"@catppuccin/palette": "^1.0.3",
"@tauri-apps/api": "^2.0.0-beta.0",
"@tauri-apps/plugin-shell": "^2.0.0-beta.0",
"feather-icons": "^4.29.1",
"modern-normalize": "^2.0.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tauri-apps/cli": "^2.0.0-beta.0",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.10",
"svelte-check": "^3.6.3",
"tslib": "^2.6.0",
"typescript": "^5.0.2",
"vite": "^5.0.0"
}
}