Initial commit

This commit is contained in:
Yaser
2026-08-13 20:26:04 +03:30
commit 056fa76514
1923 changed files with 113766 additions and 0 deletions

82
package.json Normal file
View File

@@ -0,0 +1,82 @@
{
"name": "fibitex",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/jalaali": "^1.3.13",
"@date-io/moment": "^1.3.13",
"@hookform/resolvers": "^1.3.1",
"@material-ui/core": "^4.11.2",
"@material-ui/data-grid": "^4.0.0-alpha.14",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.2.10",
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
"axios": "^0.21.1",
"image-upload-react": "^1.4.9",
"jalali-moment": "^3.3.9",
"jss-rtl": "^0.3.0",
"material-ui-dropzone": "^3.5.0",
"material-ui-image": "^3.3.1",
"moment": "^2.29.1",
"moment-jalaali": "^0.9.2",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.1",
"react": "^17.0.1",
"react-compound-timer": "^1.2.0",
"react-dom": "^17.0.1",
"react-dropzone": "^11.2.4",
"react-dropzone-uploader": "^2.11.0",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^6.14.0",
"react-intl": "^5.10.11",
"react-notifications-component": "^2.4.1",
"react-number-format": "^4.4.1",
"react-promise-tracker": "^2.1.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"react-text-mask": "^5.4.3",
"react-tradingview-widget": "^1.3.2",
"recharts": "^1.8.5",
"web-vitals": "^0.2.4",
"yup": "^0.29.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"check:ranger": "node scripts/check-ranger-mappers.js",
"check:datetime": "node scripts/check-format-display-datetime.js"
},
"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": {
"customize-cra": "^1.0.0",
"patch-package": "^8.0.1",
"react-app-rewired": "^2.1.8",
"typescript": "~4.4.4"
},
"resolutions": {
"postcss": "7.0.39",
"postcss-safe-parser": "4.0.2"
}
}