{ "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "@vanilla-extract/css": "^1.11.0", "@vanilla-extract/next-plugin": "^2.1.3", "@types/node": "18.15.11", "@types/react": "18.0.34", "@types/react-dom": "18.0.11", "next": "latest", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "5.0.4" } }