2020-12-08 18:20:35 +08:00
|
|
|
{
|
2023-06-27 15:21:56 +08:00
|
|
|
"name": "pig-ui",
|
2024-03-08 17:27:08 +08:00
|
|
|
"version": "3.7.5",
|
2023-03-04 20:56:15 +08:00
|
|
|
"description": "PIGCLOUD微服务开发平台",
|
|
|
|
"author": "pig4cloud",
|
2023-06-27 15:21:56 +08:00
|
|
|
"license": "Apache-2.0",
|
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/",
|
2023-03-04 20:56:15 +08:00
|
|
|
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
|
|
|
|
"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-03-21 09:13:15 +08:00
|
|
|
"autoprefixer": "10.4.19",
|
2024-03-16 03:24:03 +08:00
|
|
|
"axios": "1.6.8",
|
2023-05-29 17:03:28 +08:00
|
|
|
"china-area-data": "^5.0.1",
|
2024-03-03 14:45:48 +08:00
|
|
|
"codemirror": "5.65.16",
|
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-03-02 21:08:59 +08:00
|
|
|
"echarts": "5.5.0",
|
2024-03-23 02:12:12 +08:00
|
|
|
"element-plus": "2.6.2",
|
2024-01-03 13:38:48 +08:00
|
|
|
"js-cookie": "3.0.5",
|
|
|
|
"mitt": "3.0.1",
|
|
|
|
"nprogress": "0.2.0",
|
|
|
|
"pinia": "2.1.7",
|
2024-03-21 09:13:18 +08:00
|
|
|
"postcss": "8.4.38",
|
2024-03-07 03:03:15 +08:00
|
|
|
"qs": "6.12.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-03-02 18:09:02 +08:00
|
|
|
"sortablejs": "1.15.2",
|
2024-01-03 13:38:48 +08:00
|
|
|
"splitpanes": "3.1.5",
|
2024-03-02 18:09:05 +08:00
|
|
|
"tailwindcss": "3.4.1",
|
2024-03-02 19:39:00 +08:00
|
|
|
"vue": "3.4.21",
|
2024-01-03 13:38:48 +08:00
|
|
|
"vue-clipboard3": "2.0.0",
|
2024-03-02 19:39:05 +08:00
|
|
|
"vue-echarts": "6.6.9",
|
2024-03-15 22:48:31 +08:00
|
|
|
"vue-i18n": "9.10.2",
|
2024-03-02 23:20:43 +08:00
|
|
|
"vue-router": "4.3.0",
|
2024-01-03 13:38:48 +08:00
|
|
|
"vuedraggable": "4.1.0"
|
2023-03-04 20:56:15 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-03-03 03:11:51 +08:00
|
|
|
"@types/node": "^20.0.0",
|
2023-03-04 20:56:15 +08:00
|
|
|
"@types/nprogress": "^0.2.0",
|
|
|
|
"@types/sortablejs": "^1.15.0",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.53.0",
|
|
|
|
"@typescript-eslint/parser": "^5.53.0",
|
2024-03-03 13:56:18 +08:00
|
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
2024-01-03 13:38:48 +08:00
|
|
|
"@vue/compiler-sfc": "^3.4.3",
|
2024-03-03 11:17:48 +08:00
|
|
|
"consola": "^3.0.0",
|
2024-01-03 13:38:48 +08:00
|
|
|
"cross-env": "7.0.3",
|
2023-03-04 20:56:15 +08:00
|
|
|
"eslint": "^8.34.0",
|
|
|
|
"eslint-plugin-vue": "^9.9.0",
|
|
|
|
"pinia-plugin-persist": "^1.0.0",
|
2024-03-03 12:42:58 +08:00
|
|
|
"prettier": "3.2.5",
|
2023-03-04 20:56:15 +08:00
|
|
|
"sass": "^1.58.3",
|
2024-03-03 12:43:01 +08:00
|
|
|
"typescript": "^5.0.0",
|
2024-03-02 21:07:38 +08:00
|
|
|
"unplugin-auto-import": "^0.17.0",
|
2023-04-27 21:17:20 +08:00
|
|
|
"vite": "^4.3.3",
|
2023-03-04 20:56:15 +08:00
|
|
|
"vite-plugin-compression": "^0.5.1",
|
|
|
|
"vite-plugin-style-import": "^2.0.0",
|
2023-04-27 21:17:20 +08:00
|
|
|
"vite-plugin-top-level-await": "^1.3.0",
|
2023-03-04 20:56:15 +08:00
|
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
|
|
|
"vue-eslint-parser": "^9.1.0"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not dead"
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://pig4cloud.com"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16.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",
|
|
|
|
"url": "https://gitee.com/log4j/pig"
|
|
|
|
}
|
2021-03-15 12:44:58 +08:00
|
|
|
}
|