100 lines
3.2 KiB
JSON
100 lines
3.2 KiB
JSON
{
|
|
"name": "k-notes-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@radix-ui/react-accordion": "^1.2.12",
|
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
"@radix-ui/react-aspect-ratio": "^1.1.8",
|
|
"@radix-ui/react-avatar": "^1.1.11",
|
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
"@radix-ui/react-context-menu": "^2.2.16",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-hover-card": "^1.1.15",
|
|
"@radix-ui/react-label": "^2.1.8",
|
|
"@radix-ui/react-menubar": "^1.1.16",
|
|
"@radix-ui/react-navigation-menu": "^1.2.14",
|
|
"@radix-ui/react-popover": "^1.1.15",
|
|
"@radix-ui/react-progress": "^1.1.8",
|
|
"@radix-ui/react-radio-group": "^1.3.8",
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
"@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-toggle": "^1.1.10",
|
|
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@tanstack/react-query": "^5.90.12",
|
|
"@tiptap/extension-placeholder": "^3.14.0",
|
|
"@tiptap/extension-task-item": "^3.14.0",
|
|
"@tiptap/extension-task-list": "^3.14.0",
|
|
"@tiptap/react": "^3.14.0",
|
|
"@tiptap/starter-kit": "^3.14.0",
|
|
"@tiptap/suggestion": "^3.14.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"i18next": "^25.7.3",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"i18next-cli": "^1.33.5",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"idb": "^8.0.3",
|
|
"input-otp": "^1.4.2",
|
|
"lucide-react": "^0.562.0",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.2.0",
|
|
"react-day-picker": "^9.13.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-hook-form": "^7.69.0",
|
|
"react-i18next": "^16.5.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-masonry-css": "^1.0.16",
|
|
"react-resizable-panels": "^4.0.15",
|
|
"react-router-dom": "^7.11.0",
|
|
"recharts": "2.15.4",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"tippy.js": "^6.3.7",
|
|
"tiptap-markdown": "^0.9.0",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tanstack/eslint-plugin-query": "^5.91.2",
|
|
"@types/node": "^25.0.3",
|
|
"@types/react": "^19.2.5",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
"globals": "^16.5.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.46.4",
|
|
"vite": "^7.2.4",
|
|
"vite-plugin-pwa": "^1.2.0"
|
|
}
|
|
}
|