{ "name": "rooftop-next", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@emotion/react": "^11.10.6", "@headlessui/react": "^1.7.8", "@reduxjs/toolkit": "^1.9.1", "@tippyjs/react": "^4.2.6", "@types/node": "18.11.18", "@types/react": "18.0.27", "@types/react-dom": "18.0.10", "axios": "^1.7.9", "eslint": "8.32.0", "eslint-config-next": "13.1.2", "i18next": "^22.4.10", "next": "14.0.3", "ni18n": "^1.0.5", "react": "18.2.0", "react-animate-height": "^3.1.0", "react-dom": "18.2.0", "react-i18next": "^12.1.5", "react-perfect-scrollbar": "^1.5.8", "react-popper": "^2.3.0", "react-redux": "^8.1.3", "typescript": "4.9.4", "universal-cookie": "^6.1.1", "yup": "^0.32.11" }, "devDependencies": { "@tailwindcss/forms": "^0.5.3", "@tailwindcss/typography": "^0.5.8", "@types/lodash": "^4.14.191", "@types/react-redux": "^7.1.32", "autoprefixer": "^10.4.17", "postcss": "^8.4.35", "prettier": "^2.8.0", "prettier-plugin-tailwindcss": "^0.2.0", "tailwindcss": "^3.4.1" } }