fix: replace numeric TextInput fields on the Cashout, Commissions, Cashboxes, Notifications, Operator Info and Terms & Conditions pages fix: change the way the number format is defined on the component fix: parameterize the number of decimal places in the in the number input and set it's value for the current number inputs on the admin
97 lines
2.7 KiB
JSON
97 lines
2.7 KiB
JSON
{
|
|
"name": "lamassu-admin",
|
|
"version": "0.1.0",
|
|
"license": "unlicense",
|
|
"dependencies": {
|
|
"@apollo/react-hooks": "^3.1.3",
|
|
"@material-ui/core": "4.9.8",
|
|
"@material-ui/icons": "4.9.1",
|
|
"@material-ui/lab": "^4.0.0-alpha.47",
|
|
"@use-hooks/axios": "1.3.0",
|
|
"apollo-cache-inmemory": "^1.6.6",
|
|
"apollo-client": "^2.6.10",
|
|
"apollo-link": "^1.2.14",
|
|
"apollo-link-error": "^1.1.13",
|
|
"apollo-link-http": "^1.5.17",
|
|
"axios": "0.19.0",
|
|
"bignumber.js": "9.0.0",
|
|
"classnames": "2.2.6",
|
|
"downshift": "3.3.4",
|
|
"file-saver": "2.0.2",
|
|
"formik": "2.1.4",
|
|
"fuse.js": "^3.4.6",
|
|
"graphql": "^14.5.8",
|
|
"graphql-tag": "^2.10.3",
|
|
"jss-plugin-extend": "^10.0.0",
|
|
"libphonenumber-js": "^1.7.50",
|
|
"moment": "2.24.0",
|
|
"qrcode.react": "0.9.3",
|
|
"ramda": "^0.26.1",
|
|
"react": "^16.12.0",
|
|
"react-copy-to-clipboard": "^5.0.2",
|
|
"react-dom": "^16.10.2",
|
|
"react-number-format": "^4.4.1",
|
|
"react-router-dom": "5.1.2",
|
|
"react-virtualized": "^9.21.2",
|
|
"sanctuary": "^2.0.1",
|
|
"slugify": "^1.3.6",
|
|
"uuid": "^7.0.2",
|
|
"yup": "0.27.0"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-actions": "^5.2.3",
|
|
"@storybook/addon-backgrounds": "^5.2.4",
|
|
"@storybook/addon-knobs": "^5.2.3",
|
|
"@storybook/addon-links": "^5.2.3",
|
|
"@storybook/addons": "^5.2.3",
|
|
"@storybook/react": "^5.2.3",
|
|
"@welldone-software/why-did-you-render": "^3.3.9",
|
|
"eslint-config-prettier": "^6.7.0",
|
|
"eslint-config-prettier-standard": "^3.0.1",
|
|
"eslint-config-standard": "^14.1.0",
|
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
"eslint-plugin-import": "^2.20.0",
|
|
"eslint-plugin-node": "^10.0.0",
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"husky": "^3.1.0",
|
|
"lint-staged": "^9.5.0",
|
|
"prettier": "1.19.1",
|
|
"prettier-config-standard": "^1.0.1",
|
|
"react-scripts": "^3.3.0",
|
|
"serve": "^11.2.0"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
|
|
"eslint --fix",
|
|
"git add"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"fix": "eslint --fix --ext .js,.md,.json src/",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"storybook": "start-storybook -p 9009 -s public",
|
|
"build-storybook": "build-storybook -s public"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|