-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
43 lines (43 loc) · 1.24 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
{
"name": "biliup-app",
"private": true,
"version": "0.5.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri",
"tauri-dev": "tauri dev"
},
"dependencies": {
"@tauri-apps/api": ">=2.0.0-beta.0",
"@tauri-apps/plugin-dialog": "^2.0.0-beta.3",
"@tauri-apps/plugin-fs": "^2.0.0-beta.3",
"@tauri-apps/plugin-http": "^2.0.0-beta.3",
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0",
"filepond-plugin-file-validate-type": "^1.2.9",
"filepond-plugin-image-edit": "^1.6.3",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.12",
"svelte-dnd-action": "^0.9.47",
"svelte-filepond": "^0.2.2",
"svelte-qrcode": "^1.0.0",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tauri-apps/cli": ">=2.0.0-beta.0",
"@tsconfig/svelte": "^5.0.2",
"autoprefixer": "^10.4.19",
"daisyui": "^4.11.1",
"postcss": "^8.4.38",
"svelte": "^4.2.8",
"svelte-check": "^3.4.6",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.0",
"typescript": "^5.0.2",
"vite": "^5.0.0"
}
}