This commit is contained in:
2024-08-30 21:30:53 +02:00
parent 59015da143
commit 4272f14ebf
45 changed files with 9097 additions and 48 deletions

View File

@@ -6,21 +6,40 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"sb": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@fontsource/inter": "^5.0.20",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"next": "14.2.7",
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"tailwind-merge": "^2.5.2"
},
"devDependencies": {
"@chromatic-com/storybook": "1.8.0",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-onboarding": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/nextjs": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/test": "^8.2.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"eslint-plugin-storybook": "^0.8.0",
"postcss": "^8",
"prettier": "^3.3.3",
"storybook": "^8.2.9",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}