{ "name": "@imphnen-frontend-service/source", "version": "0.0.0", "license": "MIT", "scripts": { "gacha:dev": "nx serve gacha", "gacha:build": "nx build gacha", "gacha:test": "nx test gacha", "gacha:prod": "serve ./dist/apps/gacha", "backoffice:dev": "nx serve backoffice", "backoffice:build": "nx build backoffice", "backoffice:test": "nx test backoffice", "backoffice:prod": "serve ./dist/apps/backoffice", "dimentorin:dev": "nx serve dimentorin", "dimentorin:test": "nx test dimentorin", "dimentorin:build": "nx build dimentorin", "dimentorin:prod": "serve ./dist/apps/dimentorin", "landing:dev": "nx serve landing", "landing:build": "nx build landing", "landing:prod": "cd ./dist/apps/landing && npx next start", "ui:test": "nx test ui", "ui:build": "nx build ui", "ui:storybook": "nx storybook ui" }, "private": true, "dependencies": { "@ant-design/icons": "^6.0.0", "@hookform/resolvers": "^5.0.1", "@radix-ui/react-slot": "^1.2.0", "@tanstack/react-query": "^5.74.4", "@tanstack/react-store": "^0.7.0", "@tanstack/react-table": "^8.21.2", "axios": "^1.8.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "framer-motion": "^12.9.2", "js-cookie": "^3.0.5", "next": "~15.2.4", "next-themes": "^0.4.6", "react": "^19.1.0", "react-dom": "^19.1.0", "react-hook-form": "^7.55.0", "react-icons": "^5.5.0", "react-router-dom": "^7.3.0", "sonner": "^2.0.3", "tailwind-merge": "^3.0.2", "zod": "^3.24.2" }, "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": "^15.2.4", "@nx/devkit": "20.8.1", "@nx/eslint": "20.8.1", "@nx/eslint-plugin": "20.8.1", "@nx/js": "20.8.1", "@nx/next": "^20.8.1", "@nx/playwright": "20.8.1", "@nx/react": "^20.8.1", "@nx/storybook": "20.8.1", "@nx/vite": "20.8.1", "@nx/web": "20.8.1", "@nx/workspace": "20.8.1", "@playwright/test": "^1.36.0", "@storybook/addon-essentials": "^8.4.6", "@storybook/addon-interactions": "^8.4.6", "@storybook/core-server": "^8.4.6", "@storybook/jest": "^0.2.3", "@storybook/react-vite": "^8.4.6", "@storybook/test-runner": "^0.19.0", "@storybook/testing-library": "^0.2.2", "@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": "18.16.9", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@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-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", "h3": "^1.8.2", "jiti": "2.4.2", "jsdom": "~22.1.0", "nx": "20.8.1", "postcss": "^8.5.3", "prettier": "^2.6.2", "serve": "^14.2.4", "storybook": "^8.4.6", "tailwindcss": "^4.0.13", "ts-node": "^10.9.2", "tslib": "^2.3.0", "tw-animate-css": "^1.2.8", "typescript": "^5.8.3", "typescript-eslint": "^8.19.0", "verdaccio": "^6.0.5", "vite": "^6.3.3", "vite-plugin-dts": "~4.5.0", "vitest": "^3.0.8" }, "nx": { "includedScripts": [] } }