refactor: chaange figma structure with single package

This commit is contained in:
Zotov Ivan Yuryevich
2026-04-02 23:35:06 +03:00
parent 64ae1d9f5a
commit 1157854f1d
89 changed files with 277 additions and 2333 deletions

View File

@@ -1,8 +1,17 @@
{
"name": "Redesign Modern Website",
"version": "0.1.0",
"name": "figma-design",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-alert-dialog": "^1.1.6",
@@ -30,15 +39,13 @@
"@radix-ui/react-toggle": "^1.1.2",
"@radix-ui/react-toggle-group": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@vitejs/plugin-react": "*",
"class-variance-authority": "^0.7.1",
"clsx": "*",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"lucide-react": "^0.487.0",
"next-themes": "^0.4.6",
"path": "*",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
@@ -46,21 +53,18 @@
"react-resizable-panels": "^2.1.7",
"recharts": "^2.15.2",
"sonner": "^2.0.3",
"tailwind-merge": "*",
"tailwindcss": "*",
"tailwind-merge": "^2.6.0",
"tw-animate-css": "^1.3.8",
"vaul": "^1.1.2",
"vite": "*"
"vaul": "^1.1.2"
},
"devDependencies": {
"@tailwindcss/vite": "4.1.12",
"@types/node": "^20.10.0",
"@tailwindcss/vite": "^4.1.12",
"@types/node": "^20.11.19",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.7.0",
"tailwindcss": "4.1.12",
"vite": "6.3.5"
},
"scripts": {
"dev": "vite",
"build": "vite build"
"tailwindcss": "^4.1.12",
"typescript": "~5.6.3",
"vite": "^6.3.5"
}
}
}