Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XStQKxPfEjrTvWo83KFCxG
28 lines
626 B
JSON
28 lines
626 B
JSON
{
|
|
"name": "names-poweredbyotm",
|
|
"version": "0.4.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --port 3000",
|
|
"build": "next build",
|
|
"start": "next start --port 3000",
|
|
"lint": "next lint",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@otm/account-panel": "0.32.0",
|
|
"next": "^15.1.0",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.9.1",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"autoprefixer": "^10.5.4",
|
|
"postcss": "^8.5.26",
|
|
"tailwindcss": "^3.4.19",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|