-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "weave-manager-tauri",
"private": true,
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri",
"run": "tauri dev"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.4",
"@tailwindcss/forms": "^0.5.3",
"@tauri-apps/cli": "^1.4.0",
"@tsconfig/svelte": "^4.0.1",
"@types/node": "^20.3.2",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"svelte": "^3.58.0",
"svelte-check": "^3.3.1",
"tailwindcss": "^3.3.2",
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"vite": "^4.3.9"
},
"dependencies": {
"@catppuccin/palette": "^0.1.8",
"@catppuccin/tailwindcss": "^0.1.6",
"@tauri-apps/api": "^1.4.0",
"d3-array": "^3.2.4",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"tauri-plugin-autostart-api": "github:tauri-apps/tauri-plugin-autostart#v1",
"tauri-plugin-fs-watch-api": "github:tauri-apps/tauri-plugin-fs-watch#v1"
}
}