web/package.json

51 lines
1.4 KiB
JSON
Raw Normal View History

2023-10-19 11:44:56 +03:30
{
"name": "brizco",
2024-04-24 00:01:49 +03:30
"version": "0.2.7",
2023-10-19 11:44:56 +03:30
"private": true,
"scripts": {
2024-09-09 04:07:44 +03:30
"dev": "next dev -p 8000",
2023-10-19 11:44:56 +03:30
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-05-20 22:03:46 +03:30
"@ducanh2912/next-pwa": "^10.2.7",
"@emailjs/browser": "^3.11.0",
2023-10-19 20:02:54 +03:30
"@hassanmojab/react-modern-calendar-datepicker": "^3.1.7",
2024-05-20 22:03:46 +03:30
"@react-three/drei": "^9.88.11",
"@react-three/fiber": "^8.15.9",
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",
"lodash": "^4.17.21",
2024-05-20 22:03:46 +03:30
"maath": "^0.10.4",
2023-10-19 11:44:56 +03:30
"next": "13.4.19",
2024-10-19 14:56:55 +03:30
"next-intl": "^3.20.0",
2023-10-19 11:44:56 +03:30
"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",
"react-infinite-scroll-component": "^6.1.0",
2023-10-19 20:02:54 +03:30
"react-modern-calendar-datepicker": "^3.1.6",
2024-05-20 22:03:46 +03:30
"react-router-dom": "^6.18.0",
2023-10-19 11:44:56 +03:30
"react-spring-bottom-sheet": "^3.4.1",
2024-05-20 22:03:46 +03:30
"react-tilt": "^1.0.2",
2023-10-19 11:44:56 +03:30
"react-toastify": "^9.1.3",
2024-05-20 22:03:46 +03:30
"react-vertical-timeline-component": "^3.6.0",
2023-10-19 11:44:56 +03:30
"simple-react-validator": "^1.6.2",
"swiper": "^10.2.0",
2024-09-09 04:07:44 +03:30
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7"
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
}
}