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.",
|
2022-10-01 23:16:21 -04:00
|
|
|
"license": "MPL-2.0",
|
|
|
|
"private": true,
|
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
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/tachiyomiorg/website/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/tachiyomiorg/website#readme",
|
2022-10-01 23:16:21 -04:00
|
|
|
"scripts": {
|
|
|
|
"build": "npm run lint && vuepress build src",
|
|
|
|
"lint": "eslint --fix 'src/.vuepress/**/*.{js,vue}' --no-ignore",
|
|
|
|
"serve": "vuepress dev src"
|
|
|
|
},
|
2019-09-17 12:30:41 -03:00
|
|
|
"dependencies": {
|
2022-06-28 09:19:19 -04:00
|
|
|
"@mr-hope/vuepress-plugin-sitemap": "1.30.0",
|
2023-06-08 22:20:30 -04:00
|
|
|
"@vuepress/plugin-active-header-links": "1.9.9",
|
|
|
|
"@vuepress/plugin-back-to-top": "1.9.9",
|
|
|
|
"@vuepress/plugin-pwa": "1.9.9",
|
2022-10-01 23:16:21 -04:00
|
|
|
"axios": "0.26.1",
|
2022-05-15 23:42:11 -04:00
|
|
|
"core-js": "2.6.12",
|
2022-05-15 12:33:25 -04:00
|
|
|
"docsearch.js": "2.6.3",
|
2023-03-06 09:08:44 -05:00
|
|
|
"element-ui": "2.15.13",
|
2022-05-15 12:33:25 -04:00
|
|
|
"lodash.groupby": "4.6.0",
|
2023-01-21 16:55:53 -05:00
|
|
|
"marked": "4.2.12",
|
2022-05-15 12:33:25 -04:00
|
|
|
"material-design-icons-iconfont": "6.7.0",
|
2022-07-16 19:02:17 -04:00
|
|
|
"moment": "2.29.4",
|
2023-07-09 10:09:04 -04:00
|
|
|
"vue": "2.7.14",
|
2022-05-15 12:33:25 -04:00
|
|
|
"vue-agile": "2.0.0",
|
2022-07-16 18:51:50 -04:00
|
|
|
"vue-material-design-icons": "5.1.2",
|
2022-05-15 12:33:25 -04:00
|
|
|
"vue-moment": "4.1.0",
|
|
|
|
"vue-sweetalert2": "5.0.5",
|
2023-07-09 10:09:04 -04:00
|
|
|
"vuepress": "1.9.9",
|
2023-06-08 22:20:30 -04:00
|
|
|
"vuepress-plugin-clean-urls": "1.1.2",
|
|
|
|
"vuepress-plugin-container": "2.1.5",
|
2022-05-15 12:33:25 -04:00
|
|
|
"vuepress-plugin-dehydrate": "1.1.5",
|
2023-06-08 22:20:30 -04:00
|
|
|
"vuepress-plugin-element-ui": "1.1.0",
|
|
|
|
"vuepress-plugin-google-analytics-4": "0.1.1",
|
2022-05-15 12:33:25 -04:00
|
|
|
"vuepress-plugin-robots": "1.0.1",
|
2023-06-08 22:20:30 -04:00
|
|
|
"vuepress-plugin-zooming": "1.1.8",
|
2022-05-15 12:33:25 -04:00
|
|
|
"vuex": "3.6.2"
|
2023-03-06 09:08:44 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-eslint": "10.1.0",
|
|
|
|
"eslint": "7.32.0",
|
|
|
|
"eslint-config-vuepress": "3.10.0",
|
|
|
|
"eslint-plugin-markdown": "3.0.0",
|
|
|
|
"eslint-plugin-promise": "6.1.1",
|
2023-07-01 10:12:05 -04:00
|
|
|
"eslint-plugin-vue": "9.15.1",
|
2023-04-27 17:31:17 -04:00
|
|
|
"prettier": "2.8.8",
|
2023-07-01 10:12:05 -04:00
|
|
|
"sass": "1.63.6",
|
2023-03-06 09:08:44 -05:00
|
|
|
"sass-loader": "10.4.1",
|
|
|
|
"webpack": "4.46.0"
|
2019-09-14 18:49:56 -04:00
|
|
|
}
|
|
|
|
}
|