2019-09-15 00:49:56 +02:00
|
|
|
{
|
|
|
|
"name": "tachiyomi-website",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
2020-01-09 05:15:44 +01:00
|
|
|
"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-05-12 11:31:26 +02:00
|
|
|
"@vuepress/plugin-back-to-top": "^1.5.0",
|
2020-05-12 11:48:08 +02:00
|
|
|
"@vuepress/plugin-google-analytics": "^1.5.0",
|
2020-05-12 11:43:30 +02:00
|
|
|
"@vuepress/plugin-pwa": "^1.5.0",
|
2020-01-09 05:15:44 +01:00
|
|
|
"eslint": "^6.8.0",
|
2020-03-15 20:24:22 +01:00
|
|
|
"eslint-config-airbnb": "^18.1.0",
|
2020-04-27 18:45:55 +02:00
|
|
|
"eslint-config-prettier": "^6.11.0",
|
2020-05-11 11:27:35 +02:00
|
|
|
"eslint-config-vuepress": "^2.2.0",
|
2020-04-27 18:45:55 +02:00
|
|
|
"eslint-plugin-prettier": "^3.1.3",
|
2020-05-05 10:24:59 +02:00
|
|
|
"node-sass": "^4.14.1",
|
2020-05-12 11:25:29 +02:00
|
|
|
"prettier": "^2.0.5",
|
2020-03-03 00:29:16 +01:00
|
|
|
"sass-loader": "^8.0.2",
|
2020-04-27 18:45:55 +02:00
|
|
|
"vue-agile": "^1.1.3",
|
2020-05-12 11:03:44 +02:00
|
|
|
"vuepress": "^1.5.0",
|
2020-01-01 16:54:12 +01:00
|
|
|
"vuepress-plugin-clean-urls": "^1.1.1",
|
2020-04-27 18:45:55 +02:00
|
|
|
"vuepress-plugin-container": "^2.1.3"
|
2019-09-17 17:30:41 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-03-03 00:29:16 +01:00
|
|
|
"axios": "^0.19.2",
|
2020-03-15 20:24:22 +01:00
|
|
|
"iso-639-1": "^2.1.1",
|
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",
|
2020-02-12 02:36:11 +01:00
|
|
|
"material-design-icons": "^3.0.1",
|
2020-05-11 19:50:31 +02:00
|
|
|
"vue-material-design-icons": "^4.6.0",
|
2020-05-07 10:29:15 +02:00
|
|
|
"vue-sweetalert2": "^3.0.5",
|
2020-04-30 18:53:10 +02:00
|
|
|
"vuepress-plugin-sitemap": "^2.3.1"
|
2019-09-15 00:49:56 +02:00
|
|
|
}
|
|
|
|
}
|