Skip to content

Commit

Permalink
feat: add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Mar 25, 2022
1 parent b610c09 commit 7812e23
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@supabase/supabase-js": "^1.31.2",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"avvvatars-react": "^0.4.2",
"axios": "^0.26.0",
"classnames": "^2.3.1",
"formik": "^2.2.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^12.0.4",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"react-router-dom": "^6.2.1",
Expand Down Expand Up @@ -47,5 +50,27 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@types/react": "^17.0.42",
"@types/react-dom": "^17.0.14",
"@types/react-dropzone": "^5.1.0",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import-helpers": "^1.2.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"prettier": "^2.6.0",
"prettier-eslint": "^13.0.0",
"prettier-eslint-cli": "^5.0.1"
}
}

0 comments on commit 7812e23

Please sign in to comment.