2019-09-14 18:49:56 -04: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-14 18:49:56 -04:00
|
|
|
"scripts": {
|
2020-01-08 23:15:44 -05:00
|
|
|
"build": "npm run lint && vuepress build src",
|
2021-12-07 21:26:19 -05:00
|
|
|
"lint": "eslint --fix 'src/.vuepress/**/*.{js,vue}' --no-ignore",
|
2019-09-16 15:54:56 -03:00
|
|
|
"serve": "vuepress dev src"
|
2019-09-14 18:49:56 -04: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-14 18:49:56 -04: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-14 18:49:56 -04:00
|
|
|
"devDependencies": {
|
2022-01-08 15:14:35 -05:00
|
|
|
"@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",
|
2021-01-13 18:54:49 +01:00
|
|
|
"babel-eslint": "^10.1.0",
|
2021-07-31 10:57:18 -04:00
|
|
|
"eslint": "^7.32.0",
|
2022-01-08 15:14:35 -05:00
|
|
|
"eslint-config-vuepress": "^3.5.0",
|
2021-09-12 20:36:49 -04:00
|
|
|
"eslint-plugin-markdown": "^2.2.1",
|
2021-12-19 19:24:16 -05:00
|
|
|
"eslint-plugin-promise": "^6.0.0",
|
2021-12-07 20:58:50 -05:00
|
|
|
"eslint-plugin-vue": "^8.2.0",
|
2021-08-04 22:12:37 -04:00
|
|
|
"node-sass": "^6.0.1",
|
2021-12-05 19:14:30 -05:00
|
|
|
"prettier": "^2.5.1",
|
2021-02-06 13:20:34 -05:00
|
|
|
"sass-loader": "^10.1.1",
|
2022-01-08 15:14:35 -05:00
|
|
|
"vuepress": "^1.9.5",
|
2020-09-27 11:30:05 +02:00
|
|
|
"vuepress-plugin-clean-urls": "^1.1.2",
|
|
|
|
"vuepress-plugin-container": "^2.1.5",
|
|
|
|
"vuepress-plugin-element-ui": "^1.1.0",
|
2020-10-27 18:35:33 +01:00
|
|
|
"vuepress-plugin-zooming": "^1.1.8",
|
2022-01-08 15:27:15 -05:00
|
|
|
"webpack": "^4.46.0"
|
2019-09-17 12:30:41 -03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-08 15:14:35 -05:00
|
|
|
"@mr-hope/vuepress-plugin-sitemap": "^1.23.0",
|
2021-11-25 19:14:28 -05:00
|
|
|
"axios": "^0.24.0",
|
2020-09-27 11:30:05 +02:00
|
|
|
"core-js": "2.6.4",
|
2021-12-07 21:26:19 -05:00
|
|
|
"docsearch.js": "^2.6.3",
|
2021-11-25 19:13:38 -05:00
|
|
|
"element-ui": "^2.15.6",
|
2020-08-31 20:36:42 +02:00
|
|
|
"lodash.groupby": "^4.6.0",
|
|
|
|
"lodash.sortby": "^4.7.0",
|
2022-01-08 15:14:35 -05:00
|
|
|
"marked": "^4.0.9",
|
2021-11-25 19:13:09 -05:00
|
|
|
"material-design-icons-iconfont": "^6.1.1",
|
2021-12-07 20:58:50 -05:00
|
|
|
"moment": "^2.29.1",
|
2021-12-07 21:03:40 -05:00
|
|
|
"vue": "^2.6.14",
|
2021-12-15 17:38:28 -05:00
|
|
|
"vue-agile": "^2.0.0",
|
2021-12-07 21:03:40 -05:00
|
|
|
"vue-material-design-icons": "^5.0.0",
|
2020-09-27 11:30:05 +02:00
|
|
|
"vue-moment": "^4.1.0",
|
2021-08-04 22:13:36 -04:00
|
|
|
"vue-sweetalert2": "^5.0.2",
|
2021-03-18 14:01:36 +01:00
|
|
|
"vuepress-plugin-dehydrate": "^1.1.5",
|
2020-09-27 11:30:05 +02:00
|
|
|
"vuepress-plugin-robots": "^1.0.1",
|
2021-02-07 10:15:41 -05:00
|
|
|
"vuex": "^3.6.2"
|
2019-09-14 18:49:56 -04:00
|
|
|
}
|
|
|
|
}
|