forked from liupan1890/aliyunpan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.38 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
54
55
56
57
{
"name": "alixby",
"version": "3.05.23",
"main": "dist/main/index.js",
"author": "",
"license": "",
"scripts": {
"dev": "node scripts/watch.mjs",
"build": "vue-tsc --noEmit --p packages/renderer/tsconfig.json && node scripts/build.mjs && electron-builder --dir"
},
"engines": {
"node": ">=14.17.0"
},
"dependencies": {
"@arco-design/web-vue": "^2.28.0",
"@electron/remote": "^2.0.8",
"ant-design-vue": "^3.2.3",
"axios": "^0.27.2",
"dayjs": "^1.11.2",
"dexie": "^3.2.2",
"dom-to-image": "^2.6.0",
"fuzzysort": "^1.9.0",
"isomorphic-fetch": "^3.0.0",
"jschardet": "^3.0.0",
"lodash": "^4.17.21",
"pinia": "^2.0.14",
"viewerjs": "^1.10.5",
"vue": "^3.2.33"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.31",
"@vitejs/plugin-vue": "^2.3.2",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"electron": "14.2.6",
"electron-builder": "^23.0.3",
"nano-staged": "^0.8.0",
"typescript": "^4.6.4",
"unplugin-vue-components": "^0.19.5",
"vite": "^2.9.9",
"vite-plugin-electron-renderer": "^0.3.3",
"vite-plugin-resolve": "^2.1.0",
"vue": "^3.2.33",
"vue-tsc": "^0.34.13"
},
"env": {
"VITE_DEV_SERVER_HOST": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 3344
},
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
]
}