generated from lixin59/electron-vite-vue-admin
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
155 lines (155 loc) · 4.71 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "mock-admin",
"version": "1.0.0-rc.2",
"description": "一个基于Vue3、Vite3、TypeScript、NaiveUI and UnoCSS的清新优雅的mock管理系统。",
"author": {
"name": "linxin59",
"email": "[email protected]",
"url": "https://github.com/lixin59/electron-vite-vue-admin"
},
"license": "MIT",
"repository": {
"url": "https://github.com/lixin59/electron-vite-vue-admin"
},
"keywords": [
"Vue",
"Vue3",
"admin",
"admin-template",
"vue-admin",
"vue-admin-template",
"Vite3",
"Vite",
"vite-admin",
"TypeScript",
"TS",
"NaiveUI",
"naive-ui",
"naive-admin",
"NaiveUI-Admin",
"naive-ui-admin",
"UnoCSS",
"electron",
"electron-vue",
"electron-vite"
],
"main": "dist-electron/main/index.js",
"scripts": {
"dev": "cross-env VITE_SERVICE_ENV=dev vite",
"dev:test": "cross-env VITE_SERVICE_ENV=test vite",
"dev:prod": "cross-env VITE_SERVICE_ENV=prod vite",
"build": "npm run typecheck && cross-env VITE_SERVICE_ENV=prod vite build && electron-builder",
"build:dev": "npm run typecheck && cross-env VITE_SERVICE_ENV=dev vite build && electron-builder",
"build:test": "npm run typecheck && cross-env VITE_SERVICE_ENV=test vite build && electron-builder",
"build:vercel": "cross-env VITE_HASH_ROUTE=Y VITE_VERCEL=Y vite build && electron-builder",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"lint": "eslint . --fix",
"commit": "soy git-commit",
"cleanup": "soy cleanup",
"update-pkg": "soy update-pkg",
"tsx": "tsx",
"logo": "tsx ./scripts/logo.ts",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "bumpp --preid rc --commit \"chore(release): v%s\" --no-push --tag --no-verify",
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@amap/amap-jsapi-types": "^0.0.10",
"@antv/data-set": "^0.11.8",
"@antv/g2": "^4.2.9",
"@better-scroll/core": "^2.5.0",
"@iconify/json": "^2.2.20",
"@iconify/vue": "^4.1.0",
"@soybeanjs/cli": "^0.1.6",
"@soybeanjs/vite-plugin-vue-page-route": "^0.0.5",
"@soybeanjs/vue-admin-layout": "^1.1.1",
"@soybeanjs/vue-admin-tab": "^1.0.5",
"@types/bmapgl": "^0.0.5",
"@types/crypto-js": "^4.1.1",
"@types/koa": "^2.13.5",
"@types/koa-cors": "^0.0.2",
"@types/koa-router": "^7.4.4",
"@types/node": "18.13.0",
"@types/qs": "^6.9.7",
"@types/ua-parser-js": "^0.7.36",
"@unocss/preset-uno": "^0.49.4",
"@unocss/transformer-directives": "^0.49.4",
"@unocss/vite": "^0.49.4",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vueuse/core": "^9.12.0",
"async-validator": "^4.2.5",
"axios": "0.27.2",
"bumpp": "^9.0.0",
"clipboard": "^2.0.11",
"colord": "^2.9.3",
"conventional-changelog": "^3.1.25",
"cross-env": "^7.0.3",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7",
"echarts": "^5.4.1",
"electron": "^23.1.1",
"electron-builder": "^23.6.0",
"electron-settings": "^4.0.2",
"eslint": "^8.34.0",
"eslint-config-soybeanjs-vue": "^0.2.3",
"form-data": "^4.0.0",
"glob": "^9.2.1",
"highlight.js": "^11.7.0",
"koa": "^2.14.1",
"koa-body": "^6.0.1",
"koa-cors": "^0.0.16",
"koa-router": "^12.0.0",
"lint-staged": "12.5.0",
"lodash-es": "^4.17.21",
"mockjs": "^1.1.0",
"monaco-editor": "^0.36.1",
"naive-ui": "2.34.3",
"pinia": "^2.0.30",
"print-js": "^1.6.0",
"qs": "^6.11.0",
"remove": "^0.1.5",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.58.0",
"simple-git-hooks": "^2.8.1",
"swiper": "^9.0.4",
"tsx": "^3.12.3",
"typescript": "4.9.5",
"ua-parser-js": "^1.0.33",
"unplugin-icons": "^0.15.2",
"unplugin-vue-components": "0.23.0",
"unplugin-vue-macros": "1.6.4",
"vditor": "^3.9.0",
"vite": "^4.1.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-electron": "^0.11.1",
"vite-plugin-electron-renderer": "^0.12.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-progress": "^0.0.6",
"vite-plugin-pwa": "^0.14.4",
"vite-plugin-svg-icons": "^2.0.1",
"vue": "3.2.47",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
"vue-tsc": "^1.0.24",
"vuedraggable": "^4.1.0",
"wangeditor": "^4.7.15",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"xgplayer": "^2.32.2"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
},
"simple-git-hooks": {
"commit-msg": "pnpm soy git-commit-verify",
"pre-commit": "pnpm typecheck && pnpm lint-staged"
},
"lint-staged": {
"*": "eslint . --fix"
}
}