2019-09-15 00:49:56 +02:00
|
|
|
{
|
|
|
|
"name": "tachiyomi-website",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
2019-09-16 20:54:56 +02:00
|
|
|
"build": "vuepress build src",
|
|
|
|
"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": {
|
2019-09-18 06:48:08 +02:00
|
|
|
"@vuepress/plugin-back-to-top": "^1.0.0-rc.1",
|
|
|
|
"@vuepress/plugin-google-analytics": "^1.1.0",
|
2019-09-18 01:17:47 +02:00
|
|
|
"node-sass": "^4.12.0",
|
|
|
|
"sass-loader": "^8.0.0",
|
2019-09-16 20:54:56 +02:00
|
|
|
"vuepress": "^1.1.0"
|
2019-09-17 17:30:41 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"axios": "^0.19.0",
|
|
|
|
"iso-639-1": "^2.1.0",
|
2019-09-18 01:17:47 +02:00
|
|
|
"lodash.groupby": "^4.6.0",
|
2019-09-19 00:32:20 +02:00
|
|
|
"lodash.sortby": "^4.7.0",
|
2019-09-19 03:14:16 +02:00
|
|
|
"vuepress-plugin-container": "^2.0.2",
|
|
|
|
"vuepress-plugin-reading-progress": "^1.0.7"
|
2019-09-15 00:49:56 +02:00
|
|
|
}
|
|
|
|
}
|