-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 972 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 972 Bytes
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
{
"name": "kola-be",
"type": "module",
"version": "0.0.0",
"private": true,
"description": "a browser extension named cola-be for cola-bili-helper",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "vue-tsc --noEmit",
"postinstall": "wxt prepare",
"lint": "eslint . --fix"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.11",
"lucide-vue-next": "^0.533.0",
"socket.io-client": "^4.8.1",
"tailwindcss": "^4.1.11",
"vue": "^3.5.13"
},
"devDependencies": {
"@antfu/eslint-config": "^5.2.1",
"@types/chrome": "^0.1.1",
"@wxt-dev/module-vue": "^1.0.2",
"daisyui": "^5.0.50",
"eslint": "^9.33.0",
"eslint-plugin-format": "^1.0.1",
"naive-ui": "^2.42.0",
"typescript": "5.6.3",
"vue-tsc": "^2.2.10",
"wxt": "^0.20.6"
}
}