mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
chore: Enhancement + New Feature (#185)
* wip * wip page * chore: style * wip pages * wip pages * chore: toggle * chore: link * feat: topic search * chore: page section * refactor: apply tailwind class ordering * fix: handle loggedIn user for guest route * feat: folder & image schema * chore: move utils to shared * refactor: tailwind class ordering * feat: img ext for editor * refactor: remove qa * fix: tanstack start * fix: wrong import * chore: use toast * chore: schema
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@clerk/tanstack-start": "0.4.1",
|
||||
"@clerk/themes": "^2.1.35",
|
||||
"@clerk/themes": "^2.1.37",
|
||||
"@dnd-kit/core": "^6.1.0",
|
||||
"@dnd-kit/modifiers": "^7.0.0",
|
||||
"@dnd-kit/sortable": "^8.0.0",
|
||||
@@ -39,12 +39,12 @@
|
||||
"@radix-ui/react-toggle": "^1.1.0",
|
||||
"@radix-ui/react-toggle-group": "^1.1.0",
|
||||
"@radix-ui/react-tooltip": "^1.1.3",
|
||||
"@tanstack/react-query": "^5.59.0",
|
||||
"@tanstack/react-router": "^1.62.0",
|
||||
"@tanstack/react-router-with-query": "^1.62.0",
|
||||
"@tanstack/react-query": "^5.59.15",
|
||||
"@tanstack/react-virtual": "^3.10.8",
|
||||
"@tanstack/router-zod-adapter": "^1.62.0",
|
||||
"@tanstack/start": "^1.62.0",
|
||||
"@tanstack/react-router": "^1.70.1",
|
||||
"@tanstack/react-router-with-query": "^1.70.1",
|
||||
"@tanstack/router-zod-adapter": "^1.70.1",
|
||||
"@tanstack/start": "^1.70.1",
|
||||
"@tiptap/core": "^2.8.0",
|
||||
"@tiptap/extension-code-block-lowlight": "^2.8.0",
|
||||
"@tiptap/extension-color": "^2.8.0",
|
||||
@@ -67,50 +67,59 @@
|
||||
"clsx": "^2.1.1",
|
||||
"cmdk": "^1.0.0",
|
||||
"date-fns": "^4.1.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"framer-motion": "^11.11.1",
|
||||
"jazz-react": "^0.8.2",
|
||||
"jazz-react-auth-clerk": "^0.8.2",
|
||||
"jazz-tools": "^0.8.2",
|
||||
"jotai": "^2.10.0",
|
||||
"framer-motion": "^11.11.9",
|
||||
"jazz-browser-media-images": "^0.8.7",
|
||||
"jazz-react": "^0.8.7",
|
||||
"jazz-react-auth-clerk": "^0.8.7",
|
||||
"jazz-tools": "^0.8.5",
|
||||
"jotai": "^2.10.1",
|
||||
"lowlight": "^3.1.0",
|
||||
"lucide-react": "^0.446.0",
|
||||
"next-themes": "^0.3.0",
|
||||
"query-string": "^9.1.0",
|
||||
"query-string": "^9.1.1",
|
||||
"react": "^18.3.1",
|
||||
"react-day-picker": "8.10.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-hook-form": "^7.53.0",
|
||||
"react-textarea-autosize": "^8.5.3",
|
||||
"react-medium-image-zoom": "^5.2.10",
|
||||
"react-textarea-autosize": "^8.5.4",
|
||||
"ronin": "^4.3.1",
|
||||
"slugify": "^1.6.6",
|
||||
"sonner": "^1.5.0",
|
||||
"streaming-markdown": "^0.0.14",
|
||||
"tailwind-merge": "^2.5.3",
|
||||
"tailwind-merge": "^2.5.4",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"uuid": "^10.0.0",
|
||||
"vinxi": "0.4.3",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ronin/learn-anything": "^0.0.0-3456082797916",
|
||||
"@ronin/learn-anything": "^0.0.0-3457754034220",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
"@tanstack/react-query-devtools": "^5.59.0",
|
||||
"@tanstack/router-devtools": "^1.62.0",
|
||||
"@types/node": "^22.7.4",
|
||||
"@tanstack/react-query-devtools": "^5.59.15",
|
||||
"@tanstack/router-devtools": "^1.70.1",
|
||||
"@types/node": "^22.7.6",
|
||||
"@types/react": "^18.3.11",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/react-dom": "^18.3.1",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
||||
"@typescript-eslint/parser": "^7.18.0",
|
||||
"@vitejs/plugin-react": "^4.3.2",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"dotenv": "^16.4.5",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"postcss": "^8.4.47",
|
||||
"tailwindcss": "^3.4.13",
|
||||
"typescript": "^5.6.2",
|
||||
"vite-tsconfig-paths": "^5.0.1"
|
||||
"tailwindcss": "^3.4.14",
|
||||
"typescript": "^5.6.3",
|
||||
"vite-tsconfig-paths": "^5.0.1",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-plugin-tailwindcss": "^0.5.14"
|
||||
},
|
||||
"prettier": {
|
||||
"plugins": [
|
||||
"prettier-plugin-tailwindcss"
|
||||
],
|
||||
"semi": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user