feat: cleaning

This commit is contained in:
Maulana Sodiqin
2025-04-25 13:00:50 +07:00
parent 240e684b53
commit 41712be56a
19 changed files with 4603 additions and 16338 deletions
+22 -34
View File
@@ -14,23 +14,22 @@
"dimentorin:prod": "serve ./dist/apps/dimentorin",
"landing:dev": "nx serve landing",
"landing:build": "nx build landing",
"landing:prod": "node ./apps/landing/.output/server/index.mjs",
"ui:test": "nx test ui",
"ui:build": "nx build ui",
"ui:storybook": "nx storybook ui"
},
"private": true,
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@ant-design/icons": "^6.0.0",
"@hookform/resolvers": "^5.0.1",
"@tanstack/react-query": "^5.67.3",
"@tanstack/react-query": "^5.74.4",
"@tanstack/react-store": "^0.7.0",
"@tanstack/react-table": "^8.21.2",
"axios": "^1.8.3",
"clsx": "^2.1.1",
"js-cookie": "^3.0.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.55.0",
"react-router-dom": "^7.3.0",
"sonner": "^2.0.3",
@@ -40,21 +39,16 @@
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@eslint/eslintrc": "^2.1.1",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.8.0",
"@nuxt/devtools": "1.0.0",
"@nuxt/eslint-config": "~0.5.6",
"@nuxt/kit": "^3.10.0",
"@nuxt/ui-templates": "^1.3.1",
"@nx/eslint": "20.5.0",
"@nx/eslint-plugin": "20.5.0",
"@nx/js": "20.6.0",
"@nx/nuxt": "^20.5.0",
"@nx/react": "20.5.0",
"@nx/storybook": "^20.6.0",
"@nx/vite": "20.5.0",
"@nx/web": "20.6.0",
"@nx/workspace": "20.5.0",
"@nx/eslint": "20.8.1",
"@nx/eslint-plugin": "20.8.1",
"@nx/js": "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",
"@storybook/addon-essentials": "^8.4.6",
"@storybook/addon-interactions": "^8.4.6",
"@storybook/core-server": "^8.4.6",
@@ -63,7 +57,7 @@
"@storybook/test-runner": "^0.19.0",
"@storybook/testing-library": "^0.2.2",
"@swc-node/register": "~1.9.1",
"@swc/cli": "^0.6.0",
"@swc/cli": "0.6.0",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@tailwindcss/postcss": "^4.0.13",
@@ -73,16 +67,14 @@
"@testing-library/user-event": "^14.6.1",
"@types/js-cookie": "^3.0.6",
"@types/node": "18.16.9",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.2.0",
"@vitejs/plugin-vue": "^4.5.0",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.0",
"@vue/test-utils": "^2.4.1",
"ajv": "^6.12.6",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "10.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.35.0",
@@ -90,24 +82,20 @@
"h3": "^1.8.2",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"nuxt": "^3.10.0",
"nx": "20.5.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.1",
"ts-node": "^10.9.2",
"tslib": "^2.3.0",
"typescript": "~5.7.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.19.0",
"verdaccio": "^6.0.5",
"vite": "5.3",
"vite": "^6.3.3",
"vite-plugin-dts": "~4.5.0",
"vitest": "^3.0.8",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vue-tsc": "^2.0.0"
"vitest": "^3.0.8"
},
"nx": {
"includedScripts": []