mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-22 12:58:55 +08:00
🔧 锁定 package.json version
This commit is contained in:
parent
903de6ec18
commit
5b3e6fb77e
52
package.json
52
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pig-ui",
|
||||
"version": "3.7.1",
|
||||
"version": "3.7.2",
|
||||
"description": "PIGCLOUD微服务开发平台",
|
||||
"author": "pig4cloud",
|
||||
"license": "Apache-2.0",
|
||||
@ -12,36 +12,34 @@
|
||||
"prettier": "prettier --write ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@chenfengyuan/vue-qrcode": "^2.0.0",
|
||||
"@element-plus/icons-vue": "^2.0.10",
|
||||
"@element-plus/icons-vue": "2.3.1",
|
||||
"@wangeditor/editor": "5.1.23",
|
||||
"@wangeditor/editor-for-vue": "5.1.12",
|
||||
"autoprefixer": "^10.4.7",
|
||||
"axios": "^1.3.3",
|
||||
"autoprefixer": "10.4.16",
|
||||
"axios": "1.6.3",
|
||||
"china-area-data": "^5.0.1",
|
||||
"codemirror": "5.65.5",
|
||||
"crypto-js": "^4.2.0",
|
||||
"driver.js": "^0.9.8",
|
||||
"echarts": "^5.4.1",
|
||||
"element-plus": "2.3.1",
|
||||
"js-cookie": "^3.0.1",
|
||||
"mitt": "^3.0.0",
|
||||
"nprogress": "^0.2.0",
|
||||
"pinia": "^2.0.32",
|
||||
"qrcode": "1.5.1",
|
||||
"qs": "^6.11.0",
|
||||
"screenfull": "^6.0.2",
|
||||
"crypto-js": "4.2.0",
|
||||
"driver.js": "0.9.8",
|
||||
"echarts": "5.4.3",
|
||||
"element-plus": "2.4.4",
|
||||
"js-cookie": "3.0.5",
|
||||
"mitt": "3.0.1",
|
||||
"nprogress": "0.2.0",
|
||||
"pinia": "2.1.7",
|
||||
"postcss": "8.4.32",
|
||||
"qs": "6.11.2",
|
||||
"screenfull": "6.0.2",
|
||||
"sm-crypto": "0.3.12",
|
||||
"sortablejs": "^1.15.0",
|
||||
"splitpanes": "^3.1.5",
|
||||
"tailwindcss": "^3.0.24",
|
||||
"vue": "^3.2.47",
|
||||
"vue-clipboard3": "^2.0.0",
|
||||
"sortablejs": "1.15.1",
|
||||
"splitpanes": "3.1.5",
|
||||
"tailwindcss": "3.4.0",
|
||||
"vue": "3.4.3",
|
||||
"vue-clipboard3": "2.0.0",
|
||||
"vue-echarts": "6.6.1",
|
||||
"vue-i18n": "9.2.2",
|
||||
"vue-router": "^4.1.6",
|
||||
"vue3-ts-jsoneditor": "2.8.6",
|
||||
"vuedraggable": "^4.1.0"
|
||||
"vue-router": "4.2.5",
|
||||
"vuedraggable": "4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.14.0",
|
||||
@ -50,9 +48,9 @@
|
||||
"@typescript-eslint/eslint-plugin": "^5.53.0",
|
||||
"@typescript-eslint/parser": "^5.53.0",
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"@vue/compiler-sfc": "^3.2.47",
|
||||
"cross-env": "7.0.3",
|
||||
"@vue/compiler-sfc": "^3.4.3",
|
||||
"consola": "^2.15.3",
|
||||
"cross-env": "7.0.3",
|
||||
"eslint": "^8.34.0",
|
||||
"eslint-plugin-vue": "^9.9.0",
|
||||
"pinia-plugin-persist": "^1.0.0",
|
||||
@ -77,7 +75,7 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0",
|
||||
"npm": ">= 7.0.0"
|
||||
"npm": ">= 8.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"vue",
|
||||
|
Loading…
Reference in New Issue
Block a user