chore: remove storybook

This commit is contained in:
Maulana Sodiqin
2025-11-24 11:21:29 +07:00
parent 6348a4998b
commit f5905c0acc
6 changed files with 3390 additions and 7924 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
{ {
"permissions": { "permissions": {
"allow": [ "allow": [
"Bash(npx nx run-many:*)" "Bash(npx nx run-many:*)",
"Bash(npm install:*)",
"Bash(npm view:*)",
"Bash(npx nx build landing)"
], ],
"deny": [], "deny": [],
"ask": [] "ask": []
@@ -34,7 +34,7 @@ export function CommunitySection() {
opacity: 1, opacity: 1,
transition: { transition: {
duration: 0.4, duration: 0.4,
ease: [0.25, 0.46, 0.45, 0.94], ease: [0.25, 0.46, 0.45, 0.94] as any,
}, },
}, },
}; };
@@ -30,7 +30,7 @@ export function TestimonialSection() {
opacity: 1, opacity: 1,
transition: { transition: {
duration: 0.4, duration: 0.4,
ease: [0.25, 0.46, 0.45, 0.94], ease: [0.25, 0.46, 0.45, 0.94] as any,
}, },
}, },
}; };
-9
View File
@@ -37,15 +37,6 @@
"watchDepsTargetName": "watch-deps" "watchDepsTargetName": "watch-deps"
} }
}, },
{
"plugin": "@nx/storybook/plugin",
"options": {
"serveStorybookTargetName": "storybook",
"buildStorybookTargetName": "build-storybook",
"testStorybookTargetName": "test-storybook",
"staticStorybookTargetName": "static-storybook"
}
},
{ {
"plugin": "@nx/next/plugin", "plugin": "@nx/next/plugin",
"options": { "options": {
+3381 -7901
View File
File diff suppressed because it is too large Load Diff
+3 -11
View File
@@ -20,8 +20,7 @@
"landing:prod": "cd ./dist/apps/landing && npx next start", "landing:prod": "cd ./dist/apps/landing && npx next start",
"landing:openapi": "npx openapi-typescript https://api.imphnen.dev/openapi.json -o ./apps/landing/src/openapi-types.ts", "landing:openapi": "npx openapi-typescript https://api.imphnen.dev/openapi.json -o ./apps/landing/src/openapi-types.ts",
"ui:test": "nx test ui", "ui:test": "nx test ui",
"ui:build": "nx build ui", "ui:build": "nx build ui"
"ui:storybook": "nx storybook ui"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
@@ -44,7 +43,7 @@
"js-cookie": "^3.0.5", "js-cookie": "^3.0.5",
"next": "~15.2.4", "next": "~15.2.4",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"openapi-fetch": "^0.14.0", "openapi-fetch": "^0.15.0",
"openapi-react-query": "^0.5.0", "openapi-react-query": "^0.5.0",
"react": "^19.1.0", "react": "^19.1.0",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",
@@ -73,16 +72,10 @@
"@nx/next": "22.1.1", "@nx/next": "22.1.1",
"@nx/playwright": "22.1.1", "@nx/playwright": "22.1.1",
"@nx/react": "22.1.1", "@nx/react": "22.1.1",
"@nx/storybook": "22.1.1",
"@nx/vite": "22.1.1", "@nx/vite": "22.1.1",
"@nx/web": "22.1.1", "@nx/web": "22.1.1",
"@nx/workspace": "22.1.1", "@nx/workspace": "22.1.1",
"@playwright/test": "^1.36.0", "@playwright/test": "^1.36.0",
"@storybook/core-server": "^8.4.6",
"@storybook/jest": "^0.2.3",
"@storybook/react-vite": "10.0.0",
"@storybook/test-runner": "^0.19.0",
"@storybook/testing-library": "^0.2.2",
"@swc-node/register": "~1.9.1", "@swc-node/register": "~1.9.1",
"@swc/cli": "0.6.0", "@swc/cli": "0.6.0",
"@swc/core": "~1.5.7", "@swc/core": "~1.5.7",
@@ -93,7 +86,7 @@
"@testing-library/react": "^16.1.0", "@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.6.1", "@testing-library/user-event": "^14.6.1",
"@types/js-cookie": "^3.0.6", "@types/js-cookie": "^3.0.6",
"@types/node": "18.16.9", "@types/node": "^22.12.0",
"@types/react": "^19.1.2", "@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2", "@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.2.0", "@vitejs/plugin-react": "^4.2.0",
@@ -117,7 +110,6 @@
"postcss": "^8.5.3", "postcss": "^8.5.3",
"prettier": "^2.6.2", "prettier": "^2.6.2",
"serve": "^14.2.4", "serve": "^14.2.4",
"storybook": "10.0.0",
"tailwindcss": "^4.0.13", "tailwindcss": "^4.0.13",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"tslib": "^2.3.0", "tslib": "^2.3.0",