2024-01-10 11:04:28 +03:30
|
|
|
{
|
|
|
|
|
"name": "vesmeh",
|
2024-02-05 01:40:57 +03:30
|
|
|
"version": "0.1.1",
|
2024-01-10 11:04:28 +03:30
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@headlessui/react": "^1.7.17",
|
2024-08-01 01:20:03 +03:30
|
|
|
"@next/third-parties": "^14.2.5",
|
2024-01-10 11:04:28 +03:30
|
|
|
"axios": "^1.6.5",
|
|
|
|
|
"framer-motion": "^10.16.16",
|
|
|
|
|
"jalali-moment": "^3.3.11",
|
2024-04-25 22:36:36 +03:30
|
|
|
"lodash": "^4.17.21",
|
2024-08-01 01:20:03 +03:30
|
|
|
"next": "^14.2.5",
|
2024-02-29 11:59:52 +03:30
|
|
|
"nextjs-toploader": "^1.6.6",
|
2024-01-10 11:04:28 +03:30
|
|
|
"rc-slider": "^10.5.0",
|
|
|
|
|
"react": "^18",
|
|
|
|
|
"react-dom": "^18",
|
|
|
|
|
"react-grid-gallery": "^1.0.1-alpha.0",
|
|
|
|
|
"react-image-gallery": "^1.3.0",
|
2024-02-16 18:23:02 +03:30
|
|
|
"react-image-lightbox": "^5.1.4",
|
|
|
|
|
"react-infinite-scroll-component": "^6.1.0",
|
2024-02-05 01:40:57 +03:30
|
|
|
"react-spring-bottom-sheet": "^3.4.1",
|
2024-01-10 11:04:28 +03:30
|
|
|
"react-toastify": "^9.1.3",
|
2024-04-13 03:33:45 +03:30
|
|
|
"sharp": "^0.33.3",
|
2024-02-16 18:23:02 +03:30
|
|
|
"simple-react-validator": "^1.6.2",
|
2024-08-22 15:50:57 +03:30
|
|
|
"swiper": "^11.0.5",
|
|
|
|
|
"xml2js": "^0.6.2"
|
2024-01-10 11:04:28 +03:30
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"autoprefixer": "^10.4.16",
|
|
|
|
|
"eslint": "^8",
|
|
|
|
|
"eslint-config-next": "14.0.4",
|
|
|
|
|
"postcss": "^8.4.32",
|
|
|
|
|
"tailwindcss": "^3.4.0"
|
|
|
|
|
}
|
|
|
|
|
}
|