mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
39 lines
939 B
JSON
39 lines
939 B
JSON
{
|
|
"name": "pulse-frontend",
|
|
"version": "1.3.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@mui/icons-material": "^6.4.6",
|
|
"@mui/material": "^6.4.6",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"axios": "^1.8.1",
|
|
"jspdf": "^3.0.0",
|
|
"jspdf-autotable": "^5.0.2",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^7.2.0",
|
|
"recharts": "^2.15.1",
|
|
"socket.io-client": "^4.8.1",
|
|
"vite": "^6.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^9.1.2",
|
|
"kill-port": "^2.0.1"
|
|
}
|
|
}
|