rebuilding-platformsh/package.json
dependabot-preview[bot] 75254b80a2
Bump vue-router from 3.0.6 to 3.1.0
Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.6 to 3.1.0.
- [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.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-06 10:55:38 +00:00

39 lines
1.1 KiB
JSON

{
"name": "rebuilding-platformsh",
"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": {
"core-js": "^2.6.5",
"postcss": "^7.0.17",
"sugarss": "^2.0.0",
"tailwindcss-interaction-variants": "^2.0.0-beta.1",
"tailwindcss-spaced-items": "^0.1.0",
"tailwindcss-transforms": "^2.0.0-beta.1",
"tailwindcss-visuallyhidden": "^1.0.2",
"vue": "^2.6.10",
"vue-router": "^3.1.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.6.0",
"@vue/cli-plugin-eslint": "^3.6.0",
"@vue/cli-plugin-unit-jest": "^3.6.3",
"@vue/cli-service": "^3.6.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",
"postcss-import": "^12.0.1",
"tailwindcss": "^1.0.1",
"vue-template-compiler": "^2.5.21"
}
}