tachiyomi-website/package.json

62 lines
1.7 KiB
JSON
Raw Normal View History

2019-09-15 00:49:56 +02:00
{
"name": "tachiyomi-website",
"version": "1.0.0",
"description": "Official website for the Tachiyomi app.",
2019-09-15 00:49:56 +02:00
"scripts": {
"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"
},
"keywords": [
"vuepress"
],
"license": "MPL-2.0",
2019-09-15 00:49:56 +02:00
"private": true,
"bugs": {
"url": "https://github.com/tachiyomiorg/website/issues"
},
"homepage": "https://github.com/tachiyomiorg/website#readme",
2019-09-15 00:49:56 +02:00
"devDependencies": {
2021-03-05 19:57:28 +01:00
"@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",
2021-07-31 16:57:18 +02:00
"eslint": "^7.32.0",
"eslint-config-vuepress": "^3.2.1",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-vue": "^7.20.0",
"node-sass": "^6.0.1",
"prettier": "^2.5.0",
"sass-loader": "^10.1.1",
2021-03-05 19:57:28 +01:00
"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"
2019-09-17 17:30:41 +02:00
},
"dependencies": {
"@mr-hope/vuepress-plugin-sitemap": "^1.21.0",
"axios": "^0.23.0",
"core-js": "2.6.4",
"element-ui": "^2.15.6",
"lodash.groupby": "^4.6.0",
"lodash.sortby": "^4.7.0",
"marked": "^3.0.7",
"material-design-icons-iconfont": "^6.1.1",
"vue": "^2.6.12",
"vue-agile": "^1.1.3",
"vue-material-design-icons": "^4.13.0",
"vue-moment": "^4.1.0",
"vue-sweetalert2": "^5.0.2",
"vuepress-plugin-dehydrate": "^1.1.5",
"vuepress-plugin-robots": "^1.0.1",
2021-02-07 16:15:41 +01:00
"vuex": "^3.6.2"
2019-09-15 00:49:56 +02:00
}
}