Skip to content
Snippets Groups Projects
package.json 2.93 KiB
Newer Older
{
  "name": "jams-jami-client",
  "version": "3.5.0",
  "description": "Jams client for managing user's devices",
  "private": false,
  "main": "dist/index.js",
  "dependencies": {
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@mui/icons-material": "^5.11.16",
    "@mui/material": "^5.13.6",
    "@mui/styles": "^5.13.2",
    "@types/jest": "^29.5.3",
    "@types/node": "^20.4.2",
    "@types/react": "^18.2.15",
    "@types/react-dom": "^18.2.7",
    "axios": "^1.4.0",
    "classnames": "2.3.2",
    "fuctbase64": "^1.4.0",
    "generate-password": "^1.5.1",
    "history": "4.10.1",
Larbi Gharib's avatar
Larbi Gharib committed
    "i18next": "^19.8.2",
    "i18next-browser-languagedetector": "^6.0.1",
    "i18next-http-backend": "^1.0.21",
    "lodash": "^4.17.19",
    "material-ui-popup-state": "^5.0.9",
    "perfect-scrollbar": "1.5.5",
    "prop-types": "15.8.1",
    "react-colorful": "^5.6.1",
    "react-copy-to-clipboard": "^5.0.2",
    "react-dom": "^17.0.0",
    "react-dropzone": "^14.2.3",
    "react-easy-crop": "^3.1.1",
Larbi Gharib's avatar
Larbi Gharib committed
    "react-i18next": "^11.7.3",
Larbi Gharib's avatar
Larbi Gharib committed
    "react-image-file-resizer": "^0.3.8",
    "react-router-dom": "5.2.0",
    "react-scripts": "^4.0.0",
    "typescript": "^3.9.3",
    "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"
  },
  "devDependencies": {
Larbi Gharib's avatar
Larbi Gharib committed
    "@babel/core": "^7.11.6",
    "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Larbi Gharib's avatar
Larbi Gharib committed
    "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",
Larbi Gharib's avatar
Larbi Gharib committed
    "gulp": "^4.0.2",
    "gulp-append-prepend": "1.0.9",
Larbi Gharib's avatar
Larbi Gharib committed
    "i18next-parser": "^3.3.0",
    "i18next-scanner": "^2.11.0",
    "react-error-overlay": "6.0.9"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": []
Larbi Gharib's avatar
Larbi Gharib committed
  }