{ "name": "jams-jami-client", "version": "3.4.0", "description": "Jams client for managing user's devices", "private": false, "main": "dist/index.js", "dependencies": { "@lingui/react": "^2.9.2", "@material-ui/core": "4.12.1", "@material-ui/icons": "4.9.1", "@material-ui/lab": "^4.0.0-alpha.56", "axios": "^0.19.2", "chartist": "0.10.1", "classnames": "2.2.6", "formik": "^2.1.5", "fuctbase64": "^1.4.0", "generate-password": "^1.5.1", "history": "4.10.1", "i18next": "^19.8.2", "i18next-browser-languagedetector": "^6.0.1", "i18next-http-backend": "^1.0.21", "image-to-base64": "^2.1.1", "lodash": "^4.17.19", "material-ui-popup-state": "^1.6.1", "notistack": "^0.9.17", "package.json": "^2.0.1", "perfect-scrollbar": "1.5.0", "prop-types": "15.7.2", "react": "^16.13.1", "react-chartist": "0.14.3", "react-copy-to-clipboard": "^5.0.2", "react-dom": "16.13.1", "react-easy-crop": "^3.1.1", "react-google-maps": "9.4.5", "react-i18next": "^11.7.3", "react-image-file-resizer": "^0.3.8", "react-intl": "5.0.2", "react-router-dom": "5.2.0", "react-scripts": "^3.4.3", "react-swipeable-views": "0.13.9", "react-transition-group": "^4.4.1", "yup": "^0.29.3", "yup-phone": "^1.2.3" }, "scripts": { "start": "NODE_PATH=./src react-scripts start", "build": "react-scripts build && ./node_modules/.bin/i18next-scanner", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject", "install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start", "lint:check": "eslint . --ext=js,jsx; exit 0", "lint:fix": "eslint . --ext=js,jsx --fix; exit 0", "build-package-css": "cp src/assets/css/material-dashboard-react.css dist/material-dashboard-react.css", "build-package": "npm run build-package-css && babel src --out-dir dist" }, "repository": { "type": "git", "url": "git+https://github.com/creativetimofficial/material-dashboard-react.git" }, "keywords": [], "author": "Creative Tim <hello@creative-tim.com> (https://www.creative-tim.com/)", "license": "MIT", "bugs": { "url": "https://github.com/creativetimofficial/material-dashboard-react/issues" }, "homepage": "https://creativetimofficial.github.io/material-dashboard-react/#/dashboard", "optionalDependencies": { "@types/googlemaps": "3.39.6", "@types/markerclustererplus": "2.1.33", "ajv": "6.12.2", "typescript": "3.9.3" }, "devDependencies": { "@babel/core": "^7.11.6", "@lingui/cli": "^2.9.2", "@lingui/macro": "^2.9.2", "babel-core": "^7.0.0-bridge.0", "babel-plugin-i18next-extract": "^0.8.0", "eslint-config-prettier": "6.11.0", "eslint-plugin-prettier": "3.1.3", "gulp": "^4.0.2", "gulp-append-prepend": "1.0.8", "i18next-parser": "^3.3.0", "i18next-scanner": "^2.11.0", "prettier": "2.0.5", "webpack-cli": "^3.3.12" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [] } }