forked from watchingfun/Joi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.34 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "joi",
"version": "0.6.3",
"main": "dist-electron/main.js",
"repository": {
"type": "git",
"url": "https://github.com/watchingfun/Joi"
},
"description": "Another League of Legends assistant tool",
"author": "watchingfun",
"license": "LGPL-3.0-or-later",
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344/"
}
},
"engines": {
"node": ">=16",
"npm": ">=8"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && electron-builder --publish=never",
"rebuild": "electron rebuild.js",
"postinstall": "patch-package"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.4",
"@types/node": "^20.5.7",
"@types/ws": "^8.5.6",
"@vicons/fa": "^0.12.0",
"@vicons/fluent": "^0.12.0",
"@vicons/utils": "^0.1.4",
"@vitejs/plugin-vue": "^4.3.3",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"autoprefixer": "^10.4.16",
"better-sqlite3": "^8.6.0",
"electron": "26.2.0",
"electron-builder": "^24.6.3",
"electron-devtools-installer": "^3.2.0",
"naive-ui": "^2.35.0",
"node-gyp": "^9.4.0",
"patch-package": "^8.0.0",
"postcss": "^8.4.31",
"prettier": "3.0.3",
"sass": "^1.68.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite-plugin-electron": "^0.14.0",
"vite-plugin-electron-renderer": "^0.14.5",
"vite-plugin-remove-console": "^2.1.1",
"vite-svg-loader": "^4.0.0",
"vue": "^3.3.4",
"vue-tsc": "^1.8.8"
},
"dependencies": {
"@morev/vue-transitions": "^2.3.6",
"@vueuse/components": "^10.5.0",
"@vueuse/core": "^10.5.0",
"animate.css": "^4.1.1",
"cheerio": "^1.0.0-rc.12",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"electron-acrylic-window": "^0.5.11",
"epic-spinners": "^2.0.0",
"keysender": "^2.3.0",
"lodash": "^4.17.21",
"lru-cache": "^10.0.1",
"node-xlsx": "^0.23.0",
"overlayscrollbars-vue": "^0.5.5",
"pinia": "^2.1.6",
"sudo-prompt": "^9.2.1",
"uiohook-napi": "^1.5.2",
"v-lazy-component": "^3.0.9",
"vue-echarts": "^6.6.1",
"vue-router": "^4.2.5",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1",
"ws": "^8.14.2"
},
"overrides": {
"node-gyp": "^9.4.0"
}
}