forked from orangelckc/bili-message
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.08 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "bilibili-message",
"type": "module",
"version": "1.2.9",
"private": false,
"repository": {
"type": "github",
"url": "https://github.com/orangelckc/bili-message"
},
"scripts": {
"dev": "pnpm run build:icon && vite",
"build": "pnpm run build:icon && vite build",
"build:icon": "tauri icon ./src-tauri/assets/icon.png",
"lint": "eslint ./src --fix",
"preview": "vite preview",
"prepare": "pnpm simple-git-hooks",
"tauri": "tauri",
"check": "pnpm vue-tsc"
},
"dependencies": {
"@applemusic-like-lyrics/core": "^0.1.3",
"@protobufjs/base64": "^1.1.2",
"@tauri-apps/api": "^1.5.3",
"@vueuse/core": "^10.9.0",
"axios": "^1.6.8",
"axios-tauri-api-adapter": "^0.2.1",
"colorthief": "^2.4.0",
"dompurify": "^3.1.0",
"element-plus": "^2.7.0",
"howler": "^2.2.4",
"md5": "^2.3.0",
"nanoid": "^5.0.7",
"pako": "^2.1.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"protobufjs": "^7.2.6",
"qrcode": "^1.5.3",
"qs": "^6.12.1",
"tauri-plugin-context-menu": "^0.7.0",
"vue": "^3.4.23",
"vue-router": "^4.3.2",
"vue-tiny-virtual-list": "^1.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.15.0",
"@iconify-json/carbon": "^1.1.31",
"@tauri-apps/cli": "^1.5.11",
"@types/dompurify": "^3.0.5",
"@types/howler": "^2.2.11",
"@types/md5": "^2.3.5",
"@types/node": "^20.12.7",
"@types/pako": "^2.0.3",
"@types/qrcode": "^1.5.5",
"@types/qs": "^6.9.15",
"@unocss/eslint-config": "^0.59.4",
"@unocss/preset-icons": "^0.59.4",
"@unocss/reset": "^0.59.4",
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^9.0.0",
"lint-staged": "^15.2.2",
"sass": "^1.75.0",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.5",
"unocss": "^0.59.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.9",
"vue-tsc": "^2.0.13"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*.{vue,ts,json}": "eslint --fix"
}
}