Files
LocalAGI/webui/react-ui/package.json
Richard Palethorpe cd83253f1c chore(ui): Switch to text-based Bun lock file to allow diffing
Signed-off-by: Richard Palethorpe <io@richiejp.com>
2025-04-17 10:42:52 +01:00

29 lines
639 B
JSON

{
"name": "react-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.0",
"eslint": "^9.24.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"react-router-dom": "^7.5.0",
"vite": "^6.3.1"
}
}