ProbabilityRAG / web /package.json
Piero7's picture
Add design-token system + reactive Rive mascot
a248152
Raw
History Blame Contribute Delete
675 Bytes
{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "oxlint",
"preview": "vite preview"
},
"dependencies": {
"@rive-app/react-webgl2": "^4.29.4",
"@tailwindcss/vite": "^4.3.1",
"katex": "^0.17.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-markdown": "^10.1.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"tailwindcss": "^4.3.1"
},
"devDependencies": {
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"oxlint": "^1.69.0",
"vite": "^8.1.0"
}
}