2019-09-15 00:49:56 +02:00
|
|
|
{
|
|
|
|
"name": "tachiyomi-website",
|
2020-08-31 20:36:42 +02:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Official website for the Tachiyomi app.",
|
2019-09-15 00:49:56 +02:00
|
|
|
"scripts": {
|
2020-01-09 05:15:44 +01:00
|
|
|
"build": "npm run lint && vuepress build src",
|
|
|
|
"lint": "eslint --fix src/.vuepress/**/*.{js,vue} --no-ignore",
|
2019-09-16 20:54:56 +02:00
|
|
|
"serve": "vuepress dev src"
|
2019-09-15 00:49:56 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/tachiyomiorg/website.git"
|
|
|
|
},
|
2020-08-31 20:36:42 +02:00
|
|
|
"keywords": [
|
|
|
|
"vuepress"
|
|
|
|
],
|
|
|
|
"license": "MPL-2.0",
|
2019-09-15 00:49:56 +02:00
|
|
|
"private": true,
|
2020-08-31 20:36:42 +02:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/tachiyomiorg/website/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/tachiyomiorg/website#readme",
|
2019-09-15 00:49:56 +02:00
|
|
|
"devDependencies": {
|
2020-09-27 11:30:05 +02:00
|
|
|
"@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.10.0",
|
2020-08-31 20:36:42 +02:00
|
|
|
"eslint-config-vuepress": "^2.2.0",
|
|
|
|
"eslint-plugin-markdown": "^1.0.2",
|
2020-10-05 21:34:56 +02:00
|
|
|
"eslint-plugin-vue": "^7.0.1",
|
2020-09-27 11:30:05 +02:00
|
|
|
"node-sass": "^4.14.1",
|
|
|
|
"prettier": "^2.1.2",
|
2020-09-15 09:29:35 +02:00
|
|
|
"sass-loader": "^10.0.2",
|
2020-09-27 11:30:05 +02:00
|
|
|
"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"
|
2019-09-17 17:30:41 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-09-27 11:30:05 +02:00
|
|
|
"@mr-hope/vuepress-plugin-last-update": "^0.7.4",
|
|
|
|
"@mr-hope/vuepress-plugin-sitemap": "^0.7.4",
|
2020-08-31 20:36:42 +02:00
|
|
|
"axios": "^0.20.0",
|
2020-09-27 11:30:05 +02:00
|
|
|
"core-js": "2.6.4",
|
|
|
|
"element-ui": "^2.13.2",
|
2020-08-31 20:36:42 +02:00
|
|
|
"iso-639-1": "^2.1.4",
|
|
|
|
"lodash.groupby": "^4.6.0",
|
|
|
|
"lodash.sortby": "^4.7.0",
|
2020-09-28 18:46:38 +02:00
|
|
|
"marked": "^1.2.0",
|
2020-09-15 09:29:35 +02:00
|
|
|
"material-design-icons-iconfont": "^6.1.0",
|
2020-09-27 11:30:05 +02:00
|
|
|
"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"
|
2019-09-15 00:49:56 +02:00
|
|
|
}
|
|
|
|
}
|