-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.92 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.92 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "dokit-studio",
"description": "a DoKit desktop application",
"homepage": "https://www.dokit.cn/#/index/home",
"version": "1.0.0",
"main": "dist/main/index.cjs",
"author": "caoenze@didichuxing.com",
"license": "Apache License 2.0",
"repository": "",
"scripts": {
"dev": "node scripts/watch.mjs",
"prebuild": "vue-tsc --noEmit --p packages/renderer/tsconfig.json && node scripts/build.mjs",
"build": "electron-builder",
"init": "git config core.hooksPath .git/hooks/ && rm -rf .git/hooks && npx simple-git-hooks",
"test:e2e": "npx playwright test",
"test:e2e:headless": "npx playwright test --headed"
},
"engines": {
"node": ">=14.16.0"
},
"devDependencies": {
"@arco-design/web-vue": "^2.30.1",
"@playwright/test": "^1.22.2",
"@types/lowdb": "^1.0.11",
"@vitejs/plugin-vue": "^2.3.2",
"electron": "19.0.1",
"electron-builder": "^23.0.3",
"nano-staged": "^0.8.0",
"simple-git-hooks": "^2.8.0",
"typescript": "^4.7.2",
"vite": "^2.9.8",
"vite-plugin-electron": "^0.4.5",
"vite-plugin-resolve": "^2.1.2",
"vue": "^3.2.36",
"vue-router": "^4.0.16",
"vue-tsc": "^0.35.2"
},
"env": {
"VITE_DEV_SERVER_HOST": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 3344
},
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
],
"dependencies": {
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vueuse/core": "^8.6.0",
"address": "^1.2.0",
"axios": "^0.27.2",
"echarts": "^5.3.2",
"http": "0.0.1-security",
"less": "^4.1.3",
"lodash-id": "^0.14.1",
"lowdb": "^1.0.0",
"mitt": "^3.0.0",
"mockjs": "^1.1.0",
"moment": "^2.29.3",
"nprogress": "^0.2.0",
"pinia": "^2.0.14",
"portfinder": "^1.0.28",
"query-string": "^7.1.1",
"vite-svg-loader": "^3.3.0",
"vue-echarts": "^6.0.3",
"vue-i18n": "^9.1.10",
"vue3-json-viewer": "^2.2.2",
"ws": "^7.5.8"
}
}