33 lines
736 B
JSON
33 lines
736 B
JSON
{
|
|
"name": "vesmeh",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.17",
|
|
"axios": "^1.6.5",
|
|
"framer-motion": "^10.16.16",
|
|
"jalali-moment": "^3.3.11",
|
|
"next": "14.0.4",
|
|
"rc-slider": "^10.5.0",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-grid-gallery": "^1.0.1-alpha.0",
|
|
"react-image-gallery": "^1.3.0",
|
|
"react-toastify": "^9.1.3",
|
|
"swiper": "^11.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.0.4",
|
|
"postcss": "^8.4.32",
|
|
"tailwindcss": "^3.4.0"
|
|
}
|
|
}
|