-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.27 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
{
"name": "barrage-extension",
"type": "module",
"version": "2.2.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint",
"lint:fix": "eslint --fix",
"protoc": "tsx scripts/protoc.ts"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@webcomponents/custom-elements": "^1.6.0",
"animate.css": "^4.1.1",
"axios": "^1.9.0",
"danmaku": "^2.0.8",
"element-plus": "^2.11.5",
"idb": "^8.0.3",
"pako": "^2.1.0",
"protobufjs": "^7.5.3",
"vue": "^3.5.13",
"vue3-danmaku": "^1.6.1"
},
"devDependencies": {
"@antfu/eslint-config": "^4.13.2",
"@crxjs/vite-plugin": "2.4.0",
"@types/chrome": "^0.0.323",
"@types/node": "^22.15.24",
"@types/pako": "^2.0.4",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/tsconfig": "^0.7.0",
"enquirer": "^2.4.1",
"eslint": "^9.27.0",
"protobufjs-cli": "^1.1.3",
"sass": "^1.89.0",
"tsx": "^4.20.3",
"typescript": "~5.8.3",
"unplugin-auto-import": "^19.3.0",
"unplugin-icons": "^22.1.0",
"unplugin-vue-components": "^28.7.0",
"vite": "^6.3.5",
"vue-tsc": "^2.2.8"
}
}