-
Léo Banno-Cloutier authored
Change-Id: I86e040219da61f7943291356e72374289783ab78
Léo Banno-Cloutier authoredChange-Id: I86e040219da61f7943291356e72374289783ab78
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm.
Learn more
package.json 2.71 KiB
{
"name": "jams-jami-client",
"version": "3.4.0",
"description": "Jams client for managing user's devices",
"private": false,
"main": "dist/index.js",
"dependencies": {
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@material-ui/lab": "^4.0.0-alpha.56",
"axios": "^1.4.0",
"classnames": "2.3.2",
"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",
"lodash": "^4.17.19",
"material-ui-popup-state": "^1.6.1",
"perfect-scrollbar": "1.5.5",
"prop-types": "15.8.1",
"react": "^16.13.1",
"react-color": "^2.19.3",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "16.13.1",
"react-dropzone": "^14.2.3",
"react-easy-crop": "^3.1.1",
"react-i18next": "^11.7.3",
"react-image-file-resizer": "^0.3.8",
"react-router-dom": "5.2.0",
"react-scripts": "^3.4.3",
"yup": "^1.2.0"
},
"scripts": {
"start": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"build": "export SET NODE_OPTIONS=--openssl-legacy-provider && 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",
"format": "prettier --write --loglevel warn 'src/**/*.js'",
"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"
},
"optionalDependencies": {
"typescript": "3.9.3"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"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.9",
"i18next-parser": "^3.3.0",
"i18next-scanner": "^2.11.0",
"prettier": "2.8.8",
"react-error-overlay": "^6.0.9"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": []
}
}