-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.4 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
48
49
50
51
{
"name": "fluyer",
"version": "0.0.1-alpha",
"description": "",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"biome": "bunx biome format --write",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri",
"android": "tauri android dev",
"android:build": "tauri android build --apk --split-per-abi"
},
"license": "MIT",
"dependencies": {
"@react2svelte/swipeable": "^0.1.4",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-os": "~2",
"@tauri-apps/plugin-shell": ">=2.0.0",
"@tauri-apps/plugin-store": "~2",
"@types/node": "^22.9.0",
"animate.css": "^4.1.1",
"axios": "^1.7.7",
"color.js": "^1.2.0",
"html2canvas-pro": "^1.5.8",
"musicbrainz-api": "^0.19.1",
"sass": "^1.79.4",
"tailwindcss-animatecss": "^3.0.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.27",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tauri-apps/cli": "^2.1.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"rimraf": "^6.0.1",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^3.4.13",
"tslib": "^2.4.1",
"typescript": "^5.5.0",
"vite": "^5.4.4"
}
}