{ "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint ." }, "dependencies": { "next": "latest", "react": "18.1.0", "react-dom": "18.1.0", "react-tsparticles": "^2.0.6", "tsparticles": "^2.0.6", "tsparticles-engine": "^2.0.6" }, "devDependencies": { "@types/node": "17.0.33", "@types/react": "18.2.8", "@types/react-dom": "18.0.4", "eslint": "^9", "eslint-config-next": "latest", "typescript": "4.6.4" } }