tachiyomi-website/package.json
dependabot-preview[bot] 31b95e1d1e Bump @mr-hope/vuepress-plugin-sitemap from 0.7.5 to 0.8.0 (#386)
Bumps [@mr-hope/vuepress-plugin-sitemap](https://github.com/Mister-Hope/vuepress-theme-hope/tree/HEAD/packages/sitemap) from 0.7.5 to 0.8.0.
- [Release notes](https://github.com/Mister-Hope/vuepress-theme-hope/releases)
- [Changelog](https://github.com/Mister-Hope/vuepress-theme-hope/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Mister-Hope/vuepress-theme-hope/commits/v0.8.0/packages/sitemap)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-13 08:33:46 +02:00

61 lines
1.7 KiB
JSON

{
"name": "tachiyomi-website",
"version": "1.0.0",
"description": "Official website for the Tachiyomi app.",
"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"
},
"keywords": [
"vuepress"
],
"license": "MPL-2.0",
"private": true,
"bugs": {
"url": "https://github.com/tachiyomiorg/website/issues"
},
"homepage": "https://github.com/tachiyomiorg/website#readme",
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.6.0",
"@vuepress/plugin-back-to-top": "^1.6.0",
"@vuepress/plugin-google-analytics": "^1.6.0",
"@vuepress/plugin-pwa": "^1.6.0",
"eslint": "^7.11.0",
"eslint-config-vuepress": "^2.2.0",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-vue": "^7.0.1",
"node-sass": "^4.14.1",
"prettier": "^2.1.2",
"sass-loader": "^10.0.3",
"vuepress": "^1.6.0",
"vuepress-plugin-clean-urls": "^1.1.2",
"vuepress-plugin-container": "^2.1.5",
"vuepress-plugin-element-ui": "^1.1.0",
"vuepress-plugin-zooming": "^1.1.8"
},
"dependencies": {
"@mr-hope/vuepress-plugin-last-update": "^0.7.5",
"@mr-hope/vuepress-plugin-sitemap": "^0.8.0",
"axios": "^0.20.0",
"core-js": "2.6.4",
"element-ui": "^2.13.2",
"iso-639-1": "^2.1.4",
"lodash.groupby": "^4.6.0",
"lodash.sortby": "^4.7.0",
"marked": "^1.2.0",
"material-design-icons-iconfont": "^6.1.0",
"vue": "^2.6.12",
"vue-agile": "^1.1.3",
"vue-material-design-icons": "^4.9.0",
"vue-moment": "^4.1.0",
"vue-sweetalert2": "^3.0.8",
"vuepress-plugin-robots": "^1.0.1",
"vuex": "^3.5.1"
}
}