1
0
Fork 0
docsearch/examples/demo-react/package.json
Paul Jankowski c94eafbbee
chore: Update to use tsdown for build system (#2824)
* chore: Update to use tsdown for build system

* fix: docsearch-react build

* fix: lint

* fix: glob resolved to incorrect version
2026-02-20 13:24:32 -05:00

27 lines
661 B
JSON

{
"name": "@docsearch/react-example",
"description": "DocSearch v4 React example",
"version": "4.6.0",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@docsearch/core": "workspace:*",
"@docsearch/css": "workspace:*",
"@docsearch/modal": "workspace:*",
"@docsearch/react": "workspace:*",
"@docsearch/sidepanel": "workspace:*",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"typescript": "5.7.3",
"vite": "^6.0.7"
}
}