Files
flatrender/package.json
T

66 lines
1.8 KiB
JSON
Raw Normal View History

2026-05-21 12:17:29 +03:30
{
"name": "flatrender",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
2026-05-21 12:17:29 +03:30
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/plus-jakarta-sans": "^5.2.8",
"@fontsource/vazirmatn": "^5.2.8",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.39.0",
"jszip": "^3.10.1",
"konva": "^9.3.22",
"lucide-react": "^1.16.0",
"next": "14.2.35",
"next-intl": "^4.12.0",
"plyr": "^3.7.8",
"plyr-react": "^5.3.0",
2026-05-21 12:17:29 +03:30
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.76.0",
"react-konva": "^18.2.16",
"react-multi-date-picker": "^4.5.2",
"react-rnd": "^10.5.3",
"tailwind-merge": "^3.6.0",
"use-image": "^1.1.4",
"use-undoable": "^5.0.0",
"zod": "^4.4.3",
"zustand": "^5.0.13"
2026-05-21 12:17:29 +03:30
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.35",
2026-05-21 12:17:29 +03:30
"postcss": "^8",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5"
2026-05-21 12:17:29 +03:30
}
}