Skip to content

Commit

Permalink
refactor: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
logustra committed May 16, 2021
1 parent 1ea0f4f commit 1aec403
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 421 deletions.
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,30 @@
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"chalk": "^4.1.1",
"commander": "^7.2.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.26.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-vue": "^7.9.0",
"husky": "^6.0.0",
"shelljs": "^0.8.4",
"standard": "^16.0.3",
"stylelint": "^13.13.1",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^21.0.0",
"stylelint-rscss": "^0.4.0",
"stylelint-scss": "^3.19.0"
},
"dependencies": {
"@iconify/json": "^1.1.343",
"@intlify/vite-plugin-vue-i18n": "^2.1.2",
"@rollup/plugin-yaml": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.0.11",
"@vuedx/typecheck": "^0.6.3",
Expand All @@ -58,39 +77,21 @@
"autoprefixer": "^10.2.5",
"axios": "^0.21.1",
"camelcase": "^6.2.0",
"chalk": "^4.1.1",
"commander": "^7.2.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"dotenv-cli": "^4.0.0",
"element-plus": "^1.0.2-beta.44",
"eslint": "^7.26.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-vue": "^7.9.0",
"husky": "^5.2.0",
"postcss": "^8.2.15",
"postcss-import": "^14.0.2",
"rimraf": "^3.0.2",
"rollup-plugin-visualizer": "^5.5.0",
"sass": "^1.32.13",
"shelljs": "^0.8.4",
"standard": "^16.0.3",
"stylelint": "^13.13.1",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^21.0.0",
"stylelint-rscss": "^0.4.0",
"stylelint-scss": "^3.19.0",
"tailwindcss": "^2.1.2",
"typescript": "^4.2.4",
"vite": "^2.3.2",
"vite-plugin-components": "^0.8.4",
"vite-plugin-fonts": "^0.1.5",
"vite-plugin-components": "^0.9.1",
"vite-plugin-fonts": "^0.2.2",
"vite-plugin-icons": "^0.5.1",
"vite-plugin-importer": "^0.2.1",
"vue": "^3.0.11",
"vue-eslint-parser": "^7.6.0",
"vue-i18n": "^9.1.6",
"vue-router": "^4.0.8",
"vuex": "^4.0.0"
Expand Down
Loading

0 comments on commit 1aec403

Please sign in to comment.