tachiyomi-website/package.json
2020-01-01 10:54:12 -05:00

35 lines
889 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.2.0",
"@vuepress/plugin-google-analytics": "^1.2.0",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"vue-agile": "^1.0.11",
"vuepress": "^1.2.0",
"vuepress-plugin-clean-urls": "^1.1.1",
"vuepress-plugin-container": "^2.1.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@mdi/font": "^4.7.95",
"axios": "^0.19.0",
"iso-639-1": "^2.1.0",
"lodash.groupby": "^4.6.0",
"lodash.sortby": "^4.7.0",
"material-design-icons": "^3.0.1"
}
}