{ "name": "23.09.2024-cpl-v4", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@fontsource/roboto": "^5.1.0", "autoprefixer": "^10.4.20", "bootstrap-icons": "^1.11.3", "next": "14.2.13", "react": "^18", "react-dom": "^18" }, "devDependencies": { "postcss": "^8.4.47", "tailwindcss": "^3.4.12" } }