Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
fix: Removido dependências diretas de pacotes de terceiro
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Jul 14, 2021
1 parent fd418ad commit 5b4b62e
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 5b4b62e

Please sign in to comment.