mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 07:25:06 +01:00
ba0e7c5dda
Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.2.1...2.3.1) --- updated-dependencies: - dependency-name: prettier 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>
63 lines
1.7 KiB
JSON
63 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.8.2",
|
|
"@vuepress/plugin-back-to-top": "^1.8.2",
|
|
"@vuepress/plugin-google-analytics": "^1.8.2",
|
|
"@vuepress/plugin-pwa": "^1.8.2",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.28.0",
|
|
"eslint-config-vuepress": "^3.2.1",
|
|
"eslint-plugin-markdown": "^2.2.0",
|
|
"eslint-plugin-vue": "^7.11.0",
|
|
"node-sass": "^5.0.0",
|
|
"prettier": "^2.3.1",
|
|
"sass-loader": "^10.1.1",
|
|
"vuepress": "^1.8.2",
|
|
"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.44.2"
|
|
},
|
|
"dependencies": {
|
|
"@mr-hope/vuepress-plugin-sitemap": "^1.15.2",
|
|
"axios": "^0.21.1",
|
|
"core-js": "2.6.4",
|
|
"element-ui": "^2.15.1",
|
|
"iso-639-1": "^2.1.9",
|
|
"lodash.groupby": "^4.6.0",
|
|
"lodash.sortby": "^4.7.0",
|
|
"marked": "^2.0.7",
|
|
"material-design-icons-iconfont": "^6.1.0",
|
|
"vue": "^2.6.12",
|
|
"vue-agile": "^1.1.3",
|
|
"vue-material-design-icons": "^4.11.0",
|
|
"vue-moment": "^4.1.0",
|
|
"vue-sweetalert2": "^4.3.1",
|
|
"vuepress-plugin-dehydrate": "^1.1.5",
|
|
"vuepress-plugin-robots": "^1.0.1",
|
|
"vuex": "^3.6.2"
|
|
}
|
|
}
|