personal-dash-cl/claudash/package.json

40 lines
1 KiB
JSON

{
"name": "claudash",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"proxy": "node proxy-server.js",
"start": "concurrently \"npm run proxy\" \"npm run dev\"",
"start:win": "start /B npm run proxy && npm run dev",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.7",
"@mui/material": "^7.3.7",
"@mui/x-charts": "^8.27.0",
"cors": "^2.8.6",
"express": "^5.2.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"concurrently": "^9.2.1",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"vite": "^4.5.3"
}
}