-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
47
{
"name": "opentaiko-updater",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.4",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tauri-apps/cli": "v2.0.0-rc.6",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"svelte": "^4.2.7",
"tailwindcss": "^3.4.9",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@skeletonlabs/skeleton": "^2.10.2",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@tauri-apps/api": "^2.0.0-beta.4",
"@tauri-apps/plugin-fs": "^2.0.0-rc.1",
"@tauri-apps/plugin-http": "^2.0.0-rc.1",
"@tauri-apps/plugin-os": "^2.0.0",
"@tauri-apps/plugin-upload": "^2.0.0-rc.1",
"axios": "^1.7.7",
"axios-tauri-http-adapter": "^1.1.2",
"js-file-downloader": "^1.1.25",
"js-md5": "^0.8.3",
"jszip": "^3.10.1",
"lite-youtube-embed": "^0.3.3",
"marked": "^14.1.2",
"node-fetch": "^3.3.2",
"node-fetch-progress": "^1.0.2",
"svelte-preprocess": "^6.0.2",
"tauri": "^0.15.0",
"tauri-xhr": "^0.1.2",
"wget-improved": "^3.4.0"
}
}