forecastAppFrontend/package.json
Augustine Rapheal 451e3468bd initial commit
2024-07-13 13:54:55 +01:00

79 lines
2.1 KiB
JSON

{
"name": "financial-forecast",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.15.14",
"@mui/x-data-grid": "^7.0.0",
"@mui/x-data-grid-generator": "^7.0.0",
"@popperjs/core": "^2.11.5",
"@reduxjs/toolkit": "^1.8.3",
"@tanstack/react-query": "^4.0.10",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.27.2",
"babel-plugin-macros": "^3.1.0",
"chart.js": "^2.9.4",
"dayjs": "^1.11.4",
"env-cmd": "^10.1.0",
"i": "^0.3.7",
"js-file-download": "^0.4.12",
"jwt-decode": "^3.1.2",
"lbs-react-table": "^0.1.3",
"npm": "^10.5.0",
"react": "^18.2.0",
"react-currency-format": "^1.1.0",
"react-currency-input-field": "^3.6.9",
"react-data-table-component": "^7.6.2",
"react-dom": "^18.2.0",
"react-hook-form": "^7.34.0",
"react-loader-spinner": "^5.1.7-beta.1",
"react-moment": "^1.1.2",
"react-query": "^4.0.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-toastify": "^9.0.8",
"uuid": "^9.0.0",
"validator": "^13.7.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"start-dev": "env-cmd -f .env.development react-scripts start",
"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.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6"
}
}