2020-12-08 18:20:35 +08:00
|
|
|
{
|
2023-06-27 15:21:56 +08:00
|
|
|
"name": "pig-ui",
|
2024-11-08 15:34:10 +08:00
|
|
|
"version": "3.8.2",
|
2023-03-04 20:56:15 +08:00
|
|
|
"description": "PIGCLOUD微服务开发平台",
|
|
|
|
"author": "pig4cloud",
|
2023-06-27 15:21:56 +08:00
|
|
|
"license": "Apache-2.0",
|
2024-07-10 10:34:31 +08:00
|
|
|
"type": "module",
|
2023-03-04 20:56:15 +08:00
|
|
|
"scripts": {
|
|
|
|
"dev": "vite --force",
|
2023-09-10 15:11:46 +08:00
|
|
|
"build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build",
|
|
|
|
"build:docker": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build --outDir ./docker/dist/",
|
2024-07-10 10:34:31 +08:00
|
|
|
"lint:eslint": "eslint --fix --ext .js,.cjs,.mjs,.ts,.vue ./src",
|
2023-03-04 20:56:15 +08:00
|
|
|
"prettier": "prettier --write ."
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-01-03 13:38:48 +08:00
|
|
|
"@element-plus/icons-vue": "2.3.1",
|
2023-03-28 16:38:10 +08:00
|
|
|
"@wangeditor/editor": "5.1.23",
|
2023-03-09 13:45:24 +08:00
|
|
|
"@wangeditor/editor-for-vue": "5.1.12",
|
2024-08-15 09:17:10 +08:00
|
|
|
"autoprefixer": "10.4.20",
|
2024-09-01 06:05:28 +08:00
|
|
|
"axios": "1.7.7",
|
2023-05-29 17:03:28 +08:00
|
|
|
"china-area-data": "^5.0.1",
|
2024-09-20 19:25:04 +08:00
|
|
|
"codemirror": "5.65.18",
|
2024-01-03 13:38:48 +08:00
|
|
|
"crypto-js": "4.2.0",
|
2024-03-03 11:17:52 +08:00
|
|
|
"driver.js": "1.3.1",
|
2024-06-27 18:44:32 +08:00
|
|
|
"echarts": "5.5.1",
|
2024-10-18 20:54:52 +08:00
|
|
|
"element-plus": "2.8.6",
|
2024-01-03 13:38:48 +08:00
|
|
|
"js-cookie": "3.0.5",
|
|
|
|
"mitt": "3.0.1",
|
|
|
|
"nprogress": "0.2.0",
|
2024-11-04 06:32:11 +08:00
|
|
|
"pinia": "2.2.6",
|
2024-09-14 23:48:58 +08:00
|
|
|
"postcss": "8.4.47",
|
2024-08-02 03:50:20 +08:00
|
|
|
"qs": "6.13.0",
|
2024-01-03 13:38:48 +08:00
|
|
|
"screenfull": "6.0.2",
|
2024-03-02 14:44:17 +08:00
|
|
|
"sm-crypto": "0.3.13",
|
2024-09-02 08:36:13 +08:00
|
|
|
"sortablejs": "1.15.3",
|
2024-01-03 13:38:48 +08:00
|
|
|
"splitpanes": "3.1.5",
|
2024-10-15 20:54:27 +08:00
|
|
|
"tailwindcss": "3.4.14",
|
2024-10-11 21:53:06 +08:00
|
|
|
"vue": "3.5.12",
|
2024-01-03 13:38:48 +08:00
|
|
|
"vue-clipboard3": "2.0.0",
|
2024-08-20 00:08:09 +08:00
|
|
|
"vue-echarts": "7.0.3",
|
2024-09-26 17:19:06 +08:00
|
|
|
"vue-i18n": "9.14.1",
|
2024-09-13 15:48:33 +08:00
|
|
|
"vue-router": "4.4.5",
|
2024-01-03 13:38:48 +08:00
|
|
|
"vuedraggable": "4.1.0"
|
2023-03-04 20:56:15 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-11-08 14:50:00 +08:00
|
|
|
"@swc/core": "1.6.13",
|
|
|
|
"@types/node": "20.0.0",
|
|
|
|
"@types/nprogress": "0.2.0",
|
|
|
|
"@types/sortablejs": "1.15.0",
|
|
|
|
"@typescript-eslint/eslint-plugin": "8.13.0",
|
|
|
|
"@typescript-eslint/parser": "8.13.0",
|
|
|
|
"@vitejs/plugin-vue": "5.0.5",
|
|
|
|
"@vue/compiler-sfc": "3.4.3",
|
|
|
|
"consola": "3.0.0",
|
2024-01-03 13:38:48 +08:00
|
|
|
"cross-env": "7.0.3",
|
2024-11-08 14:50:00 +08:00
|
|
|
"eslint": "9.14.0",
|
|
|
|
"eslint-plugin-vue": "9.30.0",
|
|
|
|
"glob": "9.3.5",
|
|
|
|
"pinia-plugin-persist": "1.0.0",
|
2024-07-13 22:38:58 +08:00
|
|
|
"prettier": "3.3.3",
|
2024-10-24 13:03:05 +08:00
|
|
|
"sass": "1.58.3",
|
2024-11-08 14:50:00 +08:00
|
|
|
"terser": "5.31.1",
|
|
|
|
"typescript": "5.6.3",
|
|
|
|
"vite": "5.3.3",
|
|
|
|
"vite-plugin-compression": "0.5.1",
|
|
|
|
"vite-plugin-top-level-await": "1.4.1",
|
|
|
|
"unplugin-auto-import": "0.18.0",
|
|
|
|
"unplugin-vue-setup-extend-plus": "1.0.1",
|
|
|
|
"vue-eslint-parser": "9.4.3"
|
2023-03-04 20:56:15 +08:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not dead"
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://pig4cloud.com"
|
|
|
|
},
|
|
|
|
"engines": {
|
2024-07-10 10:34:31 +08:00
|
|
|
"node": ">=18.0.0",
|
2024-01-03 13:38:48 +08:00
|
|
|
"npm": ">= 8.0.0"
|
2023-03-04 20:56:15 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"vue",
|
|
|
|
"vue3",
|
|
|
|
"vuejs/vue-next",
|
|
|
|
"element-ui",
|
|
|
|
"element-plus"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-04-19 00:10:17 +08:00
|
|
|
"url": "https://gitee.com/log4j/pig-ui"
|
2024-07-19 21:54:03 +08:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"@swc/core": "~1.6.13"
|
2023-03-04 20:56:15 +08:00
|
|
|
}
|
2021-03-15 12:44:58 +08:00
|
|
|
}
|