43 lines
996 B
JSON
43 lines
996 B
JSON
|
|
{
|
||
|
|
"name": "turkmen_expo_client",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"dev": "next dev",
|
||
|
|
"build": "next build",
|
||
|
|
"start": "next start",
|
||
|
|
"out": "npx serve@latest out",
|
||
|
|
"lint": "next lint"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@hookform/resolvers": "^3.3.4",
|
||
|
|
"@react-google-maps/api": "^2.19.3",
|
||
|
|
"@reduxjs/toolkit": "^2.2.1",
|
||
|
|
"@types/uuid": "^9.0.8",
|
||
|
|
"clsx": "^2.1.0",
|
||
|
|
"framer-motion": "^11.0.25",
|
||
|
|
"next": "14.1.0",
|
||
|
|
"pm2": "^5.3.1",
|
||
|
|
"react": "^18",
|
||
|
|
"react-dom": "^18",
|
||
|
|
"react-hook-form": "^7.50.1",
|
||
|
|
"react-redux": "^9.1.0",
|
||
|
|
"serve": "^14.2.1",
|
||
|
|
"sharp": "^0.33.2",
|
||
|
|
"swiper": "^11.0.6",
|
||
|
|
"use-debounce": "^10.0.0",
|
||
|
|
"usehooks-ts": "^3.1.0",
|
||
|
|
"uuid": "^9.0.1",
|
||
|
|
"zod": "^3.22.4"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^20",
|
||
|
|
"@types/react": "^18",
|
||
|
|
"@types/react-dom": "^18",
|
||
|
|
"autoprefixer": "^10.0.1",
|
||
|
|
"postcss": "^8",
|
||
|
|
"tailwindcss": "^3.3.0",
|
||
|
|
"typescript": "^5"
|
||
|
|
}
|
||
|
|
}
|