AGENDA_DIGITAL/package.json

34 lines
795 B
JSON
Raw Normal View History

2025-01-29 00:16:59 +00:00
{
"name": "crov-citas",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.9",
2025-01-29 00:16:59 +00:00
"dayjs": "^1.11.13",
"react": "^18.3.1",
"react-big-calendar": "^1.17.1",
"react-dom": "^18.3.1",
2025-02-10 17:29:39 +00:00
"react-router-dom": "^7.1.3",
"react-scroll": "^1.9.2"
2025-01-29 00:16:59 +00:00
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"vite": "^6.0.5"
}
}