formatted
This commit is contained in:
124
package.json
124
package.json
@ -1,62 +1,62 @@
|
||||
{
|
||||
"name": "ruoyi",
|
||||
"version": "3.8.3",
|
||||
"description": "若依管理系统",
|
||||
"author": "若依",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build:prod": "vite build",
|
||||
"build:stage": "vite build --mode staging",
|
||||
"preview": "vite preview",
|
||||
"format": "prettier --write \"**/*.{js,ts,tsx,jsx,vue,md}\"",
|
||||
"caddy": "caddy run --config ./Caddyfile"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitee.com/y_project/RuoYi-Vue.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@amap/amap-jsapi-loader": "^1.0.1",
|
||||
"@element-plus/icons-vue": "1.1.4",
|
||||
"@vueuse/core": "8.5.0",
|
||||
"@wangeditor/editor": "^5.1.23",
|
||||
"@wangeditor/editor-for-vue": "^5.1.12",
|
||||
"animejs": "^3.2.1",
|
||||
"axios": "0.26.1",
|
||||
"dayjs": "^1.11.0",
|
||||
"echarts": "^5.4.0",
|
||||
"echarts-extension-amap": "^1.10.1",
|
||||
"element-plus": "2.1.8",
|
||||
"file-saver": "2.0.5",
|
||||
"fuse.js": "6.5.3",
|
||||
"html2canvas": "^1.4.1",
|
||||
"js-cookie": "3.0.1",
|
||||
"js-md5": "^0.7.3",
|
||||
"jsencrypt": "3.2.1",
|
||||
"lodash": "^4.17.21",
|
||||
"lodash-es": "^4.17.21",
|
||||
"nprogress": "0.2.0",
|
||||
"pinia": "2.0.14",
|
||||
"pinia-plugin-persistedstate": "^3.1.0",
|
||||
"qrcode.vue": "^3.3.3",
|
||||
"vue": "3.2.37",
|
||||
"vue-cropper": "1.0.3",
|
||||
"vue-i18n": "9",
|
||||
"vue-router": "4.0.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "2.3.3",
|
||||
"@vue/compiler-sfc": "3.2.36",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"postcss": "^8.4.26",
|
||||
"prettier": "^2.8.8",
|
||||
"sass": "1.52.1",
|
||||
"tailwindcss": "^3.3.3",
|
||||
"unplugin-auto-import": "0.8.5",
|
||||
"vite": "2.9.16",
|
||||
"vite-plugin-compression": "0.5.1",
|
||||
"vite-plugin-svg-icons": "2.0.1",
|
||||
"vite-plugin-vue-setup-extend": "0.4.0"
|
||||
}
|
||||
}
|
||||
{
|
||||
"name": "ruoyi",
|
||||
"version": "3.8.3",
|
||||
"description": "若依管理系统",
|
||||
"author": "若依",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build:prod": "vite build",
|
||||
"build:stage": "vite build --mode staging",
|
||||
"preview": "vite preview",
|
||||
"format": "prettier --write \"**/*.{js,ts,tsx,jsx,vue,md}\"",
|
||||
"caddy": "caddy run --config ./Caddyfile"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitee.com/y_project/RuoYi-Vue.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@amap/amap-jsapi-loader": "^1.0.1",
|
||||
"@element-plus/icons-vue": "1.1.4",
|
||||
"@vueuse/core": "8.5.0",
|
||||
"@wangeditor/editor": "^5.1.23",
|
||||
"@wangeditor/editor-for-vue": "^5.1.12",
|
||||
"animejs": "^3.2.1",
|
||||
"axios": "0.26.1",
|
||||
"dayjs": "^1.11.0",
|
||||
"echarts": "^5.4.0",
|
||||
"echarts-extension-amap": "^1.10.1",
|
||||
"element-plus": "2.1.8",
|
||||
"file-saver": "2.0.5",
|
||||
"fuse.js": "6.5.3",
|
||||
"html2canvas": "^1.4.1",
|
||||
"js-cookie": "3.0.1",
|
||||
"js-md5": "^0.7.3",
|
||||
"jsencrypt": "3.2.1",
|
||||
"lodash": "^4.17.21",
|
||||
"lodash-es": "^4.17.21",
|
||||
"nprogress": "0.2.0",
|
||||
"pinia": "2.0.14",
|
||||
"pinia-plugin-persistedstate": "^3.1.0",
|
||||
"qrcode.vue": "^3.3.3",
|
||||
"vue": "3.2.37",
|
||||
"vue-cropper": "1.0.3",
|
||||
"vue-i18n": "9",
|
||||
"vue-router": "4.0.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "2.3.3",
|
||||
"@vue/compiler-sfc": "3.2.36",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"postcss": "^8.4.26",
|
||||
"prettier": "^2.8.8",
|
||||
"sass": "1.52.1",
|
||||
"tailwindcss": "^3.3.3",
|
||||
"unplugin-auto-import": "0.8.5",
|
||||
"vite": "2.9.16",
|
||||
"vite-plugin-compression": "0.5.1",
|
||||
"vite-plugin-svg-icons": "2.0.1",
|
||||
"vite-plugin-vue-setup-extend": "0.4.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user