Files
cas_cloud_web_i18n/package.json

63 lines
1.7 KiB
JSON
Raw Normal View History

2021-11-30 09:55:37 +08:00
{
"name": "ruoyi",
2022-06-27 08:18:35 +08:00
"version": "3.8.3",
2021-11-30 09:55:37 +08:00
"description": "若依管理系统",
"author": "若依",
"license": "MIT",
"scripts": {
"dev": "vite",
"build:prod": "vite build",
2021-11-30 09:55:37 +08:00
"build:stage": "vite build --mode staging",
2023-06-13 13:40:54 +08:00
"preview": "vite preview",
2023-07-28 17:28:29 +08:00
"format": "prettier --write \"**/*.{js,ts,tsx,jsx,vue,md}\"",
"caddy": "caddy run --config ./Caddyfile"
2021-11-30 09:55:37 +08:00
},
"repository": {
"type": "git",
"url": "https://gitee.com/y_project/RuoYi-Vue.git"
},
"dependencies": {
2023-08-01 15:50:13 +08:00
"@amap/amap-jsapi-loader": "^1.0.1",
2022-04-09 13:02:50 +08:00
"@element-plus/icons-vue": "1.1.4",
"@vueuse/core": "8.5.0",
2022-11-17 17:29:47 +08:00
"@wangeditor/editor": "^5.1.23",
2022-08-30 10:36:30 +08:00
"@wangeditor/editor-for-vue": "^5.1.12",
2023-07-26 17:24:49 +08:00
"animejs": "^3.2.1",
2022-04-09 13:02:50 +08:00
"axios": "0.26.1",
2023-07-26 17:24:49 +08:00
"dayjs": "^1.11.0",
2022-10-01 09:12:01 +08:00
"echarts": "^5.4.0",
"echarts-extension-amap": "^1.10.1",
2022-04-09 13:02:50 +08:00
"element-plus": "2.1.8",
2021-11-30 09:55:37 +08:00
"file-saver": "2.0.5",
2022-04-09 13:02:50 +08:00
"fuse.js": "6.5.3",
2023-08-01 15:50:13 +08:00
"html2canvas": "^1.4.1",
2021-11-30 09:55:37 +08:00
"js-cookie": "3.0.1",
2022-08-30 10:36:30 +08:00
"js-md5": "^0.7.3",
2021-11-30 09:55:37 +08:00
"jsencrypt": "3.2.1",
2022-10-01 09:12:01 +08:00
"lodash": "^4.17.21",
2023-07-26 17:24:49 +08:00
"lodash-es": "^4.17.21",
2021-11-30 09:55:37 +08:00
"nprogress": "0.2.0",
"pinia": "2.0.14",
2023-07-11 17:21:34 +08:00
"pinia-plugin-persistedstate": "^3.1.0",
2022-10-13 17:42:32 +08:00
"qrcode.vue": "^3.3.3",
2022-07-31 17:51:04 +08:00
"vue": "3.2.37",
2022-04-09 13:02:50 +08:00
"vue-cropper": "1.0.3",
2023-07-11 17:21:34 +08:00
"vue-i18n": "9",
"vue-router": "4.0.14"
2021-11-30 09:55:37 +08:00
},
"devDependencies": {
"@vitejs/plugin-vue": "2.3.3",
"@vue/compiler-sfc": "3.2.36",
2023-07-17 15:47:45 +08:00
"autoprefixer": "^10.4.14",
"postcss": "^8.4.26",
2023-06-13 13:40:54 +08:00
"prettier": "^2.8.8",
2022-05-29 10:52:51 +08:00
"sass": "1.52.1",
2023-07-17 15:47:45 +08:00
"tailwindcss": "^3.3.3",
"unplugin-auto-import": "0.8.5",
2023-07-11 17:21:34 +08:00
"vite": "2.9.16",
2022-04-09 13:02:50 +08:00
"vite-plugin-compression": "0.5.1",
"vite-plugin-svg-icons": "2.0.1",
2022-04-09 13:02:50 +08:00
"vite-plugin-vue-setup-extend": "0.4.0"
2021-11-30 09:55:37 +08:00
}
}