Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaz-Strusnik committed Aug 21, 2023
1 parent af17f2d commit a8b2552
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions {{cookiecutter.project_slug}}/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"typescript": "^4.0.2",
"@testing-library/jest-dom": "^5.11.1",
"@testing-library/react": "^11.0.4",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"@testing-library/user-event": "^12.0.11",
"@types/jest": "^26.0.3",
"@types/node": "^14.0.1",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/react-router-dom": "^5.1.3",
"@types/jwt-decode": "^2.2.1",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^4.6.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"prettier": "^2.0.5",
"react-test-renderer": "^16.13.1",
"ra-data-json-server": "^3.5.2",
"ra-data-simple-rest": "^3.3.2",
"react": "^16.13.1",
Expand Down Expand Up @@ -37,26 +58,6 @@
]
},
"devDependencies": {
"typescript": "^4.0.2",
"@testing-library/jest-dom": "^5.11.1",
"@testing-library/react": "^11.0.4",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"@testing-library/user-event": "^12.0.11",
"@types/jest": "^26.0.3",
"@types/node": "^14.0.1",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/react-router-dom": "^5.1.3",
"@types/jwt-decode": "^2.2.1",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^4.6.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"prettier": "^2.0.5",
"react-test-renderer": "^16.13.1"

}
}

0 comments on commit a8b2552

Please sign in to comment.