AdminPanel_Subscription/package.json

72 lines
1.8 KiB
JSON
Raw Permalink Normal View History

{
"name": "daily-legder-subscription",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.21",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@mui/x-data-grid": "^7.7.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^13.5.0",
"apexcharts": "^3.49.1",
"axios": "^1.7.2",
"chart.js": "^4.4.3",
"date-fns": "^3.6.0",
"emoji-picker-react": "^4.9.4",
"gsap": "^3.12.5",
"jwt-decode": "^4.0.0",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-beautiful-dnd": "^13.1.1",
"react-chartjs-2": "^5.2.0",
"react-datetime-picker": "^6.0.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-modal": "^3.16.1",
"react-modern-drawer": "^1.3.1",
"react-router-dom": "^6.23.1",
"react-scripts": "5.0.1",
"react-select": "^5.8.0",
"react-toastify": "^10.0.6",
"socket.io-client": "^4.7.5",
"styled-components": "^6.1.11",
"sweetalert2": "^11.11.0",
"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"
]
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
}