decoupling-drupal-vuejs/vuejs/package.json
dependabot-preview[bot] 89169cb7b0
Bump vue-router from 3.0.6 to 3.1.3 in /vuejs
Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.6 to 3.1.3.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-router/compare/v3.0.6...v3.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-30 19:08:23 +00:00

38 lines
1,021 B
JSON

{
"name": "blueconf",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^1.2.0",
"axios": "^0.18.0",
"core-js": "^2.6.5",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.1.2",
"qs": "^6.8.0",
"tailwindcss": "^1.1.2",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vue-save-state": "^1.2.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.7.0",
"@vue/cli-plugin-eslint": "^3.7.0",
"@vue/cli-plugin-unit-jest": "^3.7.0",
"@vue/cli-service": "^3.7.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"vue-template-compiler": "^2.5.21"
}
}