mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-01-06 04:32:37 +00:00
28 lines
542 B
JSON
28 lines
542 B
JSON
{
|
|
"name": "@minikura/web",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "PORT=3001 next dev --turbo",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/react": "^18.3.7",
|
|
"elysia": "^1.1.13"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@elysiajs/eden": "^1.1.3",
|
|
"@minikura/api": "workspace:*",
|
|
"next": "^14.2.12",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
}
|
|
}
|