-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.09 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.09 KB
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
{
"name": "maria-redis-client",
"version": "1.0.0",
"main": "dist/electron/main/index.js",
"description": "electron + vue3 + vite + pinia + ts 构建的超好用 redis 客户端",
"author": "realzzz1874@gmail.com",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && electron-builder"
},
"engines": {
"node": ">=14.17.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"electron": "^19.0.3",
"electron-builder": "^23.0.3",
"typescript": "^4.7.3",
"vite": "^2.9.9",
"vite-plugin-electron": "^0.6.1",
"vite-plugin-resolve": "^2.1.2",
"vue": "^3.2.36",
"vue-tsc": "^0.36.0"
},
"env": {
"VITE_DEV_SERVER_HOST": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 3344
},
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Realzzz1874/MRDClient.git"
},
"bugs": {
"url": "https://github.com/Realzzz1874/MRDClient/issues"
},
"homepage": "https://github.com/Realzzz1874/MRDClient#readme"
}