29 lines
663 B
JSON
29 lines
663 B
JSON
{
|
|
"name": "brizco",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"autoprefixer": "10.4.15",
|
|
"axios": "^1.5.1",
|
|
"framer-motion": "^10.16.1",
|
|
"next": "13.4.19",
|
|
"postcss": "8.4.28",
|
|
"react": "18.2.0",
|
|
"react-datepicker2": "^3.3.13",
|
|
"react-dom": "18.2.0",
|
|
"react-persian-datepicker": "^3.0.2",
|
|
"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",
|
|
"zaman": "^2.0.8"
|
|
}
|
|
}
|