mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 07:25:06 +01:00
d59a5b5ac2
Added FAQ spoilers powered by "vuepress-plugin-container".
28 lines
619 B
JSON
28 lines
619 B
JSON
{
|
|
"name": "tachiyomi-website",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"build": "vuepress build src",
|
|
"serve": "vuepress dev src"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tachiyomiorg/website.git"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@vuepress/plugin-back-to-top": "^1.0.0-rc.1",
|
|
"@vuepress/plugin-google-analytics": "^1.1.0",
|
|
"node-sass": "^4.12.0",
|
|
"sass-loader": "^8.0.0",
|
|
"vuepress": "^1.1.0"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"iso-639-1": "^2.1.0",
|
|
"lodash.groupby": "^4.6.0",
|
|
"lodash.sortby": "^4.7.0",
|
|
"vuepress-plugin-container": "^2.0.2"
|
|
}
|
|
}
|