Files
imphnen-frontend-service/package.json
T

89 lines
2.6 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-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-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",
"@tanstack/react-query": "^5.67.3",
"axios": "^1.8.3",
"clsx": "^2.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.3.0",
"tailwind-merge": "^3.0.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-03-13 00:50:45 +07:00
"@eslint/js": "^9.8.0",
"@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-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",
"@swc/cli": "~0.3.12",
"@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-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",
"@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",
"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",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"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-03-13 00:50:45 +07:00
"vite": "^6.0.0",
2025-03-13 02:03:13 +07:00
"vite-plugin-dts": "~4.5.0",
"vitest": "^3.0.8"
},
"nx": {
"includedScripts": []
2025-03-13 00:50:45 +07:00
}
}