mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
23 lines
420 B
JSON
23 lines
420 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": {
|
|
"http-server": "^0.11.1",
|
|
"vuepress": "^1.1.0"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"iso-639-1": "^2.1.0",
|
|
"lodash": "^4.17.15"
|
|
}
|
|
}
|