Initial commit

This commit is contained in:
Yaser
2026-08-13 20:00:11 +03:30
commit b7d0fcf68b
2029 changed files with 126991 additions and 0 deletions

163
package.json Normal file
View File

@@ -0,0 +1,163 @@
{
"name": "@fibitex/gereh",
"version": "2.6.0",
"private": true,
"dependencies": {
"@capacitor/android": "2.4.1",
"@capacitor/cli": "^2.4.2",
"@capacitor/core": "^2.4.1",
"@capacitor/ios": "2.4.1",
"@ethersproject/providers": "^5.0.13",
"@formatjs/intl-pluralrules": "^3.2.5",
"@formatjs/intl-relativetimeformat": "^7.0.0",
"@ionic/cli": "^6.11.11",
"@openware/cryptofont": "2.3.0",
"@sentry/browser": "^7.17.2",
"@sentry/react": "^7.17.2",
"@sentry/tracing": "^7.17.2",
"@types/compression-webpack-plugin": "^2.0.1",
"@types/react-select": "^3.1.2",
"@types/ws": "^6.0.4",
"@web3-react/core": "^6.1.1",
"@web3-react/injected-connector": "^6.0.7",
"axios": "^0.32.0",
"bitcoincashjs": "0.1.10",
"bootstrap": "^4.3.1",
"compression-webpack-plugin": "^3.0.1",
"history": "^4.7.2",
"http-signature": "^1.3.5",
"i18n-iso-countries": "^3.7.8",
"immutability-helper": "^3.0.0",
"javascript-obfuscator": "^2.6.1",
"js-yaml": "^3.12.0",
"moment": "^2.23.0",
"moment-timezone": "^0.5.23",
"postcss": "^7.0.23",
"postcss-cli": "^6.1.3",
"postcss-loader": "^3.0.0",
"qrcode.react": "^1.0.0",
"react": "16.10",
"react-accessible-accordion": "^3.3.4",
"react-bootstrap": "^1.0.0-beta.16",
"react-color": "^2.18.0",
"react-countdown": "^2.3.2",
"react-date-picker": "^7.0.0",
"react-dom": "^16.6.3",
"react-dropzone": "^11.3.2",
"react-fade-in": "^0.1.6",
"react-ga": "^3.3.1",
"react-ga4": "^1.4.1",
"react-google-recaptcha": "^1.0.4",
"react-grid-layout": "^0.18.3",
"react-intl": "^3.12.1",
"react-maskinput": "^1.0.1",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "7.1.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.3",
"react-scroll": "^1.8.1",
"react-select": "^3.2.0",
"react-tooltip": "^4.2.21",
"recharts": "^1.8.5",
"redux": "^4.0.1",
"redux-saga": "^1.1.3",
"redux-sentry-middleware": "^0.1.8",
"sinon": "^7.2.3",
"stylelint": "^13.2.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.0.0",
"tslint": "^5.13.1",
"ua-parser-js": "^0.7.19",
"ws": "^7.5.10"
},
"scripts": {
"build:css": "postcss src/index.pcss -o src/index.css",
"watch:css": "postcss src/index.pcss -o src/index.css -w",
"lint": "yarn style:lint && tsc --noEmit && tslint --project .",
"lint:fix": "tslint --project . --fix",
"style:lint": "npx stylelint \"**/*.pcss\"",
"mockAPI": "node mocks/mockAPI.js",
"mockWS": "node mocks/mockWS.js",
"start": "npm-run-all -p watch:css start-js",
"start-mock": "npm-run-all -p watch:css start-js mockAPI mockWS",
"start-js": "react-scripts start",
"build-js": "react-app-rewired build --scripts-version react-scripts build",
"build": "npm-run-all build:css build-js clean:mapfiles",
"clean:mapfiles": "find build -name '*.map' -exec rm {} ';'",
"test": "react-scripts test",
"test:coverage": "react-scripts test --collectCoverage=true",
"test:ci": "react-scripts test --ci",
"spec:integration": "cypress open",
"eject": "react-scripts eject",
"clean": "rimraf build",
"analyze": "source-map-explorer build/static/js/main.*"
},
"devDependencies": {
"@openware/coding-standards": "2.3.0",
"@types/axios": "^0.14.0",
"@types/classnames": "^2.2.6",
"@types/enzyme": "^3.1.13",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/history": "^4.7.0",
"@types/jest": "^23.3.1",
"@types/jquery": "^3.3.6",
"@types/node": "^10.9.4",
"@types/react": "^16.9.14",
"@types/react-dom": "^16.9.4",
"@types/react-hot-loader": "^4.1.0",
"@types/react-redux": "7.1.9",
"@types/react-router": "^5.1.3",
"@types/react-router-dom": "^5.1.3",
"@types/react-test-renderer": "^16.0.2",
"@types/webpack-env": "^1.13.6",
"autoprefixer": "^9.1.1",
"axios-mock-adapter": "^1.16.0",
"babel-jest": "24.9.0",
"chalk": "^2.4.1",
"classnames": "^2.2.6",
"colors": "1.3.2",
"cryptocurrency-icons": "^0.16.1",
"cssnano": "^4.0.5",
"cypress": "^3.1.5",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.10.0",
"enzyme-to-json": "^3.3.4",
"file-loader": "^1.1.11",
"header-case-normalizer": "1.0.3",
"husky": "^1.0.0-rc.13",
"isomorphic-ws": "^4.0.1",
"jest": "24.9.0",
"js-combinatorics": "0.5.0",
"npm-run-all": "^4.1.5",
"postcss-autoreset": "^2.0.2",
"postcss-hexrgba": "^1.0.1",
"postcss-import": "^12.0.0",
"postcss-nested": "^3.0.0",
"prettier": "1.9.0",
"ramda": "^0.26.1",
"react-app-rewired": "^2.1.5",
"react-hot-loader": "^4.3.4",
"react-test-renderer": "^16.4.2",
"redux-mock-store": "^1.5.3",
"rimraf": "^2.6.2",
"source-map-explorer": "^1.7.0",
"ts-jest": "^23.1.3",
"ts-node": "^7.0.1",
"tslint-plugin-prettier": "^2.3.0",
"typescript": "3.8.2",
"webpack": "4.42.0",
"webpack-obfuscator": "^2.3.0"
},
"husky": {
"hooks": {
"commit-msg": "node ./scripts/validate_commit.js",
"pre-push": "yarn lint && CI=true yarn test --no-watch"
}
},
"browserslist": [
">0.2%",
"not ie <= 11",
"not op_mini all"
]
}