chore(@vant/cli): remove webpack related deps

This commit is contained in:
chenjiahan
2021-09-07 10:57:11 +08:00
parent a2b942be8c
commit a9b4f88860
16 changed files with 447 additions and 2595 deletions
+6 -21
View File
@@ -34,10 +34,7 @@
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"@types/lodash": "^4.14.172",
"@types/postcss-load-config": "^3.0.1",
"@vitejs/plugin-vue": "^1.6.0",
"@vue/compiler-sfc": "^3.2.8",
"vue": "^3.2.8"
"@types/postcss-load-config": "^3.0.1"
},
"dependencies": {
"@babel/core": "^7.15.0",
@@ -47,60 +44,48 @@
"@docsearch/js": "3.0.0-alpha.33",
"@types/jest": "^27.0.1",
"@vant/eslint-config": "^3.3.2",
"@vant/markdown-loader": "^4.1.1",
"@vant/markdown-vetur": "^2.2.0",
"@vant/stylelint-config": "^1.4.2",
"@vant/touch-emulator": "^1.3.2",
"@vitejs/plugin-vue": "^1.6.0",
"@vitejs/plugin-vue-jsx": "^1.1.7",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/test-utils": "2.0.0-rc.6",
"autoprefixer": "^10.3.1",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3",
"chokidar": "^3.5.2",
"clean-css": "^5.1.5",
"commander": "^8.1.0",
"consola": "^2.15.3",
"conventional-changelog": "^3.1.24",
"css-loader": "^6.2.0",
"eslint": "^7.32.0",
"fast-glob": "^3.2.7",
"fork-ts-checker-webpack-plugin": "^6.3.2",
"gh-pages": "^3.2.3",
"hash-sum": "^2.0.0",
"html-webpack-plugin": "^5.3.2",
"highlight.js": "^11.2.0",
"husky": "^7.0.1",
"jest": "^27.0.6",
"jest-canvas-mock": "^2.3.1",
"jest-serializer-html": "^7.1.0",
"less": "^4.1.1",
"less-loader": "^10.0.1",
"lint-staged": "^11.1.2",
"lodash": "^4.17.21",
"markdown-it-anchor": "^8.3.0",
"ora": "^5.4.1",
"portfinder": "^1.0.28",
"postcss": "^8.3.6",
"postcss-load-config": "^3.1.0",
"postcss-loader": "^6.1.1",
"prettier": "^2.3.2",
"release-it": "^14.11.5",
"sass": "^1.38.0",
"sass-loader": "^12.1.0",
"style-loader": "^3.2.1",
"stylelint": "^13.13.1",
"transliteration": "^2.2.0",
"ts-jest": "^27.0.5",
"typescript": "^4.3.5",
"vite": "^2.5.3",
"vite-plugin-html": "^2.1.0",
"vite-plugin-md": "^0.11.0",
"vue-loader": "^16.5.0",
"vue-router": "^4.0.0",
"vue3-jest": "^27.0.0-alpha.2",
"webpack": "^5.51.1",
"webpack-dev-server": "^4.0.0",
"webpack-merge": "^5.8.0",
"webpackbar": "^5.0.0-3"
"vue3-jest": "^27.0.0-alpha.2"
},
"release-it": {
"git": {