Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 12, 2023
1 parent 92c7d8e commit e5b0514
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
26 changes: 3 additions & 23 deletions generators/vue/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"bootstrap": "4.6.2",
"bootstrap-vue": "2.23.1",
"bootswatch": "5.3.1",
"deepmerge": "^4.3.1",
"deepmerge": "4.3.1",
"js-cookie": "3.0.5",
"pinia": "2.1.6",
"vue": "3.3.4",
Expand All @@ -31,41 +31,21 @@
"@vue/tsconfig": "0.4.0",
"autoprefixer": "10.4.15",
"axios-mock-adapter": "1.22.0",
"browser-sync-webpack-plugin": "2.3.0",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "5.0.1",
"eslint": "8.49.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-vue": "8.7.1",
"folder-hash": "4.0.4",
"happy-dom": "11.0.2",
"html-webpack-plugin": "5.5.3",
"merge-jsons-webpack-plugin": "2.0.1",
"mini-css-extract-plugin": "2.7.6",
"numeral": "2.0.6",
"postcss-import": "15.1.0",
"postcss-loader": "7.3.3",
"postcss-url": "10.1.3",
"rimraf": "5.0.1",
"rollup-plugin-copy": "3.5.0",
"sass": "1.66.1",
"sass-loader": "13.3.2",
"sinon": "15.2.0",
"terser-webpack-plugin": "5.3.9",
"ts-loader": "9.4.4",
"typescript": "5.2.2",
"vite": "^4.4.9",
"vite": "4.4.9",
"vitest": "0.34.4",
"vitest-sonar-reporter": "0.4.1",
"vue-loader": "17.2.2",
"vue-style-loader": "4.1.3",
"vue-tsc": "^1.8.8",
"webpack": "5.88.2",
"webpack-bundle-analyzer": "4.9.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-merge": "5.9.0",
"workbox-webpack-plugin": "7.0.0"
"vue-tsc": "1.8.8"
}
}
3 changes: 0 additions & 3 deletions generators/vue/templates/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@
<%_ blueprints.forEach(blueprint => { _%>
"<%= blueprint.name %>": "<%= blueprint.version %>",
<%_ }); _%>
<%_ } _%>
<%_ if (enableTranslation) { _%>
"folder-hash": "<%= nodeDependencies['folder-hash'] %>",
<%_ } _%>
"happy-dom": "<%= nodeDependencies['happy-dom'] %>",
"numeral": "<%= nodeDependencies['numeral'] %>",
Expand Down

0 comments on commit e5b0514

Please sign in to comment.