-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 909 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 909 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
{
"name": "demo",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite -c vite.popup.config.js",
"build": "vite build -c vite.popup.config.js && vite build -c vite.content.config.js && vite build -c vite.background.config.js && node build.js",
"preview": "vite preview -c vite.popup.config.js"
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@types/node": "^20.11.30",
"ant-design-vue": "4.x",
"crypto-js": "^4.2.0",
"highlight.js": "^11.9.0",
"markdown-it": "^14.1.0",
"marked": "^12.0.1",
"openai": "^4.84.0",
"pinia": "^2.1.7",
"unplugin-vue-components": "^0.26.0",
"vue": "^3.4.21",
"vue-color": "^2.8.1",
"vue-i18n": "^9.10.2",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.2.0",
"vite-bundle-analyzer": "^0.9.2"
}
}