Skip to content

Instantly share code, notes, and snippets.

@shayaulman
Created March 15, 2022 20:09
Show Gist options
  • Select an option

  • Save shayaulman/c85ba05a8d20a3657a79dac7f4222688 to your computer and use it in GitHub Desktop.

Select an option

Save shayaulman/c85ba05a8d20a3657a79dac7f4222688 to your computer and use it in GitHub Desktop.
Vue router with lazy load config not creating separate chunk files - package.json file
{
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"start": "vue-cli-service serve"
},
"dependencies": {
"@braid/vue-formulate": "^2.4.5",
"@braid/vue-formulate-i18n": "^1.16.0",
"@googlemaps/js-api-loader": "^1.6.0",
"@sentry/tracing": "^6.13.3",
"@sentry/vue": "^6.13.3",
"animated-number-vue": "^1.0.0",
"autosize": "^4.0.2",
"axios": "^0.21.1",
"core-js": "^3.8.1",
"dayjs": "^1.9.8",
"lodash": "^4.17.21",
"vue": "^2.6.12",
"vue-click-outside": "^1.1.0",
"vue-currency-filter": "^5.2.0",
"vue-gtag": "^1.9.1",
"vue-i18n": "^8.27.0",
"vue-lottie-web": "0.0.3",
"vue-router": "^3.4.9",
"vue-select": "^3.11.2",
"vuex": "^3.6.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.9",
"@vue/cli-plugin-e2e-cypress": "^4.5.15",
"@vue/cli-plugin-eslint": "~4.5.9",
"@vue/cli-plugin-router": "~4.5.9",
"@vue/cli-service": "~4.5.9",
"babel-eslint": "^10.1.0",
"cypress-plugin-stripe-elements": "^1.0.2",
"eslint": "^7.16.0",
"eslint-plugin-vue": "^7.4.0",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.0",
"vue-template-compiler": "^2.6.12"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment