-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "bilibilisummary",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"fast-build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@lxfater/ai-bridge": "^1.0.1",
"ai-bridge": "^1.0.3",
"ajax-hook": "^2.1.3",
"element-plus": "^2.2.32",
"eventsource-parser": "^0.1.0",
"expiry-map": "^2.0.0",
"markdown-it": "^13.0.1",
"openai": "^3.1.0",
"p-queue": "^7.3.4",
"pinia": "^2.0.31",
"prompt-engine": "^0.0.31",
"simple-notify": "^0.5.5",
"uuid": "^9.0.0",
"vant": "^4.0.11",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.12",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.14.0",
"@types/webextension-polyfill": "^0.10.0",
"@vitejs/plugin-vue": "^4.0.0",
"sass": "^1.58.3",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-svg-loader": "^4.0.0",
"vue-tsc": "^1.0.24",
"webextension-polyfill": "^0.10.0"
}
}