{
  "name": "twake",
  "version": "2020.3.107",
  "repository": "https://github.com/Twake/Twake",
  "license": "AGPL-3.0",
  "scripts": {
    "dev:start": "craco start",
    "dev:test": "craco test",
    "dev:build": "CI=false craco --max_old_space_size=4096 build",
    "dev:prettier": "prettier --write src/",
    "dev:linter": "eslint src/",
    "start": "craco start",
    "test": "CI=true craco test",
    "build": "CI=false craco --max_old_space_size=4096 --optimize-for-size build"
  },
  "eslintConfig": {
    "extends": "eslint-config-react-app-eslint-six"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.{js,jsx,ts,tsx}",
      "!src/**/*.d.ts"
    ],
    "transform": {
      "^.+\\.(js|jsx|ts|tsx)$": "<rootDir>/node_modules/babel-jest",
      "^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
      "^(?!.*\\.(js|jsx|ts|tsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
    },
    "transformIgnorePatterns": [
      "[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$",
      "^.+\\.module\\.(css|sass|scss)$"
    ]
  },
  "babel": {
    "presets": [
      "react-app"
    ],
    "plugins": [
      "syntax-trailing-function-commas"
    ]
  },
  "dependencies": {
    "@ant-design/icons": "^4.2.2",
    "@babel/preset-env": "^7.8.7",
    "@babel/preset-es2017": "^7.0.0-beta.53",
    "@craco/craco": "^5.6.4",
    "@fortawesome/fontawesome-svg-core": "^1.2.30",
    "@fortawesome/free-solid-svg-icons": "^5.14.0",
    "@fortawesome/react-fontawesome": "^0.1.11",
    "@fullcalendar/core": "4.4.2",
    "@fullcalendar/daygrid": "4.4.2",
    "@fullcalendar/interaction": "4.4.2",
    "@fullcalendar/list": "4.4.2",
    "@fullcalendar/moment": "4.4.2",
    "@fullcalendar/moment-timezone": "4.4.2",
    "@fullcalendar/react": "4.4.2",
    "@fullcalendar/rrule": "4.4.2",
    "@fullcalendar/timegrid": "4.4.2",
    "@iconscout/react-unicons": "^1.1.5",
    "@material-ui/core": "^4.11.0",
    "@material-ui/icons": "^4.9.1",
    "@material-ui/styles": "^4.10.0",
    "@sentry/browser": "^5.19.0",
    "@stripe/react-stripe-js": "^1.0.3",
    "@stripe/stripe-js": "^1.0.3",
    "@svgr/webpack": "4.3.3",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.3.2",
    "@testing-library/user-event": "^7.1.2",
    "@types/antd": "^1.0.0",
    "@types/crypto-js": "^3.1.43",
    "@types/emoji-mart": "^3.0.2",
    "@types/emojione": "^2.2.6",
    "@types/enzyme": "^3.10.7",
    "@types/enzyme-adapter-react-16": "^1.0.6",
    "@types/jest": "^24.0.0",
    "@types/lodash": "^4.14.163",
    "@types/node": "^12.12.62",
    "@types/react": "^16.9.0",
    "@types/react-dom": "^16.9.0",
    "@types/react-redux": "^7.1.7",
    "@types/react-router-dom": "^5.1.6",
    "@types/react-test-renderer": "^16.9.3",
    "@types/redux": "^3.6.31",
    "@types/semaphore": "^1.1.0",
    "@types/socket.io-client": "^1.4.34",
    "@types/uuid": "^8.3.0",
    "@typescript-eslint/eslint-plugin": "^2.10.0",
    "@typescript-eslint/parser": "^2.10.0",
    "anchorme": "1.1.2",
    "animated-scroll-to": "^2.0.12",
    "antd": "^4.7.2",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.1.0",
    "babel-plugin-import": "^1.13.0",
    "babel-plugin-named-asset-import": "^0.3.6",
    "babel-plugin-syntax-trailing-function-commas": "^6.22.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2017": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-react-app": "^9.1.1",
    "babel-preset-stage-0": "^6.24.1",
    "camelcase": "^5.3.1",
    "case-sensitive-paths-webpack-plugin": "2.3.0",
    "craco-less": "^1.17.0",
    "crypto-js": "^4.0.0",
    "css-loader": "3.6.0",
    "dotenv": "8.2.0",
    "dotenv-expand": "5.1.0",
    "emoji-mart": "^3.0.0",
    "emojione": "^4.5.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.5",
    "eslint-config-react-app": "^5.2.0",
    "eslint-config-react-app-eslint-six": "^4.0.2",
    "eslint-loader": "3.0.3",
    "eslint-plugin-flowtype": "4.7.0",
    "eslint-plugin-import": "2.22.0",
    "eslint-plugin-jsx-a11y": "6.4.1",
    "eslint-plugin-react": "7.21.5",
    "eslint-plugin-react-hooks": "^4.2.0",
    "events": "^3.2.0",
    "feather-icons": "^4.28.0",
    "fetch-polyfill": "^0.8.2",
    "file-loader": "4.3.0",
    "fs-extra": "^8.1.0",
    "fullcalendar": "^5.1.0",
    "highlight.js": "^10.4.1",
    "html-webpack-plugin": "4.5.2",
    "http-proxy-middleware": "^1.0.1",
    "identity-obj-proxy": "3.0.0",
    "jest-environment-jsdom-fourteen": "1.0.1",
    "jest-resolve": "24.9.0",
    "jest-watch-typeahead": "0.6.1",
    "jquery": "^3.5.1",
    "loglevel": "^1.7.1",
    "loglevel-plugin-prefix": "^0.8.4",
    "mini-css-extract-plugin": "0.12.0",
    "minimongo": "^6.7.0",
    "moment": "^2.27.0",
    "moment-timezone": "^0.5.31",
    "node-sass": "^4.13.1",
    "optimize-css-assets-webpack-plugin": "5.0.3",
    "pnp-webpack-plugin": "1.6.4",
    "postcss-flexbugs-fixes": "4.2.1",
    "postcss-loader": "3.0.0",
    "postcss-normalize": "8.0.1",
    "postcss-preset-env": "6.7.0",
    "postcss-safe-parser": "4.0.2",
    "react": "^16.13.0",
    "react-ace": "^9.1.1",
    "react-app-polyfill": "^1.0.6",
    "react-beautiful-dnd": "10.1.0",
    "react-dev-utils": "^11.0.4",
    "react-dom": "^16.13.0",
    "react-emojione": "^5.0.1",
    "react-fastclick": "^3.0.2",
    "react-feather": "^2.0.8",
    "react-google-login": "^5.1.1",
    "react-moment": "^0.9.7",
    "react-outside-click-handler": "^1.3.0",
    "react-perfect-scrollbar": "^1.5.8",
    "react-redux": "^7.2.0",
    "react-router-dom": "^5.2.0",
    "react-scripts": "3.4.4",
    "react-scrollbar": "^0.5.6",
    "react-shortcuts": "^2.1.0",
    "react-showdown": "^2.1.0",
    "react-sidebar": "^3.0.2",
    "react-sortable-hoc": "^1.11.0",
    "react-svg": "^11.0.29",
    "react-swipeable": "^5.5.1",
    "react-test-renderer": "^17.0.0",
    "react-textarea-autosize": "^8.2.0",
    "react-touch": "^0.4.4",
    "react-transition-group": "^4.4.1",
    "react-virtualized": "^9.22.2",
    "redux": "^4.0.5",
    "resize-observer-polyfill": "^1.5.1",
    "resolve": "1.19.0",
    "resolve-url-loader": "3.1.2",
    "rrule": "2.6.8",
    "sass-loader": "8.0.2",
    "semaphore": "^1.1.0",
    "semver": "6.3.0",
    "short-uuid": "^4.1.0",
    "shortcuts": "^1.6.1",
    "socket.io-client": "^2.3.1",
    "style-loader": "0.23.1",
    "terser-webpack-plugin": "3.0.0",
    "ts-pnp": "1.2.0",
    "typescript": "~3.9.7",
    "url-loader": "2.3.0",
    "uuid": "^8.3.1",
    "workbox-webpack-plugin": "4.3.1"
  },
  "devDependencies": {
    "@babel/core": "^7.8.7",
    "craco-alias": "^2.1.1",
    "prettier": "^2.0.5"
  }
}
