Paisa_vara/package.json

68 lines
1.8 KiB
JSON
Raw Normal View History

2024-12-19 12:47:59 +00:00
{
"name": "react-placeholder",
"version": "1.0.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@stripe/react-stripe-js": "^3.0.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"antd": "^5.22.2",
"axios": "^1.7.4",
"chart.js": "^4.4.6",
"jwt-decode": "^4.0.0",
"libphonenumber-js": "^1.11.8",
"moment": "^2.30.1",
"multiselect-react-dropdown": "^2.0.25",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-chartjs-2": "^5.2.0",
"react-country-state-city": "^1.1.3",
"react-datepicker": "^7.4.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-modal": "^3.16.1",
"react-phone-input-2": "^2.15.1",
"react-phone-number-input": "^3.4.5",
"react-qr-barcode-scanner": "^2.0.0",
"react-router": "^6.26.1",
"react-router-dom": "^6.26.1",
"react-scripts": "5.0.1",
"react-tel-input": "^0.1.14",
"react-toastify": "^10.0.5",
"recharts": "^2.13.3",
"sweetalert2": "^11.14.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}