-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.89 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.89 KB
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
52
53
54
55
56
57
58
59
60
{
"name": "bilibilihistoryfrontend",
"version": "1.0.0",
"description": "获取Bili历史记录应用",
"author": "46",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"tauri:build:windows": "tauri build --target x86_64-pc-windows-msvc",
"tauri:build:exe": "npm run tauri:build:windows && powershell -c \"Copy-Item ./src-tauri/target/x86_64-pc-windows-msvc/release/bilibili-history-frontend.exe ./BiliBili-History-Frontend.exe -Force\"",
"tauri:clean": "powershell -c \"if (Test-Path ./src-tauri/target) { Remove-Item -Recurse -Force ./src-tauri/target }\""
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.1.5",
"@tailwindcss/forms": "^0.5.9",
"@tauri-apps/plugin-shell": "~2.2.1",
"@vant/touch-emulator": "^1.4.0",
"@vueuse/components": "^12.3.0",
"@vueuse/core": "^12.3.0",
"@vueuse/motion": "^2.2.6",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"artplayer": "^5.2.2",
"artplayer-plugin-danmuku": "^5.1.5",
"axios": "^1.7.7",
"crypto-js": "^4.2.0",
"echarts": "^5.6.0",
"echarts-wordcloud": "^2.1.0",
"gsap": "^3.12.5",
"html2canvas": "^1.4.1",
"jsencrypt": "^3.3.2",
"lottie-web": "^5.12.2",
"typeit": "^8.8.7",
"vant": "^4.9.15",
"vue": "^3.5.11",
"vue-countup-v3": "^1.4.2",
"vue-echarts": "^7.0.3",
"vue-router": "^4.4.5",
"vue3-lottie": "^3.3.1"
},
"devDependencies": {
"@tauri-apps/api": "~2.4.0",
"@tauri-apps/cli": "~2.4.0",
"@types/node": "^20.17.6",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/runtime-core": "^3.5.13",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"vite": "^5.4.8",
"vite-plugin-vue-inspector": "^5.3.1"
}
}