Files
iddaai-fe/package.json
T
fahricansecer 5c8619b282
Deploy Iddaai Frontend / build-and-deploy (push) Failing after 34s
gg
2026-05-10 22:59:27 +03:00

52 lines
1.3 KiB
JSON

{
"name": "Suggest-Bet-FE-v2",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev -p 6195",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@chakra-ui/react": "^3.28.0",
"@emotion/react": "^11.14.0",
"@google/genai": "^1.35.0",
"@hookform/resolvers": "^5.2.2",
"@paddle/paddle-js": "^1.6.4",
"@tanstack/react-query": "^5.90.16",
"aos": "^2.3.4",
"axios": "^1.13.1",
"framer-motion": "^12.34.1",
"i18next": "^25.6.0",
"next": "^16.2.5",
"next-auth": "^4.24.13",
"next-intl": "^4.4.0",
"next-themes": "^0.4.6",
"nextjs-toploader": "^3.9.17",
"postcss": "^8.5.14",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-hook-form": "^7.65.0",
"react-icons": "^5.5.0",
"yup": "^1.7.1",
"zustand": "^5.0.11"
},
"devDependencies": {
"@chakra-ui/cli": "^3.27.1",
"@eslint/eslintrc": "^3.3.1",
"@types/aos": "^3.0.7",
"@types/node": "^20",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"babel-plugin-react-compiler": "^1.0.0",
"cross-env": "^10.1.0",
"eslint": "^9.37.0",
"eslint-config-next": "16.0.0",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.6.2",
"typescript": "^5"
},
"description": "Generated by Frontend CLI"
}