mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
24 lines
548 B
JSON
24 lines
548 B
JSON
{
|
|
"name": "tachiyomi-website",
|
|
"version": "3.0.0",
|
|
"description": "Official website for the Tachiyomi app.",
|
|
"license": "MPL-2.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tachiyomiorg/website.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tachiyomiorg/website/issues"
|
|
},
|
|
"devDependencies": {
|
|
"vitepress": "^1.0.0-beta.5",
|
|
"vue": "^3.3.4"
|
|
},
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev src",
|
|
"docs:build": "vitepress build src",
|
|
"docs:preview": "vitepress preview src"
|
|
}
|
|
}
|