-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.21 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
{
"name": "mpcb",
"version": "0.3.1",
"main": "dist-electron/main/index.js",
"description": "mpcb",
"author": "moreant <moreant@foxmail.com>",
"license": "MIT",
"private": true,
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
],
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344/"
}
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && electron-builder",
"preview": "vite preview"
},
"devDependencies": {
"@types/ali-oss": "^6.16.8",
"@types/qs": "^6.9.7",
"@vitejs/plugin-vue": "^4.3.3",
"autoprefixer": "^10.4.15",
"electron": "^26.1.0",
"electron-builder": "^24.6.3",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.9",
"vite-plugin-electron": "^0.12.0",
"vite-plugin-electron-renderer": "^0.14.5",
"vue": "^3.3.4",
"vue-tsc": "^1.8.8"
},
"dependencies": {
"@vueuse/core": "^10.4.0",
"ali-oss": "^6.18.0",
"axios": "^1.5.0",
"dayjs": "^1.11.9",
"naive-ui": "^2.34.4",
"pinia": "^2.1.6",
"qs": "^6.11.2"
}
}