tachiyomi-website/package.json

40 lines
1.0 KiB
JSON
Raw Normal View History

2019-09-15 00:49:56 +02:00
{
"name": "tachiyomi-website",
"version": "0.0.0",
"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"
},
"private": true,
"devDependencies": {
2020-01-01 16:54:12 +01:00
"@vuepress/plugin-back-to-top": "^1.2.0",
"@vuepress/plugin-google-analytics": "^1.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.9.0",
"eslint-config-vuepress": "^2.1.0",
"eslint-plugin-prettier": "^3.1.2",
2020-01-01 16:54:12 +01:00
"node-sass": "^4.13.0",
"prettier": "^1.19.1",
"sass-loader": "^8.0.0",
2020-01-01 16:54:12 +01:00
"vue-agile": "^1.0.11",
"vuepress": "^1.2.0",
"vuepress-plugin-clean-urls": "^1.1.1",
"vuepress-plugin-container": "^2.1.2"
2019-09-17 17:30:41 +02:00
},
"dependencies": {
2020-01-01 16:54:12 +01:00
"@mdi/font": "^4.7.95",
"axios": "^0.19.1",
2019-09-17 17:30:41 +02:00
"iso-639-1": "^2.1.0",
"lodash.groupby": "^4.6.0",
"lodash.sortby": "^4.7.0",
"material-design-icons": "^3.0.1",
"vue-sweetalert2": "^3.0.1"
2019-09-15 00:49:56 +02:00
}
}