{
    "dependencies": {
        "@fortawesome/fontawesome-free": "^5.15.1",
        "@types/classnames": "^2.2.10",
        "@types/node": "^13.13.4",
        "@types/react-dom": "^16.9.7",
        "@types/react-fade-in": "^0.1.0",
        "@types/react-router-dom": "^5.1.5",
        "@types/reactstrap": "^8.4.2",
        "axios": "^0.19.2",
        "chart.js": "2.7.3",
        "classnames": "2.2.6",
        "moment": "2.24.0",
        "node-sass": "4.14.0",
        "nouislider": "13.1.1",
        "react": "16.8.4",
        "react-chartjs-2": "2.7.4",
        "react-copy-to-clipboard": "5.0.1",
        "react-datetime": "2.16.3",
        "react-dom": "16.8.4",
        "react-fade-in": "^1.0.0",
        "react-google-maps": "9.4.5",
        "react-router-dom": "4.3.1",
        "react-scripts": "2.1.8",
        "reactstrap": "7.1.0"
    },
    "devDependencies": {
        "@types/googlemaps": "3.30.18",
        "@types/markerclustererplus": "2.1.33",
        "@types/react": "^16.9.34",
        "@typescript-eslint/eslint-plugin": "^2.30.0",
        "@typescript-eslint/parser": "^2.30.0",
        "eslint": "5.12.0",
        "eslint-config-airbnb": "^18.1.0",
        "eslint-config-prettier": "^6.11.0",
        "eslint-plugin-import": "^2.20.2",
        "eslint-plugin-jsx-a11y": "^6.2.3",
        "eslint-plugin-prettier": "^3.1.3",
        "eslint-plugin-react": "^7.19.0",
        "eslint-plugin-react-hooks": "^2.5.1",
        "prettier": "^2.0.5",
        "typescript": "^3.8.3"
    },
    "scripts": {
        "start": "react-scripts start",
        "build": "react-scripts build",
        "test": "react-scripts test",
        "eject": "react-scripts eject",
        "install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
        "compile-sass": "node-sass src/assets/scss/argon-dashboard-react.scss src/assets/css/argon-dashboard-react.css",
        "minify-sass": "node-sass src/assets/scss/argon-dashboard-react.scss src/assets/css/argon-dashboard-react.min.css --output-style compressed",
        "map-sass": "node-sass src/assets/scss/argon-dashboard-react.scss src/assets/css/argon-dashboard-react.css --source-map true"
    }
}