-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.36 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
58
{
"name": "do-it",
"version": "0.1.4",
"main": "dist/electron/main/index.js",
"description": "待办软件",
"author": "池鱼 <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build && electron-builder",
"build:vue": "vue-tsc --noEmit && vite build",
"build:electron": "electron-builder"
},
"engines": {
"node": ">=14.17.0"
},
"dependencies": {
"@icon-park/vue-next": "^1.4.2",
"axios": "^0.27.2",
"dayjs": "^1.11.4",
"electron-log": "^4.4.8",
"electron-store": "^8.0.2",
"electron-updater": "^5.2.1",
"mitt": "^3.0.0",
"pinia": "^2.0.17",
"pinia-plugin-persistedstate": "^1.6.3",
"vite-plugin-importer": "^0.2.5",
"vue": "^3.2.37",
"vue-router": "^4.1.3"
},
"devDependencies": {
"@types/node": "^18.6.2",
"@vitejs/plugin-vue": "^3.0.1",
"electron": "^22.0.0",
"electron-builder": "^23.1.0",
"naive-ui": "^2.32.0",
"sass": "^1.54.0",
"seemly": "^0.3.5",
"typescript": "^4.7.4",
"unplugin-vue-components": "^0.21.2",
"vfonts": "^0.0.3",
"vite": "^3.0.3",
"vite-plugin-electron": "^0.8.3",
"vue-tsc": "^1.0.9"
},
"env": {
"VITE_DEV_SERVER_HOST": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 3344
},
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
]
}