23 lines
412 B
JSON
23 lines
412 B
JSON
|
{
|
||
|
"name": "hitokoto",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "next dev",
|
||
|
"build": "next build",
|
||
|
"start": "next start",
|
||
|
"lint": "next lint"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"react": "^18",
|
||
|
"react-dom": "^18",
|
||
|
"next": "13.5.4"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"typescript": "^5",
|
||
|
"@types/node": "^20",
|
||
|
"@types/react": "^18",
|
||
|
"@types/react-dom": "^18"
|
||
|
}
|
||
|
}
|