tachiyomi-website/package.json
dependabot[bot] 517fdb9d6e
Bump eslint-plugin-vue from 8.2.0 to 8.3.0 (#829)
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 8.2.0 to 8.3.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v8.2.0...v8.3.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-23 15:03:15 -05:00

65 lines
1.8 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.9.5",
"@vuepress/plugin-back-to-top": "^1.9.5",
"@vuepress/plugin-google-analytics": "^1.9.5",
"@vuepress/plugin-pwa": "^1.9.5",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-vuepress": "^3.5.0",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^8.3.0",
"node-sass": "^6.0.1",
"prettier": "^2.5.1",
"sass-loader": "^10.1.1",
"vuepress": "^1.9.5",
"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",
"webpack": "^4.46.0"
},
"dependencies": {
"@mr-hope/vuepress-plugin-sitemap": "^1.23.0",
"axios": "^0.24.0",
"core-js": "2.6.4",
"docsearch.js": "^2.6.3",
"element-ui": "^2.15.6",
"lodash.groupby": "^4.6.0",
"lodash.sortby": "^4.7.0",
"marked": "^4.0.10",
"material-design-icons-iconfont": "^6.1.1",
"moment": "^2.29.1",
"vue": "^2.6.14",
"vue-agile": "^2.0.0",
"vue-material-design-icons": "^5.0.0",
"vue-moment": "^4.1.0",
"vue-sweetalert2": "^5.0.2",
"vuepress-plugin-dehydrate": "^1.1.5",
"vuepress-plugin-robots": "^1.0.1",
"vuex": "^3.6.2"
}
}