Files
imphnen-frontend-service/package.json
T

116 lines
3.5 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-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",
"backoffice:prod": "serve ./dist/apps/backoffice",
2025-03-13 02:03:13 +07:00
"dimentorin:dev": "nx serve dimentorin",
"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",
"landing:prod": "node ./apps/landing/.output/server/index.mjs",
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-03-13 02:03:13 +07:00
"@ant-design/icons": "^5.6.1",
2025-04-03 12:21:10 +07:00
"@hookform/resolvers": "^5.0.1",
2025-03-13 02:03:13 +07:00
"@tanstack/react-query": "^5.67.3",
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",
"clsx": "^2.1.1",
2025-04-03 12:21:10 +07:00
"js-cookie": "^3.0.5",
2025-03-13 02:03:13 +07:00
"react": "^19.0.0",
"react-dom": "^19.0.0",
2025-04-03 12:21:10 +07:00
"react-hook-form": "^7.55.0",
2025-03-13 02:03:13 +07:00
"react-router-dom": "^7.3.0",
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"
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-07 19:10:29 +07:00
"@eslint/eslintrc": "^2.1.1",
2025-03-13 00:50:45 +07:00
"@eslint/js": "^9.8.0",
2025-04-07 19:10:29 +07:00
"@nuxt/devtools": "1.0.0",
"@nuxt/eslint-config": "~0.5.6",
"@nuxt/kit": "^3.10.0",
"@nuxt/ui-templates": "^1.3.1",
2025-03-13 00:50:45 +07:00
"@nx/eslint": "20.5.0",
"@nx/eslint-plugin": "20.5.0",
2025-03-16 00:33:48 +07:00
"@nx/js": "20.6.0",
2025-04-07 19:10:29 +07:00
"@nx/nuxt": "^20.5.0",
2025-03-13 00:50:45 +07:00
"@nx/react": "20.5.0",
2025-03-16 00:12:15 +07:00
"@nx/storybook": "^20.6.0",
2025-03-13 00:50:45 +07:00
"@nx/vite": "20.5.0",
2025-03-16 00:33:48 +07:00
"@nx/web": "20.6.0",
2025-03-13 00:50:45 +07:00
"@nx/workspace": "20.5.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-03 12:21:10 +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",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@vitejs/plugin-react": "^4.2.0",
2025-04-07 19:10:29 +07:00
"@vitejs/plugin-vue": "^4.5.0",
2025-03-13 00:50:45 +07:00
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.0",
2025-04-07 19:10:29 +07:00
"@vue/test-utils": "^2.4.1",
2025-03-13 02:03:13 +07:00
"ajv": "^6.12.6",
2025-03-13 00:50:45 +07:00
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"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-07 19:10:29 +07:00
"nuxt": "^3.10.0",
2025-03-13 00:50:45 +07:00
"nx": "20.5.0",
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-03-16 00:33:48 +07:00
"ts-node": "10.9.1",
2025-03-13 00:50:45 +07:00
"tslib": "^2.3.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.19.0",
2025-03-13 02:03:13 +07:00
"verdaccio": "^6.0.5",
2025-04-07 20:50:10 +07:00
"vite": "5.3",
2025-03-13 02:03:13 +07:00
"vite-plugin-dts": "~4.5.0",
2025-04-07 19:10:29 +07:00
"vitest": "^3.0.8",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vue-tsc": "^2.0.0"
2025-03-13 02:03:13 +07:00
},
"nx": {
"includedScripts": []
2025-03-13 00:50:45 +07:00
}
}