web/package.json

37 lines
913 B
JSON

{
"name": "brizco",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hassanmojab/react-modern-calendar-datepicker": "^3.1.7",
"@uidotdev/usehooks": "^2.4.0",
"autoprefixer": "10.4.15",
"axios": "^1.5.1",
"boring-avatars": "^1.10.1",
"chart.js": "^4.4.0",
"core-util-is": "^1.0.3",
"framer-motion": "^10.16.1",
"jalali-moment": "^3.3.11",
"next": "13.4.19",
"postcss": "8.4.28",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-modern-calendar-datepicker": "^3.1.6",
"react-spring-bottom-sheet": "^3.4.1",
"react-toastify": "^9.1.3",
"simple-react-validator": "^1.6.2",
"swiper": "^10.2.0",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"css-loader": "^6.8.1",
"webpack": "^5.89.0"
}
}