Files
imphnen-frontend-service/package.json
T

136 lines
4.4 KiB
JSON
Raw Normal View History

2025-03-13 00:50:45 +07:00
{
"name": "@imphnen-frontend-service/source",
"version": "0.0.0",
"license": "MIT",
2025-03-13 02:03:13 +07:00
"scripts": {
"gacha:dev": "nx serve gacha",
"gacha:build": "nx build gacha",
2025-04-25 14:01:29 +07:00
"gacha:test": "nx test gacha",
2025-03-16 00:05:17 +07:00
"gacha:prod": "serve ./dist/apps/gacha",
2025-03-17 09:39:04 +07:00
"backoffice:dev": "nx serve backoffice",
"backoffice:build": "nx build backoffice",
2025-04-25 14:01:29 +07:00
"backoffice:test": "nx test backoffice",
"backoffice:prod": "serve ./dist/apps/backoffice",
2025-03-13 02:03:13 +07:00
"dimentorin:dev": "nx serve dimentorin",
2025-04-25 14:01:29 +07:00
"dimentorin:test": "nx test dimentorin",
2025-03-13 02:03:13 +07:00
"dimentorin:build": "nx build dimentorin",
2025-03-16 00:05:17 +07:00
"dimentorin:prod": "serve ./dist/apps/dimentorin",
2025-04-07 19:10:29 +07:00
"landing:dev": "nx serve landing",
"landing:build": "nx build landing",
2025-04-27 09:31:24 +07:00
"landing:prod": "cd ./dist/apps/landing && npx next start",
"landing:generate:importmap": "PAYLOAD_CONFIG_PATH=apps/landing/src/payload.config.ts payload generate:importmap",
"landing:generate:types": "PAYLOAD_CONFIG_PATH=apps/landing/src/payload.config.ts payload generate:types",
2025-03-16 00:16:58 +07:00
"ui:test": "nx test ui",
2025-03-16 00:33:48 +07:00
"ui:build": "nx build ui",
"ui:storybook": "nx storybook ui"
2025-03-13 02:03:13 +07:00
},
2025-03-13 00:50:45 +07:00
"private": true,
"dependencies": {
2025-04-25 13:00:50 +07:00
"@ant-design/icons": "^6.0.0",
2025-04-03 12:21:10 +07:00
"@hookform/resolvers": "^5.0.1",
"@iconify/react": "^6.0.0",
"@payloadcms/db-postgres": "^3.37.0",
"@payloadcms/next": "^3.37.0",
"@payloadcms/richtext-lexical": "^3.37.0",
"@payloadcms/storage-s3": "^3.37.0",
2025-05-17 10:31:42 +07:00
"@radix-ui/react-avatar": "^1.1.9",
2025-04-27 09:31:24 +07:00
"@radix-ui/react-slot": "^1.2.0",
"@smithy/node-http-handler": "^4.0.4",
2025-04-25 13:00:50 +07:00
"@tanstack/react-query": "^5.74.4",
2025-04-03 12:21:10 +07:00
"@tanstack/react-store": "^0.7.0",
"@tanstack/react-table": "^8.21.2",
2025-03-13 02:03:13 +07:00
"axios": "^1.8.3",
2025-04-27 09:31:24 +07:00
"class-variance-authority": "^0.7.1",
2025-03-13 02:03:13 +07:00
"clsx": "^2.1.1",
2025-04-27 09:31:24 +07:00
"framer-motion": "^12.9.2",
"graphql": "^16.11.0",
2025-04-03 12:21:10 +07:00
"js-cookie": "^3.0.5",
2025-04-26 20:32:58 +07:00
"next": "~15.2.4",
2025-04-27 09:31:24 +07:00
"next-themes": "^0.4.6",
"payload": "^3.37.0",
2025-04-25 13:00:50 +07:00
"react": "^19.1.0",
"react-dom": "^19.1.0",
2025-04-03 12:21:10 +07:00
"react-hook-form": "^7.55.0",
2025-04-27 09:31:24 +07:00
"react-icons": "^5.5.0",
2025-03-13 02:03:13 +07:00
"react-router-dom": "^7.3.0",
"sharp": "^0.34.1",
2025-04-03 19:40:19 +07:00
"sonner": "^2.0.3",
2025-04-03 12:21:10 +07:00
"tailwind-merge": "^3.0.2",
"zod": "^3.24.2",
"zustand": "^5.0.4"
2025-03-13 00:50:45 +07:00
},
"devDependencies": {
2025-03-13 02:03:13 +07:00
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
2025-04-26 20:32:58 +07:00
"@eslint/compat": "^1.1.1",
2025-04-25 13:00:50 +07:00
"@eslint/eslintrc": "^3.3.1",
2025-03-13 00:50:45 +07:00
"@eslint/js": "^9.8.0",
2025-04-26 20:32:58 +07:00
"@next/eslint-plugin-next": "^15.2.4",
"@nx/devkit": "20.8.1",
2025-04-25 13:00:50 +07:00
"@nx/eslint": "20.8.1",
"@nx/eslint-plugin": "20.8.1",
"@nx/js": "20.8.1",
2025-04-26 20:32:58 +07:00
"@nx/next": "^20.8.1",
"@nx/playwright": "20.8.1",
2025-04-25 13:00:50 +07:00
"@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",
2025-04-26 20:32:58 +07:00
"@playwright/test": "^1.36.0",
2025-03-16 00:33:48 +07:00
"@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",
2025-03-13 00:50:45 +07:00
"@swc-node/register": "~1.9.1",
2025-04-25 13:00:50 +07:00
"@swc/cli": "0.6.0",
2025-03-13 00:50:45 +07:00
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
2025-03-13 02:03:13 +07:00
"@tailwindcss/postcss": "^4.0.13",
2025-03-13 00:50:45 +07:00
"@testing-library/dom": "10.4.0",
2025-03-13 02:03:13 +07:00
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.6.1",
2025-04-03 12:21:10 +07:00
"@types/js-cookie": "^3.0.6",
2025-03-13 00:50:45 +07:00
"@types/node": "18.16.9",
2025-04-25 13:00:50 +07:00
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
2025-03-13 00:50:45 +07:00
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.0",
2025-03-13 02:03:13 +07:00
"ajv": "^6.12.6",
2025-03-13 00:50:45 +07:00
"eslint": "^9.8.0",
2025-04-26 20:32:58 +07:00
"eslint-config-next": "^15.2.4",
2025-04-25 13:00:50 +07:00
"eslint-config-prettier": "10.0.0",
2025-03-13 00:50:45 +07:00
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
2025-04-26 20:32:58 +07:00
"eslint-plugin-playwright": "^1.6.2",
2025-03-13 00:50:45 +07:00
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
2025-04-07 19:10:29 +07:00
"h3": "^1.8.2",
2025-03-13 00:50:45 +07:00
"jiti": "2.4.2",
"jsdom": "~22.1.0",
2025-04-25 13:00:50 +07:00
"nx": "20.8.1",
2025-03-13 02:03:13 +07:00
"postcss": "^8.5.3",
2025-03-13 00:50:45 +07:00
"prettier": "^2.6.2",
2025-03-16 00:05:17 +07:00
"serve": "^14.2.4",
2025-03-16 00:33:48 +07:00
"storybook": "^8.4.6",
2025-03-13 02:03:13 +07:00
"tailwindcss": "^4.0.13",
2025-04-25 13:00:50 +07:00
"ts-node": "^10.9.2",
2025-03-13 00:50:45 +07:00
"tslib": "^2.3.0",
2025-04-27 09:31:24 +07:00
"tw-animate-css": "^1.2.8",
2025-04-25 13:00:50 +07:00
"typescript": "^5.8.3",
2025-03-13 00:50:45 +07:00
"typescript-eslint": "^8.19.0",
2025-03-13 02:03:13 +07:00
"verdaccio": "^6.0.5",
2025-04-25 13:00:50 +07:00
"vite": "^6.3.3",
2025-03-13 02:03:13 +07:00
"vite-plugin-dts": "~4.5.0",
2025-04-25 13:00:50 +07:00
"vitest": "^3.0.8"
2025-03-13 02:03:13 +07:00
},
"nx": {
"includedScripts": []
2025-03-13 00:50:45 +07:00
}
}