Skip to content

Commit

Permalink
refactor(components): 去除packages的soybean-layout,通过npm的方式引入
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Feb 22, 2022
1 parent 7ba332c commit c1182fe
Show file tree
Hide file tree
Showing 14 changed files with 739 additions and 1,012 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@
"dayjs": "^1.10.7",
"form-data": "^4.0.0",
"lodash-es": "^4.17.21",
"naive-ui": "^2.25.2",
"naive-ui": "^2.25.3",
"pinia": "^2.0.11",
"print-js": "^1.6.0",
"qs": "^6.10.3",
"soybean-admin-layout": "^1.0.3",
"swiper": "^8.0.6",
"ua-parser-js": "^1.0.2",
"vditor": "^3.8.11",
Expand All @@ -50,15 +51,15 @@
"@amap/amap-jsapi-types": "^0.0.8",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@iconify/json": "^2.1.3",
"@iconify/json": "^2.1.4",
"@iconify/vue": "^3.1.3",
"@types/bmapgl": "^0.0.5",
"@types/crypto-js": "^4.1.1",
"@types/node": "^17.0.18",
"@types/node": "^17.0.19",
"@types/qs": "^6.9.7",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@vitejs/plugin-vue": "^2.2.2",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
Expand All @@ -71,7 +72,7 @@
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.4.1",
"eslint-plugin-vue": "^8.5.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.4",
"mockjs": "^1.1.0",
Expand All @@ -82,13 +83,13 @@
"sass": "^1.49.8",
"typescript": "^4.5.5",
"unplugin-icons": "^0.13.2",
"unplugin-vue-components": "^0.17.18",
"unplugin-vue-components": "^0.17.19",
"vite": "2.8.4",
"vite-plugin-html": "^3.0.6",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-windicss": "^1.7.1",
"vue-tsc": "^0.31.4",
"vueuc": "^0.4.25",
"windicss": "^3.4.3"
"vueuc": "^0.4.26",
"windicss": "^3.4.4"
}
}

1 comment on commit c1182fe

@vercel
Copy link

@vercel vercel bot commented on c1182fe Feb 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.