This commit is contained in:
Maulana Sodiqin
2025-03-16 00:33:48 +07:00
parent 3964c22c66
commit 58843041db
13 changed files with 6446 additions and 919 deletions
+13 -3
View File
@@ -10,7 +10,8 @@
"dimentorin:build": "nx build dimentorin",
"dimentorin:prod": "serve ./dist/apps/dimentorin",
"ui:test": "nx test ui",
"ui:build": "nx build ui"
"ui:build": "nx build ui",
"ui:storybook": "nx storybook ui"
},
"private": true,
"dependencies": {
@@ -29,12 +30,19 @@
"@eslint/js": "^9.8.0",
"@nx/eslint": "20.5.0",
"@nx/eslint-plugin": "20.5.0",
"@nx/js": "20.5.0",
"@nx/js": "20.6.0",
"@nx/react": "20.5.0",
"@nx/storybook": "^20.6.0",
"@nx/vite": "20.5.0",
"@nx/web": "20.5.0",
"@nx/web": "20.6.0",
"@nx/workspace": "20.5.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.3.12",
"@swc/core": "~1.5.7",
@@ -63,7 +71,9 @@
"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",
"tslib": "^2.3.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.19.0",