diff --git a/package.json b/package.json index 30981691d..23cae44cb 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,15 @@ "styled-components": "^5.1.1", "subscriptions-transport-ws": "^0.9.16", "typescript": "~4.0.5", - "yup": "^0.29.2" + "yup": "^0.29.2", + "eslint": "7.12.1", + "eslint-config-airbnb": "18.2.0", + "eslint-config-prettier": "^6.11.0", + "eslint-plugin-import": "^2.22.1", + "eslint-plugin-jsx-a11y": "^6.2.3", + "eslint-plugin-prettier": "^3.1.3", + "eslint-plugin-react": "^7.19.0", + "eslint-plugin-react-hooks": "4.2.0" }, "scripts": { "setup": "yarn cache clean && yarn install --force && yarn run floweditor", @@ -114,14 +122,6 @@ }, "devDependencies": { "@types/react-test-renderer": "^16.9.2", - "eslint": "7.12.1", - "eslint-config-airbnb": "18.2.0", - "eslint-config-prettier": "^6.11.0", - "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jsx-a11y": "^6.2.3", - "eslint-plugin-prettier": "^3.1.3", - "eslint-plugin-react": "^7.19.0", - "eslint-plugin-react-hooks": "4.2.0", "prettier": "^2.0.5", "react-test-renderer": "^17.0.1" }