{
  "name": "leaderslinked",
  "version": "1.0.0",
  "description": "",
  "main": "./app/index.js",
  "scripts": {
    "start": "SET \"NODE_ENV=development\" && npx webpack",
    "build": "npx webpack --config webpack.config.js",
    "sass": "sass look-and-field/main.scss:look-and-field/main.css --style compressed --no-source-map",
    "chat": "sass look-and-field/components/chat/main.scss:look-and-field/chat.css --style compressed --no-source-map",
    "dashboard": "sass look-and-field/components/dashboard/main.scss:look-and-field/dashboard.css --style compressed --no-source-map"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@emotion/react": "11.10.5",
    "@emotion/styled": "11.10.5",
    "@mui/icons-material": "5.11.0",
    "@mui/material": "5.11.3",
    "axios": "1.4.0",
    "chart.js": "3.9.1",
    "ckeditor4": "4.22.1",
    "ckeditor4-react": "2.1.0",
    "crypto-js": "4.1.1",
    "html-react-parser": "1.4.14",
    "moment": "2.29.4",
    "moment-timezone": "0.5.43",
    "react": "17.0.1",
    "react-big-calendar": "1.8.2",
    "react-bootstrap": "1.6.7",
    "react-chartjs-2": "3.0.4",
    "react-datetime": "3.2.0",
    "react-dom": "17.0.1",
    "react-dropzone": "11.3.1",
    "react-hook-form": "6.15.1",
    "react-icons": "4.10.1",
    "react-recaptcha": "2.3.10",
    "react-redux": "7.2.9",
    "react-router-dom": "5.3.4",
    "react-share": "4.4.0",
    "react-slick": "0.28.1",
    "redux": "4.2.1",
    "redux-thunk": "2.4.2",
    "sass": "1.66.1",
    "styled-components": "6.0.4",
    "uuid": "8.3.2"
  },
  "devDependencies": {
    "@babel/core": "7.22.6",
    "@babel/plugin-transform-modules-commonjs": "7.22.5",
    "@babel/plugin-transform-runtime": "7.22.6",
    "@babel/preset-env": "7.22.6",
    "@babel/preset-react": "7.22.5",
    "@babel/runtime-corejs2": "7.22.6",
    "@types/react-router-dom": "5.3.3",
    "autoprefixer": "10.4.14",
    "babel-loader": "8.3.0",
    "babel-plugin-add-module-exports": "1.0.4",
    "babel-plugin-transform-runtime": "6.23.0",
    "compression-webpack-plugin": "10.0.0",
    "css-loader": "5.0.2",
    "eslint": "8.50.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-config-standard": "17.1.0",
    "eslint-plugin-import": "2.28.1",
    "eslint-plugin-n": "15.7.0",
    "eslint-plugin-promise": "6.1.1",
    "eslint-plugin-react": "7.33.2",
    "mini-css-extract-plugin": "1.3.7",
    "postcss": "8.4.24",
    "postcss-js": "3.0.3",
    "postcss-loader": "5.0.0",
    "prettier": "2.8.7",
    "redux-logger": "3.0.6",
    "sass-loader": "13.3.2",
    "standard": "17.0.0",
    "style-loader": "2.0.0",
    "terser-webpack-plugin": "5.3.9",
    "webpack": "5.88.1",
    "webpack-bundle-analyzer": "4.9.0",
    "webpack-cli": "4.10.0"
  }
}
