rybbit/docs/package.json
Andrii Zontov bbdba435df
ref!: Bump packages versions & Actualize codebase regards packages updates (#217)
* ref(client)!: Bump packages versions & Actualize codebase regards packages updates

* chore(docs): Bump packages versions

* chore(mockdata): Bump packages versions

* ref(server)!: Bump packages versions & Actualize codebase regards packages updates

* chore(mockdata): Use `url` instead of `host` for ClickHouse

* chore(server): Use `url` instead of `host` for ClickHouse

* chore(client): Bump packages versions & Sync lock file

* chore(docs): Bump packages versions & Sync lock file

* chore(mockdata): Sync lock file

* chore(server): Bump packages versions & Sync lock file

* chore(client): Use `PartialTheme` type instead of `Theme` type
2025-05-14 10:29:10 -07:00

38 lines
1 KiB
JSON

{
"name": "example-docs",
"license": "MIT",
"private": true,
"scripts": {
"build": "next build",
"dev": "next --turbopack --port 3003",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind",
"start": "next start --port 3003"
},
"dependencies": {
"@radix-ui/react-accordion": "1.2.10",
"@radix-ui/react-slider": "1.3.4",
"@tailwindcss/postcss": "4.1.6",
"@theguild/remark-mermaid": "0.3.0",
"boring-avatars": "1.11.2",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"country-flag-icons": "1.5.19",
"lucide-react": "0.510.0",
"motion": "12.11.0",
"next": "15.3.2",
"nextra": "4.2.17",
"nextra-theme-docs": "4.2.17",
"postcss": "8.5.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-tweet": "3.2.2",
"tailwind-merge": "3.3.0",
"tailwindcss": "4.1.6"
},
"devDependencies": {
"@types/node": "20.14.8",
"@types/react": "19.1.4",
"pagefind": "1.3.0",
"typescript": "5.8.3"
}
}