From 5b4b62ec71904fcfb21e76b4c8a844d45ee48c30 Mon Sep 17 00:00:00 2001 From: Edgard Date: Tue, 13 Jul 2021 22:15:34 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20Removido=20depend=C3=AAncias=20diretas?= =?UTF-8?q?=20de=20pacotes=20de=20terceiro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 43 +++++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index 66403d2..6230525 100644 --- a/package.json +++ b/package.json @@ -36,46 +36,45 @@ "path": "@commitlint/cz-commitlint" } }, - "dependencies": { + "dependencies": {}, + "devDependencies": { + "@commitlint/cli": "^12.1.4", + "@commitlint/config-angular": "^12.1.4", + "@commitlint/config-conventional": "^12.1.4", + "@commitlint/cz-commitlint": "^12.1.4", "@material-ui/core": "^4.11.3", "@material-ui/data-grid": "^4.0.0-alpha.24", "@material-ui/icons": "^4.11.2", "@material-ui/lab": "^4.0.0-alpha.58", + "@types/emoji-mart": "^3.0.5", + "@types/react-dom": "^17.0.9", + "@types/react-router-dom": "^5.1.8", + "@types/react-toastify": "^4.1.0", + "@types/react": "^17.0.14", + "@types/styled-components": "^5.1.11", "axios": "^0.21.1", + "commitizen": "^4.2.4", + "conventional-changelog-cli": "^2.1.1", + "cross-env": "^7.0.3", "emoji-mart": "^3.0.1", "emoji-regex": "^9.2.2", + "husky": "^7.0.1", + "license-check-and-add": "^4.0.2", "lucide-react": "^0.15.11", "mic-recorder-to-mp3": "^2.2.2", - "react": "^17.0.2", + "prop-types": "^15.7.2", "react-dom": "^17.0.2", "react-feather": "^2.0.9", "react-json-csv": "^2.0.0", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", "react-toastify": "^7.0.4", + "react": "^17.0.2", + "release-it": "^14.8.0", "serialize-javascript": "^6.0.0", "socket.io-client": "^4.0.0", "styled-components": "^5.2.1", - "sweetalert2": "^11.0.12" - }, - "devDependencies": { - "@commitlint/cli": "^12.1.4", - "@commitlint/config-angular": "^12.1.4", - "@commitlint/config-conventional": "^12.1.4", - "@commitlint/cz-commitlint": "^12.1.4", - "@types/emoji-mart": "^3.0.5", - "@types/react": "^17.0.14", - "@types/react-dom": "^17.0.9", - "@types/react-router-dom": "^5.1.8", - "@types/react-toastify": "^4.1.0", - "@types/styled-components": "^5.1.11", - "commitizen": "^4.2.4", - "conventional-changelog-cli": "^2.1.1", - "cross-env": "^7.0.3", - "husky": "^7.0.1", - "license-check-and-add": "^4.0.2", - "prop-types": "^15.7.2", - "release-it": "^14.8.0", + "sweetalert2": "^11.0.12", "typescript": "^4.3.5" } }