Files
RestaurantDash/package.json

123 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2025-05-09 21:05:09 +03:00
{
"name": "resturant-dashbord",
2025-05-09 21:05:09 +03:00
"version": "0.1.0",
2025-05-09 21:05:09 +03:00
"private": true,
2025-05-09 21:05:09 +03:00
"dependencies": {
2025-05-19 12:53:59 +03:00
"@emotion/react": "^11.14.0",
2025-05-19 12:53:59 +03:00
"@emotion/styled": "^11.14.0",
2025-05-09 20:23:32 +03:00
"@mui/icons-material": "^7.0.2",
2025-05-09 20:23:32 +03:00
"@mui/material": "^7.0.2",
"@mui/x-date-pickers": "^8.5.2",
2025-09-04 01:17:15 +03:00
"@react-oauth/google": "^0.12.2",
2025-05-09 21:05:09 +03:00
"@testing-library/dom": "^10.4.0",
2025-05-09 21:05:09 +03:00
"@testing-library/jest-dom": "^6.6.3",
2025-05-09 21:05:09 +03:00
"@testing-library/react": "^16.3.0",
2025-05-09 21:05:09 +03:00
"@testing-library/user-event": "^13.5.0",
"axios": "^1.9.0",
"date-fns": "^4.1.0",
2025-09-04 01:17:15 +03:00
"dayjs": "^1.11.13",
"file-saver": "^2.0.5",
2025-09-04 01:17:15 +03:00
"framer-motion": "^12.23.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.23",
2025-09-04 01:17:15 +03:00
"jwt-decode": "^4.0.0",
2025-05-09 21:05:09 +03:00
"react": "^19.1.0",
2025-05-19 12:53:59 +03:00
"react-circular-progressbar": "^2.2.0",
2025-05-09 21:05:09 +03:00
"react-dom": "^19.1.0",
2025-05-19 12:53:59 +03:00
"react-router-dom": "^7.6.0",
2025-05-09 21:05:09 +03:00
"react-scripts": "5.0.1",
2025-05-19 12:53:59 +03:00
"recharts": "^2.15.3",
"web-vitals": "^2.1.4",
"xlsx": "^0.18.5"
2025-05-09 21:05:09 +03:00
},
2025-05-09 21:05:09 +03:00
"scripts": {
2025-05-09 21:05:09 +03:00
"start": "react-scripts start",
2025-05-09 21:05:09 +03:00
"build": "react-scripts build",
2025-05-09 21:05:09 +03:00
"test": "react-scripts test",
2025-05-09 21:05:09 +03:00
"eject": "react-scripts eject"
2025-05-09 21:05:09 +03:00
},
2025-05-09 21:05:09 +03:00
"eslintConfig": {
2025-05-09 21:05:09 +03:00
"extends": [
2025-05-09 21:05:09 +03:00
"react-app",
2025-05-09 21:05:09 +03:00
"react-app/jest"
2025-05-09 21:05:09 +03:00
]
2025-05-09 21:05:09 +03:00
},
2025-05-09 21:05:09 +03:00
"browserslist": {
2025-05-09 21:05:09 +03:00
"production": [
2025-05-09 21:05:09 +03:00
">0.2%",
2025-05-09 21:05:09 +03:00
"not dead",
2025-05-09 21:05:09 +03:00
"not op_mini all"
2025-05-09 21:05:09 +03:00
],
2025-05-09 21:05:09 +03:00
"development": [
2025-05-09 21:05:09 +03:00
"last 1 chrome version",
2025-05-09 21:05:09 +03:00
"last 1 firefox version",
2025-05-09 21:05:09 +03:00
"last 1 safari version"
2025-05-09 21:05:09 +03:00
]
},
"description": "To make it easy for you to get started with GitLab, here's a list of recommended next steps.",
"main": "restored-file.js",
"author": "",
"license": "ISC"
2025-05-09 21:05:09 +03:00
}