{
  "name": "minta-studio",
  "version": "1.0.0",
  "private": false,
  "dependencies": {
    "@crello/react-lottie": "0.0.11",
    "@emotion/core": "^10.0.28",
    "@emotion/styled": "^10.0.27",
    "@minta/template-utils": "^2.0.4",
    "@popperjs/core": "^2.1.1",
    "@sentry/browser": "^5.15.5",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.5.0",
    "@testing-library/user-event": "^7.2.1",
    "@types/canvas-confetti": "^1.3.0",
    "@types/classnames": "^2.2.10",
    "@types/color": "^3.0.1",
    "@types/crypto-js": "^4.1.1",
    "@types/emoji-mart": "^3.0.3",
    "@types/facebook-js-sdk": "^3.3.1",
    "@types/jest": "^24.9.1",
    "@types/node": "^12.12.29",
    "@types/react": "^16.9.23",
    "@types/react-dom": "^16.9.5",
    "@types/react-star-rating-component": "^1.4.0",
    "@types/react-truncate": "^2.3.3",
    "@types/scroll": "^3.0.0",
    "@types/tinycolor2": "^1.4.2",
    "@uppy/aws-s3": "^1.8.0",
    "@uppy/core": "^1.20.1",
    "@uppy/react": "^1.12.2",
    "array-move": "^3.0.1",
    "axios": "^0.19.2",
    "canvas-confetti": "^1.3.3",
    "classnames": "^2.2.6",
    "color": "^3.1.2",
    "color-scheme": "^1.0.1",
    "connected-react-router": "^6.8.0",
    "crypto-js": "^4.1.1",
    "debounce-promise": "^3.1.2",
    "emoji-mart": "^3.0.0",
    "emotion-theming": "^10.0.27",
    "framer-motion": "^7.10.2",
    "get-image-pixels": "^1.0.1",
    "get-rgba-palette": "^2.0.1",
    "history": "^4.10.1",
    "lodash": "^4.17.15",
    "lodash.isequalwith": "^4.4.0",
    "lottie-react": "^2.3.1",
    "moment": "^2.25.3",
    "moment-timezone": "^0.5.33",
    "nanoid": "^3.3.1",
    "pluralize": "^8.0.0",
    "pro-gallery": "^3.1.38",
    "qs": "^6.9.4",
    "query-string": "^6.11.1",
    "rc-drawer": "^3.1.3",
    "react": "^16.13.0",
    "react-beautiful-dnd": "^13.0.0",
    "react-dom": "^16.13.0",
    "react-dotdotdot": "^1.3.1",
    "react-popper-tooltip": "^2.11.1",
    "react-redux": "^7.2.0",
    "react-responsive": "^8.0.3",
    "react-router": "^5.2.0",
    "react-router-dom": "^5.2.0",
    "react-scripts": "3.4.0",
    "react-select": "3.1.0",
    "react-star-rating-component": "^1.4.1",
    "react-toastify": "^6.0.8",
    "react-transition-group": "^4.4.1",
    "react-truncate": "^2.4.0",
    "react-visibility-sensor": "^5.1.1",
    "redux": "^4.0.5",
    "redux-actions": "^2.6.5",
    "redux-persist": "^6.0.0",
    "redux-thunk": "^2.3.0",
    "reselect": "^4.0.0",
    "scroll": "^3.0.1",
    "superagent": "^5.2.2",
    "tinycolor2": "^1.4.1",
    "typescript": "^3.7.5",
    "url-join": "^4.0.1",
    "use-debounce": "^7.0.1"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && mkdir ./dist && tsc && cp package.json README.md ./dist",
    "start": "cp  -r favIcon/minta.png  public/favicon.png && react-scripts start",
    "start:localserver": "export && env-path -p .env.localserver react-scripts start",
    "start:localserver-with-https": "export HTTPS=true && env-path -p .env.localserver react-scripts start",
    "eject": "react-scripts eject",
    "build:staging": "env-path -p .env.staging react-scripts build",
    "build:local": "env-path -p .env.development react-scripts build",
    "lint": "eslint . --ext .tsx,.ts",
    "lintfix": "eslint . --ext .tsx,.ts --fix"
  },
  "prettier": {
    "printWidth": 150,
    "tabWidth": 2,
    "useTabs": false,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5",
    "bracketSpacing": true,
    "jsxBracketSameLine": false,
    "requirePragma": false
  },
  "lint-staged": {
    "*.{js,ts,tsx}": [
      "./node_modules/.bin/prettier --write",
      "git add"
    ]
  },
  "eslintConfig": {
    "parser": "@typescript-eslint/parser",
    "extends": [
      "react-app",
      "airbnb",
      "plugin:@typescript-eslint/eslint-recommended",
      "plugin:@typescript-eslint/recommended",
      "prettier"
    ],
    "plugins": [
      "@typescript-eslint"
    ],
    "rules": {
      "react/jsx-filename-extension": [
        1,
        {
          "extensions": [
            ".js",
            ".jsx",
            ".tsx"
          ]
        }
      ],
      "no-console": "warn",
      "func-names": "off",
      "class-methods-use-this": "off",
      "import/no-unresolved": "off",
      "import/prefer-default-export": "off",
      "jsx-a11y/media-has-caption": "off",
      "react/jsx-indent": "off",
      "react/jsx-curly-newline": "off",
      "react/jsx-one-expression-per-line": "off",
      "react/prop-types": "off",
      "react-hooks/exhaustive-deps": "off",
      "react/jsx-wrap-multilines": [
        "error",
        {
          "declaration": false,
          "assignment": false
        }
      ],
      "no-plusplus": [
        "error",
        {
          "allowForLoopAfterthoughts": true
        }
      ]
    }
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.20.7",
    "@babel/preset-react": "^7.18.6",
    "@types/debounce-promise": "^3.1.1",
    "@types/lodash": "^4.14.150",
    "@types/pluralize": "0.0.29",
    "@types/qs": "^6.9.3",
    "@types/query-string": "^6.3.0",
    "@types/react-beautiful-dnd": "^13.0.0",
    "@types/react-redux": "^7.1.7",
    "@types/react-responsive": "^8.0.2",
    "@types/react-router": "5.1.18",
    "@types/react-router-dom": "^5.1.3",
    "@types/react-select": "3.0.11",
    "@types/redux-actions": "^2.6.1",
    "@types/redux-persist": "^4.3.1",
    "@types/superagent": "^4.1.7",
    "@types/url-join": "^4.0.0",
    "@typescript-eslint/eslint-plugin": "^2.23.0",
    "@typescript-eslint/parser": "^2.23.0",
    "env-path": "^1.0.7",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-config-prettier": "^6.10.0",
    "husky": "^4.3.8",
    "lint-staged": "^12.1.4",
    "prettier": "^1.19.1",
    "redux-devtools": "^3.5.0"
  }
}
