{ "name": "lamassu-admin", "version": "0.2.1", "license": "../LICENSE", "dependencies": { "@apollo/react-hooks": "^3.1.3", "@lamassu/coins": "v1.4.0-beta.4", "@material-ui/core": "4.11.0", "@material-ui/icons": "4.9.1", "@material-ui/lab": "^4.0.0-alpha.56", "@simplewebauthn/browser": "^3.0.0", "@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", "apollo-upload-client": "^13.0.0", "axios": "0.21.1", "base-64": "^1.0.0", "bignumber.js": "9.0.0", "classnames": "2.2.6", "countries-and-timezones": "^2.4.0", "d3": "^6.2.0", "date-fns": "^2.26.0", "date-fns-tz": "^1.1.6", "downshift": "3.3.4", "file-saver": "2.0.2", "formik": "2.2.0", "google-libphonenumber": "^3.2.22", "graphql": "^14.5.8", "graphql-tag": "^2.10.3", "jss-plugin-extend": "^10.0.0", "jszip": "^3.6.0", "libphonenumber-js": "^1.7.50", "match-sorter": "^4.2.0", "pretty-ms": "^2.1.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-dropzone": "^11.4.2", "react-material-ui-carousel": "^2.2.7", "react-number-format": "^4.4.1", "react-otp-input": "^2.3.0", "react-router-dom": "5.1.2", "react-use": "15.3.2", "react-virtualized": "^9.21.2", "sanctuary": "^2.0.1", "ua-parser-js": "^1.0.2", "uuid": "^8.3.2", "yup": "0.32.9" }, "devDependencies": { "@storybook/addon-actions": "6.0.26", "@storybook/addon-backgrounds": "6.0.26", "@storybook/addon-knobs": "6.0.26", "@storybook/addon-links": "6.0.26", "@storybook/addons": "6.0.26", "@storybook/preset-create-react-app": "^3.1.4", "@storybook/react": "6.0.26", "@welldone-software/why-did-you-render": "^3.3.9", "eslint": "^7.19.0", "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.22.1", "eslint-plugin-node": "^10.0.0", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.20.3", "eslint-plugin-standard": "^4.0.1", "husky": "^3.1.0", "lint-staged": "^9.5.0", "patch-package": "^6.2.2", "prettier": "1.19.1", "prettier-config-standard": "^1.0.1", "react-scripts": "4.0.0", "serve": "^11.3.2", "source-map-explorer": "^2.4.2" }, "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", "analyze": "source-map-explorer 'build/static/js/*.js'", "test": "react-scripts test", "eject": "react-scripts eject", "storybook": "start-storybook -p 9009 -s public", "postinstall": "patch-package", "build-storybook": "build-storybook -s public", "lamassu": "REACT_APP_BUILD_TARGET=LAMASSU react-scripts start", "pazuz": "REACT_APP_BUILD_TARGET=PAZUZ react-scripts start" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }