{
  "name": "intraactive-sdk-ui",
  "version": "1.1.4776",
  "description": "IntraActive UI",
  "main": "dist/index",
  "types": "dist/index",
  "author": "intraactive team",
  "engines": {
    "node": "16"
  },
  "comments": {
    "how to start debugging a page": "npm run start --pages=Messages",
    "how to start debugging multiple pages": "npm run start --pages=Messages,Accordion"
  },
  "scripts": {
    "start": "npm i --lockfile-version 1 && npm run css && npm run build:demo-style-typings && webpack-dev-server --config demo/config/webpack.dev.config.js --color --progress",
    "build": "npm i --lockfile-version 1 && npm run css && npm run build:demo-style-typings && tsc && npm run build:chunks",
    "demo:deploy": "webpack --config demo/config/webpack.demo.deploy.config.js",
    "build:watch": "webpack --progress --colors --watch",
    "clean": "gulp clean",
    "test": "npm run css && npm run build:demo-style-typings && tsc && npm run ci:test",
    "ci:test": "webpack --config webpack.test.config.js && mocha test/test.js -r jsdom-global/register -r ts-node/register -r mock-local-storage",
    "tsc": "tsc",
    "webpack": "webpack",
    "analyzer": "webpack --config webpack.config.analyzer.js",
    "component-analyzer": "webpack --config webpack.config.component.analyzer.js",
    "no-chuncks-component-analyzer": "webpack --config webpack.config.no-chuncks.component.analyzer.js",
    "build:chunks": "webpack --config webpack.config.chunks.js",
    "css": "tcm src/",
    "build:demo-style-typings": "tcm demo/",
    "mocha:test": "mocha test/test.js -r jsdom-global/register -r ts-node/register -r mock-local-storage"
  },
  "files": [
    "dist"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^4.2.3",
    "@types/enzyme": "^3.10.3",
    "@types/react": "^16.9.1",
    "@types/react-dom": "^16.8.5",
    "css-loader": "^2.1.1",
    "dts-bundle": "0.7.3",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.14.0",
    "file-loader": "^2.0.0",
    "gulp": "3.9.1",
    "html-webpack-plugin": "^3.2.0",
    "mobx": "^4.13.0",
    "mobx-react": "^5.3.6",
    "mock-local-storage": "^1.1.23",
    "proactive-gulp-pack": "^1.0.1704241142",
    "react-google-charts": "^3.0.15",
    "react-select": "^5.7.4",
    "react-simple-maps": "^2.3.0",
    "sinon": "^3.3.0",
    "source-map-loader": "^0.2.1",
    "source-map-support": "^0.4.18",
    "terser-webpack-plugin": "^2.1.3",
    "ts-loader": "^6.0.4",
    "ts-node": "^3.3.0",
    "tslint": "^6.1.3",
    "tslint-webpack-plugin": "^2.1.1",
    "typed-css-modules": "^0.6.0",
    "typescript": "^4.5.5",
    "url-loader": "^1.1.2",
    "webpack": "^4.39.1",
    "webpack-bundle-analyzer": "^3.5.2",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.13.3"
  },
  "dependencies": {
    "@azure/msal-browser": "^2.31.0",
    "@azure/msal-react": "^1.4.10",
    "@azure/storage-blob": "^12.9.0",
    "@fortawesome/fontawesome-svg-core": "^6.4.2",
    "@fortawesome/free-brands-svg-icons": "^6.4.2",
    "@fortawesome/free-regular-svg-icons": "^6.4.2",
    "@fortawesome/free-solid-svg-icons": "^6.4.2",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "@fullcalendar/core": "^6.1.15",
    "@fullcalendar/daygrid": "^6.1.15",
    "@fullcalendar/react": "^6.1.15",
    "@fullcalendar/timegrid": "^6.1.17",
    "@microsoft/applicationinsights-web": "^2.4.4",
    "@microsoft/mgt-react": "^2.11.2",
    "@types/enzyme-adapter-react-16": "^1.0.5",
    "@types/es6-promise": "0.0.33",
    "@types/mocha": "^5.2.7",
    "@types/webpack-env": "1.15.2",
    "babel-plugin-macros": "^3.1.0",
    "blurhash": "^2.0.5",
    "chai": "^4.2.0",
    "colortranslator": "^2.0.0",
    "confetti-react": "^2.5.0",
    "element-matches": "^0.1.2",
    "emoji-picker-react": "^4.12.0",
    "hex-to-css-filter": "^5.4.0",
    "html2canvas": "^1.0.0-rc.7",
    "intraactive-framework-utilityfunctions": "^1.0.20",
    "intraactive-sdk-helper": "^1.2.116",
    "jspdf": "^2.5.1",
    "long-press-event": "^2.5.0",
    "mocha": "^6.2.0",
    "office-ui-fabric-react": "^7.84.0",
    "powerbi-client-react": "^1.4.0",
    "qrcode": "^1.5.1",
    "react": "^16.9.0",
    "react-blurhash": "^0.3.0",
    "react-color": "^2.14.1",
    "react-countup": "^4.3.3",
    "react-dom": "^16.9.0",
    "react-easy-crop": "^3.2.1",
    "react-facebook-login": "^4.1.1",
    "react-froala-wysiwyg": "^4.1.3",
    "react-moment": "^1.1.1",
    "react-player": "^2.10.1",
    "react-quick-pinch-zoom": "^4.0.2",
    "react-quill-with-table": "^1.3.3",
    "react-snowfall": "^1.1.1",
    "react-swipeable": "^5.5.1",
    "react-syntax-highlighter": "^11.0.2",
    "react-zoom-pan-pinch": "^2.1.3",
    "showdown": "^2.1.0",
    "style-loader": "^0.23.1",
    "ts-node-dev": "^2.0.0",
    "xml2js": "^0.4.23"
  },
  "keywords": [
    "color picker, hex"
  ]
}
