{ "name": "no-copy-legal-panel-frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build -p 2997", "start": "next start -p 2997" }, "dependencies": { "next": "16.1.2", "next-intl": "^4.7.0", "react": "19.2.3", "react-dom": "19.2.3" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.18", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "babel-plugin-react-compiler": "1.0.0", "sass": "^1.97.2", "tailwindcss": "^4.1.18", "typescript": "^5" } }