{ "name": "@imphnen-frontend-service/source", "version": "0.0.0", "license": "MIT", "scripts": { "gacha:dev": "nx dev gacha", "gacha:build": "nx build gacha", "gacha:test": "nx test gacha", "gacha:prod": "serve ./dist/apps/gacha", "gacha:lint": "nx run gacha:lint", "backoffice:dev": "nx dev backoffice", "backoffice:build": "nx build backoffice", "backoffice:test": "nx test backoffice", "backoffice:prod": "serve ./dist/apps/backoffice", "backoffice:lint": "nx run backoffice:lint", "dimentorin:dev": "nx dev dimentorin", "dimentorin:test": "nx test dimentorin", "dimentorin:build": "nx build dimentorin", "dimentorin:prod": "serve ./dist/apps/dimentorin", "dimentorin:lint": "nx run dimentorin:lint", "hackathon:dev": "nx dev hackathon", "hackathon:build": "nx build hackathon", "hackathon:test": "nx test hackathon", "hackathon:prod": "serve ./dist/apps/hackathon", "hackathon:lint": "nx run hackathon:lint", "landing:dev": "nx serve landing", "landing:build": "nx build landing", "landing:prod": "cd ./dist/apps/landing && npx next start", "landing:openapi": "npx openapi-typescript https://api.imphnen.dev/openapi.json -o ./apps/landing/src/openapi-types.ts", "qrcampaign:dev": "nx dev qrcampaign", "qrcampaign:build": "nx build qrcampaign", "qrcampaign:test": "nx test qrcampaign", "qrcampaign:prod": "serve ./dist/apps/qrcampaign", "ui:test": "nx test ui", "ui:build": "nx build ui" }, "private": true, "dependencies": { "@ant-design/icons": "^6.0.0", "@hookform/resolvers": "^5.0.1", "@iconify/react": "^6.0.0", "@marsidev/react-turnstile": "^1.1.0", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-slot": "^1.2.0", "@redocly/ajv": "^8.11.2", "@tanstack/react-query": "^5.74.4", "@tanstack/react-store": "^0.8.0", "@tanstack/react-table": "^8.21.2", "axios": "^1.8.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "dayjs": "^1.11.13", "framer-motion": "^12.9.2", "graphql": "^16.11.0", "html2canvas": "^1.4.1", "js-cookie": "^3.0.5", "next": "^16.0.10", "next-themes": "^0.4.6", "openapi-fetch": "^0.15.0", "openapi-react-query": "^0.5.0", "qrcode": "^1.5.4", "react": "^19.2.1", "react-dom": "^19.2.1", "react-hook-form": "^7.56.4", "react-icons": "^5.5.0", "react-is": "^19.2.3", "react-router-dom": "^7.3.0", "recharts": "^3.1.2", "sharp": "^0.34.1", "sonner": "^2.0.3", "tailwind-merge": "^3.0.2", "vaul": "^1.1.2", "zod": "^3.24.2", "zustand": "^5.0.5" }, "devDependencies": { "@babel/core": "^7.14.5", "@babel/preset-react": "^7.14.5", "@eslint/compat": "^1.1.1", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.8.0", "@next/eslint-plugin-next": "^16.0.3", "@nx/devkit": "22.1.1", "@nx/eslint": "22.1.1", "@nx/eslint-plugin": "22.1.1", "@nx/js": "22.1.1", "@nx/next": "22.1.1", "@nx/playwright": "22.1.1", "@nx/react": "22.1.1", "@nx/vite": "22.1.1", "@nx/web": "22.1.1", "@nx/workspace": "22.1.1", "@playwright/test": "^1.36.0", "@swc-node/register": "~1.9.1", "@swc/cli": "0.6.0", "@swc/core": "~1.5.7", "@swc/helpers": "~0.5.11", "@tailwindcss/postcss": "^4.0.13", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "16.1.0", "@testing-library/user-event": "^14.6.1", "@types/js-cookie": "^3.0.6", "@types/node": "^22.12.0", "@types/qrcode": "^1.5.6", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^4.2.0", "@vitest/coverage-v8": "^3.0.5", "@vitest/ui": "^3.0.0", "ajv": "^6.12.6", "eslint": "^9.8.0", "eslint-config-next": "^15.2.4", "eslint-config-prettier": "10.0.0", "eslint-next-config": "^1.0.3", "eslint-plugin-import": "2.31.0", "eslint-plugin-jsx-a11y": "6.10.1", "eslint-plugin-playwright": "^1.6.2", "eslint-plugin-react": "7.35.0", "eslint-plugin-react-hooks": "5.0.0", "file-loader": "^6.2.0", "h3": "^1.8.2", "jiti": "2.4.2", "jsdom": "~22.1.0", "nx": "22.1.1", "openapi-typescript": "^7.8.0", "postcss": "^8.5.3", "prettier": "^2.6.2", "serve": "^14.2.4", "tailwindcss": "^4.0.13", "ts-node": "^10.9.2", "tslib": "^2.3.0", "tw-animate-css": "^1.2.8", "typescript": "5.9.3", "typescript-eslint": "8.40.0", "vite": "7.1.3", "vite-plugin-dts": "~4.5.0", "vitest": "^3.0.8" }, "nx": { "includedScripts": [] } }