-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge pull request #7 from CX-Exchange/new-tradding-page"
- Loading branch information
Showing
54 changed files
with
2,804 additions
and
6,352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,177 +1,176 @@ | ||
{ | ||
"name": "@openware/base-app", | ||
"version": "2.6.0", | ||
"private": true, | ||
"dependencies": { | ||
"@ant-design/icons": "^4.3.0", | ||
"@brainhubeu/react-carousel": "^1.19.26", | ||
"@formatjs/intl-pluralrules": "^3.2.5", | ||
"@formatjs/intl-relativetimeformat": "^7.0.0", | ||
"@openware/cryptofont": "2.3.0", | ||
"@sentry/browser": "^5.17.0", | ||
"@types/compression-webpack-plugin": "^2.0.1", | ||
"@types/ws": "^6.0.4", | ||
"antd": "^4.9.4", | ||
"axios": "^0.21.1", | ||
"bitcoincashjs": "0.1.10", | ||
"bootstrap": "^4.3.1", | ||
"compression-webpack-plugin": "^3.0.1", | ||
"date-fns": "^2.16.1", | ||
"gsap": "^3.6.0", | ||
"history": "^4.7.2", | ||
"i18n-iso-countries": "^3.7.8", | ||
"immer": "^8.0.1", | ||
"immutability-helper": "^3.0.0", | ||
"ip": "^1.1.5", | ||
"js-yaml": "^3.12.0", | ||
"lodash": "^4.17.21", | ||
"mock": "^0.1.1", | ||
"moment": "^2.23.0", | ||
"moment-timezone": "^0.5.23", | ||
"number-precision": "^1.5.0", | ||
"postcss": "^7.0.23", | ||
"postcss-cli": "^6.1.3", | ||
"postcss-loader": "^3.0.0", | ||
"public-ip": "^4.0.2", | ||
"qrcode.react": "^1.0.0", | ||
"react": "16.10", | ||
"react-bootstrap": "^1.0.0-beta.16", | ||
"react-color": "^2.18.0", | ||
"react-confetti": "^6.0.0", | ||
"react-countdown": "^2.3.1", | ||
"react-date-picker": "^7.0.0", | ||
"react-device-detect": "1.13.1", | ||
"react-dom": "^16.6.3", | ||
"react-facebook": "^8.1.4", | ||
"react-fade-in": "^0.1.6", | ||
"react-fast-compare": "^3.2.0", | ||
"react-ga": "^2.6.0", | ||
"react-google-recaptcha": "^1.0.4", | ||
"react-grid-layout": "^0.18.3", | ||
"react-icons": "^3.11.0", | ||
"react-intl": "^3.12.1", | ||
"react-js-pagination": "^3.0.3", | ||
"react-maskinput": "^1.0.1", | ||
"react-perfect-scrollbar": "^1.5.8", | ||
"react-redux": "^7.2.3", | ||
"react-router": "^5.1.2", | ||
"react-router-dom": "^5.1.2", | ||
"react-scripts": "3.4.3", | ||
"react-slick": "^0.27.14", | ||
"react-swipeable-views": "^0.13.9", | ||
"react-trend": "^1.2.5", | ||
"react-twitter-widgets": "^1.9.5", | ||
"recharts": "^1.8.5", | ||
"redux": "^4.0.1", | ||
"redux-saga": "^1.1.3", | ||
"sinon": "^7.2.3", | ||
"slick-carousel": "^1.8.1", | ||
"styled-components": "^5.2.1", | ||
"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.2.0" | ||
}, | ||
"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/lodash": "^4.14.168", | ||
"@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-slick": "^0.23.4", | ||
"@types/react-test-renderer": "^16.0.2", | ||
"@types/styled-components": "^5.1.9", | ||
"@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", | ||
"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", | ||
"typescript": "3.4.5", | ||
"webpack": "4.42.0", | ||
"webpack-obfuscator": "^0.18.0" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "./scripts/validate_commit.js $HUSKY_GIT_PARAMS && (cd \"./$GIT_PREFIX\"; yarn lint)", | ||
"pre-push": "yarn lint && CI=true yarn test --no-watch" | ||
} | ||
}, | ||
"prettier": { | ||
"trailingComma": "all", | ||
"tabWidth": 2, | ||
"printWidth": 130, | ||
"semi": true, | ||
"singleQuote": true, | ||
"tslintIntegration": true, | ||
"stylelintIntegration": true, | ||
"ignorePath": ".gitignore" | ||
}, | ||
"browserslist": [ | ||
">0.2%", | ||
"not ie <= 11", | ||
"not op_mini all" | ||
] | ||
"name": "@openware/base-app", | ||
"version": "2.6.0", | ||
"private": true, | ||
"dependencies": { | ||
"@ant-design/icons": "^4.3.0", | ||
"@brainhubeu/react-carousel": "^1.19.26", | ||
"@formatjs/intl-pluralrules": "^3.2.5", | ||
"@formatjs/intl-relativetimeformat": "^7.0.0", | ||
"@openware/cryptofont": "2.3.0", | ||
"@sentry/browser": "^5.17.0", | ||
"antd": "^4.9.4", | ||
"axios": "^0.21.1", | ||
"bitcoincashjs": "0.1.10", | ||
"bootstrap": "^4.3.1", | ||
"compression-webpack-plugin": "^3.0.1", | ||
"date-fns": "^2.16.1", | ||
"gsap": "^3.6.0", | ||
"history": "^4.7.2", | ||
"i18n-iso-countries": "^3.7.8", | ||
"immer": "^8.0.1", | ||
"immutability-helper": "^3.0.0", | ||
"ip": "^1.1.5", | ||
"js-yaml": "^3.12.0", | ||
"mock": "^0.1.1", | ||
"moment": "^2.23.0", | ||
"moment-timezone": "^0.5.23", | ||
"number-precision": "^1.5.0", | ||
"postcss": "^7.0.23", | ||
"postcss-cli": "^6.1.3", | ||
"postcss-loader": "^3.0.0", | ||
"public-ip": "^4.0.2", | ||
"qrcode.react": "^1.0.0", | ||
"react": "16.10", | ||
"react-bootstrap": "^1.0.0-beta.16", | ||
"react-color": "^2.18.0", | ||
"react-confetti": "^6.0.0", | ||
"react-countdown": "^2.3.1", | ||
"react-date-picker": "^7.0.0", | ||
"react-device-detect": "1.13.1", | ||
"react-dom": "^16.6.3", | ||
"react-facebook": "^8.1.4", | ||
"react-fade-in": "^0.1.6", | ||
"react-ga": "^2.6.0", | ||
"react-google-recaptcha": "^1.0.4", | ||
"react-grid-layout": "^0.18.3", | ||
"react-icons": "^3.11.0", | ||
"react-intl": "^3.12.1", | ||
"react-js-pagination": "^3.0.3", | ||
"react-maskinput": "^1.0.1", | ||
"react-perfect-scrollbar": "^1.5.8", | ||
"react-redux": "^7.2.3", | ||
"react-router": "^5.1.2", | ||
"react-router-dom": "^5.1.2", | ||
"react-scripts": "3.4.3", | ||
"react-slick": "^0.27.14", | ||
"react-swipeable-views": "^0.13.9", | ||
"react-table": "^7.6.3", | ||
"react-trend": "^1.2.5", | ||
"react-twitter-widgets": "^1.9.5", | ||
"recharts": "^1.8.5", | ||
"redux": "^4.0.1", | ||
"redux-saga": "^1.1.3", | ||
"sinon": "^7.2.3", | ||
"slick-carousel": "^1.8.1", | ||
"styled-components": "^5.2.1", | ||
"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.2.0" | ||
}, | ||
"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/compression-webpack-plugin": "^2.0.1", | ||
"@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-slick": "^0.23.4", | ||
"@types/react-test-renderer": "^16.0.2", | ||
"@types/styled-components": "^5.1.9", | ||
"@types/webpack-env": "^1.13.6", | ||
"@types/ws": "^6.0.4", | ||
"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": "^2.2.1", | ||
"pretty-quick": "^3.1.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", | ||
"typescript": "3.8", | ||
"webpack": "4.42.0", | ||
"webpack-obfuscator": "^0.18.0" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "pretty-quick --staged", | ||
"commit-msg": "./scripts/validate_commit.js $HUSKY_GIT_PARAMS && (cd \"./$GIT_PREFIX\"; yarn lint)", | ||
"pre-push": "yarn lint" | ||
} | ||
}, | ||
"prettier": { | ||
"trailingComma": "all", | ||
"tabWidth": 4, | ||
"printWidth": 130, | ||
"semi": true, | ||
"singleQuote": true, | ||
"arrowParens": "avoid" | ||
}, | ||
"browserslist": [ | ||
">0.2%", | ||
"not ie <= 11", | ||
"not op_mini all" | ||
] | ||
} |
Oops, something went wrong.