62 lines
1.5 KiB
JSON
Raw Normal View History

2025-05-29 14:46:53 +05:30
{
"name": "log",
"version": "0.1.0",
"private": true,
2025-06-04 15:09:28 +05:30
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
2025-05-29 14:46:53 +05:30
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@mui/styles": "^5.16.4",
"@mui/x-charts": "^7.6.2",
"@mui/x-data-grid": "^7.6.2",
"@popperjs/core": "^2.11.8",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.6.7",
2025-06-04 15:09:28 +05:30
"lucide-react": "^0.511.0",
2025-05-29 14:46:53 +05:30
"mdb-react-ui-kit": "^7.1.0",
"react": "^18.2.0",
"react-barcode": "^1.5.3",
"react-data-grid": "^7.0.0-beta.44",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
2025-06-04 15:09:28 +05:30
"react-icons": "^5.2.1",
2025-05-29 14:46:53 +05:30
"react-qr-code": "^2.0.14",
"react-router-dom": "^6.21.3",
"react-scripts": "^5.0.1",
"web-vitals": "^2.1.4"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4"
}
}