if-emotion-ux/package.json
Danny Stocker d687f13bd6 Fix React dependency: downgrade to 18.3.1 for lucide-react compatibility
- React 19.2.0 incompatible with lucide-react@0.344.0
- Downgraded to React 18.3.1 (stable)
- Fixes build error: Minified React error #525
- Tested: dev server runs, production build succeeds
2025-11-30 05:37:07 +01:00

24 lines
493 B
JSON

{
"name": "if.emotion",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"lucide-react": "^0.344.0",
"jspdf": "^2.5.1"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}