MiYoVerse/package.json

32 lines
775 B
JSON
Raw Normal View History

2024-05-14 16:36:35 +09:00
{
"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"
}
}