Squashed commit of the following:
commit 5a05146a178e761d747956eb8a56d77c493825ee Author: sakuya <81883387@qq.com> Date: Fri Jul 2 21:09:52 2021 +0800 up 1.1.14 更新大部分依赖,并且固化依赖版本 commit ee564cbfec9c164cbf0c45fe21b38eed0bca3184 Author: sakuya <81883387@qq.com> Date: Fri Jul 2 21:02:11 2021 +0800 up .gitignore commit ffcddf5317990497fd638fb868fc2208e7a3ce74 Author: sakuya <81883387@qq.com> Date: Fri Jul 2 20:57:58 2021 +0800 Update .gitignore commit 2a19b17aa0b1c7d83340295897539b4e734f2434 Author: sakuya <81883387@qq.com> Date: Fri Jul 2 20:57:09 2021 +0800 Update .gitignore commit de168b618fab0ee7d96d39b180a8c7d9969152ce Author: sc <shencheng@heronshn.com> Date: Fri Jul 2 15:38:56 2021 +0800 Update package-lock.json
This commit is contained in:
parent
b6c7d070a0
commit
f07719ff14
|
@ -2,7 +2,6 @@
|
||||||
node_modules
|
node_modules
|
||||||
/dist
|
/dist
|
||||||
|
|
||||||
|
|
||||||
# local env files
|
# local env files
|
||||||
.env.local
|
.env.local
|
||||||
.env.*.local
|
.env.*.local
|
||||||
|
@ -21,3 +20,5 @@ pnpm-debug.log*
|
||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
|
|
||||||
|
/package-lock.json
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
44
package.json
44
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "SCUI-Admin",
|
"name": "SCUI-Admin",
|
||||||
"version": "1.1.13",
|
"version": "1.1.14",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
@ -8,29 +8,29 @@
|
||||||
"lint": "vue-cli-service lint"
|
"lint": "vue-cli-service lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tinymce/tinymce-vue": "^4.0.2",
|
"@tinymce/tinymce-vue": "4.0.3",
|
||||||
"axios": "^0.21.1",
|
"axios": "0.21.1",
|
||||||
"core-js": "^3.15.2",
|
"core-js": "3.15.2",
|
||||||
"echarts": "^5.1.2",
|
"echarts": "5.1.2",
|
||||||
"element-plus": "^1.0.2-beta.53",
|
"element-plus": "1.0.2-beta.54",
|
||||||
"less": "^3.12.2",
|
"less": "3.13.1",
|
||||||
"less-loader": "^7.1.0",
|
"less-loader": "7.3.0",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "0.2.0",
|
||||||
"sortablejs": "^1.13.0",
|
"sortablejs": "1.13.0",
|
||||||
"tinymce": "^5.8.1",
|
"tinymce": "5.8.2",
|
||||||
"vue": "^3.1.2",
|
"vue": "3.1.4",
|
||||||
"vue-router": "^4.0.10",
|
"vue-router": "4.0.10",
|
||||||
"vuedraggable": "^4.0.1",
|
"vuedraggable": "4.0.3",
|
||||||
"vuex": "^4.0.2"
|
"vuex": "4.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vue/cli-plugin-babel": "~4.5.0",
|
"@vue/cli-plugin-babel": "4.5.13",
|
||||||
"@vue/cli-plugin-eslint": "~4.5.0",
|
"@vue/cli-plugin-eslint": "4.5.13",
|
||||||
"@vue/cli-service": "~4.5.0",
|
"@vue/cli-service": "4.5.13",
|
||||||
"@vue/compiler-sfc": "^3.1.2",
|
"@vue/compiler-sfc": "3.1.4",
|
||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "10.1.0",
|
||||||
"eslint": "^6.7.2",
|
"eslint": "6.8.0",
|
||||||
"eslint-plugin-vue": "^7.0.0-0"
|
"eslint-plugin-vue": "7.12.1"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"root": true,
|
"root": true,
|
||||||
|
|
|
@ -3,7 +3,7 @@ const DEFAULT_CONFIG = {
|
||||||
APP_NAME: "SCUI",
|
APP_NAME: "SCUI",
|
||||||
|
|
||||||
//版本号
|
//版本号
|
||||||
APP_VER: "1.1.13",
|
APP_VER: "1.1.14",
|
||||||
|
|
||||||
//接口地址
|
//接口地址
|
||||||
API_URL: "",
|
API_URL: "",
|
||||||
|
|
Loading…
Reference in New Issue