{ "name": "prism-v2-frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint ." }, "dependencies": { "lucide-react": "^0.468.0", "next": "^16.2.6", "plotly.js": "^2.35.2", "react": "19.0.0", "react-dom": "19.0.0", "react-plotly.js": "^2.6.0" }, "devDependencies": { "@types/node": "^22.10.5", "@types/plotly.js": "^2.35.1", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "@types/react-plotly.js": "^2.6.4", "eslint": "^9.17.0", "eslint-config-next": "^16.2.6", "typescript": "^5.7.2" } }