mirror of
https://github.com/MinazukiAmane/MiYoVerse.git
synced 2025-03-15 10:15:55 +08:00
32 lines
775 B
JSON
32 lines
775 B
JSON
{
|
|
"name": "MiYoVerse",
|
|
"version": "0.0.1",
|
|
"description": "just bunch of nonsense stuff",
|
|
"scripts": {
|
|
"dev": "next dev -p 3011",
|
|
"build": "next build",
|
|
"start": "next start -p 3011"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.serenetia.com/AmaneSerenetia/MiYoVerse.git"
|
|
},
|
|
"author": "MiYoVerse",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://git.serenetia.com/AmaneSerenetia/MiYoVerse/issues"
|
|
},
|
|
"homepage": "https://git.serenetia.com/AmaneSerenetia/MiYoVerse#readme",
|
|
"dependencies": {
|
|
"next": "^13.0.6",
|
|
"nextra": "latest",
|
|
"nextra-theme-docs": "latest",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.11.10",
|
|
"typescript": "^4.9.3"
|
|
}
|
|
}
|