20 lines
441 B
JSON
20 lines
441 B
JSON
{
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^6.8.0",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@vitejs/plugin-react": "^5.0.2",
|
|
"jest": "^30.1.3",
|
|
"jsdom": "^26.1.0",
|
|
"nodemon": "^3.1.10",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"date-fns": "^4.1.0",
|
|
"express": "^5.1.0",
|
|
"framer-motion": "^12.23.22",
|
|
"node-cron": "^4.2.1",
|
|
"react-datepicker": "^9.1.0"
|
|
}
|
|
}
|