70 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			70 lines
		
	
	
		
			2.1 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",
 | |
|         "@heroui/react": "^2.8.2",
 | |
|         "@prisma/client": "^6.8.2",
 | |
|         "@reduxjs/toolkit": "^1.9.1",
 | |
|         "@tippyjs/react": "^4.2.6",
 | |
|         "@types/bcrypt": "^5.0.2",
 | |
|         "@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",
 | |
|         "chart.js": "^4.4.9",
 | |
|         "chartjs-plugin-zoom": "^2.2.0",
 | |
|         "cookie": "^1.0.2",
 | |
|         "date-fns": "^4.1.0",
 | |
|         "eslint": "8.32.0",
 | |
|         "eslint-config-next": "13.1.2",
 | |
|         "framer-motion": "^12.23.12",
 | |
|         "he": "^1.2.0",
 | |
|         "html2canvas": "^1.4.1",
 | |
|         "i18next": "^22.4.10",
 | |
|         "jose": "^6.0.12",
 | |
|         "jsonwebtoken": "^9.0.2",
 | |
|         "jspdf": "^3.0.1",
 | |
|         "next": "14.0.3",
 | |
|         "ni18n": "^1.0.5",
 | |
|         "react": "18.2.0",
 | |
|         "react-animate-height": "^3.1.0",
 | |
|         "react-apexcharts": "^1.7.0",
 | |
|         "react-chartjs-2": "^5.3.0",
 | |
|         "react-datepicker": "^8.4.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",
 | |
|         "recharts": "^2.15.3",
 | |
|         "universal-cookie": "^6.1.1",
 | |
|         "yup": "^0.32.11"
 | |
|     },
 | |
|     "devDependencies": {
 | |
|         "@tailwindcss/forms": "^0.5.3",
 | |
|         "@tailwindcss/typography": "^0.5.8",
 | |
|         "@types/he": "^1.2.3",
 | |
|         "@types/jsonwebtoken": "^9.0.9",
 | |
|         "@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"
 | |
|     }
 | |
| }
 |