0c922d10d7
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel) and [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service). These dependencies need to be updated together. Updates `postcss` from 7.0.39 to 8.4.31 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/7.0.39...8.4.31) Updates `@vue/cli-plugin-babel` from 4.5.15 to 5.0.8 - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-plugin-babel) Updates `@vue/cli-service` from 4.5.15 to 5.0.8 - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-service) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect - dependency-name: "@vue/cli-plugin-babel" dependency-type: direct:development - dependency-name: "@vue/cli-service" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "wulkanowy-landing-page",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"sitemap": "vue-cli-service sitemap"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "^6.6.96",
|
|
"babel-runtime": "^6.26.0",
|
|
"github-markdown-css": "^5.1.0",
|
|
"moment": "^2.29.4",
|
|
"prerender-spa-plugin": "^3.4.0",
|
|
"sass": "^1.50.0",
|
|
"vue": "^2.6.14",
|
|
"vue-analytics": "^5.22.1",
|
|
"vue-markdown": "^2.2.4",
|
|
"vue-material-design-icons": "^4.13.0",
|
|
"vue-mq": "^1.0.1",
|
|
"vue-resource": "^1.5.3",
|
|
"vue-router": "^3.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.17.0",
|
|
"@vue/cli-plugin-babel": "^5.0.8",
|
|
"@vue/cli-plugin-eslint": "^5.0.4",
|
|
"@vue/cli-service": "^5.0.8",
|
|
"@vue/eslint-config-airbnb": "^5.3.0",
|
|
"@vue/runtime-dom": "^3.3.4",
|
|
"cache-loader": "^4.1.0",
|
|
"core-js": "^3.22.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-vue": "^8.6.0",
|
|
"html-webpack-plugin": "^4.5.2",
|
|
"lint-staged": "^11.2.6",
|
|
"raw-loader": "^4.0.2",
|
|
"sass-loader": "^10.2.0",
|
|
"vue-cli-plugin-sitemap": "^2.3.0",
|
|
"vue-template-compiler": "^2.6.14",
|
|
"webpack": "^4.46.0"
|
|
}
|
|
}
|