convexsol_stage/package.json
2025-12-02 11:02:00 +05:30

76 lines
2.9 KiB
JSON

{
"name": "next-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "env-cmd -f .env.development next dev --turbo",
"prod": "env-cmd -f .env.production next dev",
"build:development": "env-cmd -f .env.development next build && next-sitemap --config next-sitemap-development.config.js",
"build:production": "env-cmd -f .env.production next build && next-sitemap --config next-sitemap-production.config.js",
"start:development": "env-cmd -f .env.development next start",
"start:production": "env-cmd -f .env.production next start",
"export:development": "env-cmd -f .env.development next build && next-sitemap --config next-sitemap-development.config.js && next export",
"export:production": "env-cmd -f .env.production next build && next-sitemap --config next-sitemap-production.config.js && next export",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.888.0",
"@aws-sdk/client-sqs": "^3.888.0",
"@aws-sdk/s3-request-presigner": "^3.888.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@gsap/react": "^2.1.0",
"@hookform/resolvers": "^3.3.2",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@mui/icons-material": "^5.11.16",
"@mui/joy": "^5.0.0-beta.3",
"@mui/lab": "^5.0.0-alpha.129",
"@mui/material": "^5.12.3",
"@next/bundle-analyzer": "^15.0.3",
"@types/formidable": "^3.4.5",
"@types/node": "18.16.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-google-recaptcha": "^2.1.8",
"axios": "^1.5.0",
"dayjs": "^1.11.18",
"dompurify": "^3.2.6",
"dotenv": "^16.3.1",
"env-cmd": "^10.1.0",
"eslint": "8.39.0",
"eslint-config-next": "15.0.3",
"formidable": "^3.5.4",
"gsap": "^3.12.5",
"gsap-trial": "^3.12.5",
"lightgallery": "^2.8.2",
"next": "14.2.23",
"next-sitemap": "^4.0.9",
"postcss": "^8.5.6",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.1.1",
"react": "18.3.1",
"react-cookie-consent": "^9.0.0",
"react-countup": "^6.5.3",
"react-dom": "18.3.1",
"react-fast-marquee": "^1.6.5",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.48.2",
"react-icons": "^4.12.0",
"react-markdown": "^8.0.7",
"react-phone-input-2": "^2.15.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^3.0.1",
"swiper": "^9.2.4",
"typescript": "5.0.4",
"zod": "^3.22.4"
},
"devDependencies": {
"@zeit/next-css": "^1.0.1",
"sass": "^1.62.1"
},
"overrides": {
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1"
}
}