55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"name": "rooftop-next",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3005",
|
|
"build": "next build",
|
|
"start": "next start -p 3005",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.6",
|
|
"@headlessui/react": "^1.7.8",
|
|
"@prisma/client": "^6.4.1",
|
|
"@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",
|
|
"apexcharts": "^4.5.0",
|
|
"axios": "^1.7.9",
|
|
"bcrypt": "^5.1.1",
|
|
"cookie": "^1.0.2",
|
|
"eslint": "8.32.0",
|
|
"eslint-config-next": "13.1.2",
|
|
"i18next": "^22.4.10",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"next": "14.0.3",
|
|
"ni18n": "^1.0.5",
|
|
"react": "18.2.0",
|
|
"react-animate-height": "^3.1.0",
|
|
"react-apexcharts": "^1.7.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hot-toast": "^2.5.2",
|
|
"react-i18next": "^12.1.5",
|
|
"react-perfect-scrollbar": "^1.5.8",
|
|
"react-popper": "^2.3.0",
|
|
"react-redux": "^8.1.3",
|
|
"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",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|