2023-10-19 11:44:56 +03:30
|
|
|
{
|
|
|
|
|
"name": "brizco",
|
2024-02-27 13:43:07 +03:30
|
|
|
"version": "0.2.3",
|
2023-10-19 11:44:56 +03:30
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-10-19 20:02:54 +03:30
|
|
|
"@hassanmojab/react-modern-calendar-datepicker": "^3.1.7",
|
2023-10-21 11:14:11 +03:30
|
|
|
"@uidotdev/usehooks": "^2.4.0",
|
2023-10-19 11:44:56 +03:30
|
|
|
"autoprefixer": "10.4.15",
|
|
|
|
|
"axios": "^1.5.1",
|
2023-10-21 11:14:11 +03:30
|
|
|
"boring-avatars": "^1.10.1",
|
2023-11-20 00:07:55 +03:30
|
|
|
"chart.js": "^4.4.0",
|
2023-11-05 17:48:39 +03:30
|
|
|
"core-util-is": "^1.0.3",
|
2023-10-19 11:44:56 +03:30
|
|
|
"framer-motion": "^10.16.1",
|
2023-10-21 11:14:11 +03:30
|
|
|
"jalali-moment": "^3.3.11",
|
2023-12-27 12:31:56 +03:30
|
|
|
"lodash": "^4.17.21",
|
2023-10-19 11:44:56 +03:30
|
|
|
"next": "13.4.19",
|
|
|
|
|
"postcss": "8.4.28",
|
2023-12-12 14:51:25 +03:30
|
|
|
"rc-slider": "^10.5.0",
|
2023-10-19 11:44:56 +03:30
|
|
|
"react": "18.2.0",
|
2023-11-20 21:44:40 +03:30
|
|
|
"react-chartjs-2": "^5.2.0",
|
2023-10-19 11:44:56 +03:30
|
|
|
"react-dom": "18.2.0",
|
2023-12-27 12:31:56 +03:30
|
|
|
"react-infinite-scroll-component": "^6.1.0",
|
2023-10-19 20:02:54 +03:30
|
|
|
"react-modern-calendar-datepicker": "^3.1.6",
|
2023-10-19 11:44:56 +03:30
|
|
|
"react-spring-bottom-sheet": "^3.4.1",
|
|
|
|
|
"react-toastify": "^9.1.3",
|
|
|
|
|
"simple-react-validator": "^1.6.2",
|
|
|
|
|
"swiper": "^10.2.0",
|
2024-01-04 04:03:16 +03:30
|
|
|
"tailwindcss": "3.3.3",
|
|
|
|
|
"@emailjs/browser": "^3.11.0",
|
|
|
|
|
"@react-three/drei": "^9.88.11",
|
|
|
|
|
"@react-three/fiber": "^8.15.9",
|
|
|
|
|
"maath": "^0.10.4",
|
|
|
|
|
"react-router-dom": "^6.18.0",
|
|
|
|
|
"react-tilt": "^1.0.2",
|
|
|
|
|
"react-vertical-timeline-component": "^3.6.0"
|
2023-10-19 20:02:54 +03:30
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"css-loader": "^6.8.1",
|
|
|
|
|
"webpack": "^5.89.0"
|
2023-10-19 11:44:56 +03:30
|
|
|
}
|
|
|
|
|
}
|