mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 15:35:06 +01:00
d67f86beb6
Bumps [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-google-analytics) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/vuejs/vuepress/releases) - [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vuepress/commits/v1.5.0/packages/@vuepress/plugin-google-analytics) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "tachiyomi-website",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"build": "npm run lint && vuepress build src",
|
|
"lint": "eslint --fix src/.vuepress/**/*.{js,vue} --no-ignore",
|
|
"serve": "vuepress dev src"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tachiyomiorg/website.git"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@vuepress/plugin-back-to-top": "^1.5.0",
|
|
"@vuepress/plugin-google-analytics": "^1.5.0",
|
|
"@vuepress/plugin-pwa": "^1.5.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-airbnb": "^18.1.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-config-vuepress": "^2.2.0",
|
|
"eslint-plugin-prettier": "^3.1.3",
|
|
"node-sass": "^4.14.1",
|
|
"prettier": "^2.0.5",
|
|
"sass-loader": "^8.0.2",
|
|
"vue-agile": "^1.1.3",
|
|
"vuepress": "^1.5.0",
|
|
"vuepress-plugin-clean-urls": "^1.1.1",
|
|
"vuepress-plugin-container": "^2.1.3"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.2",
|
|
"iso-639-1": "^2.1.1",
|
|
"lodash.groupby": "^4.6.0",
|
|
"lodash.sortby": "^4.7.0",
|
|
"material-design-icons": "^3.0.1",
|
|
"vue-material-design-icons": "^4.6.0",
|
|
"vue-sweetalert2": "^3.0.5",
|
|
"vuepress-plugin-sitemap": "^2.3.1"
|
|
}
|
|
}
|