| { | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "deploy": "next build && touch out/.nojekyll && git add out/ && git commit -m \"Deploy\" && git subtree push --prefix out origin gh-pages" | |
| }, | |
| "dependencies": { | |
| "@types/node": "^18.11.5", | |
| "@types/react-dom": "^18.0.7", | |
| "@types/react": "^18.0.23", | |
| "next": "latest", | |
| "react-dom": "^18.2.0", | |
| "react": "^18.2.0", | |
| "typescript": "^4.8.4" | |
| } | |
| } | |