Skip to content

Commit bc3a28d

Browse files
committed
add missing dependencies
1 parent fc59bda commit bc3a28d

2 files changed

Lines changed: 290 additions & 22 deletions

File tree

package.json

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"dependencies": {
66
"@amplitude/analytics-browser": "^1.5.5",
77
"@craco/craco": "^6.4.5",
8+
"@tanstack/react-query": "^4.13.0",
89
"@testing-library/jest-dom": "^5.11.4",
910
"@testing-library/react": "^11.1.0",
1011
"@testing-library/user-event": "^12.1.10",
@@ -31,6 +32,7 @@
3132
"react-tooltip": "^4.2.21",
3233
"styled-components": "2",
3334
"timeago.js": "^4.0.2",
35+
"type-fest": "^1.2.0",
3436
"web-vitals": "^0.2.4"
3537
},
3638
"proxy": "https://api.hackertab.dev/",
@@ -41,6 +43,12 @@
4143
"stores-build": "./script/stores_build.sh",
4244
"eject": "react-scripts eject"
4345
},
46+
"eslintConfig": {
47+
"extends": [
48+
"react-app",
49+
"react-app/jest"
50+
]
51+
},
4452
"browserslist": {
4553
"production": [
4654
">0.2%",
@@ -55,10 +63,23 @@
5563
},
5664
"devDependencies": {
5765
"@types/chrome": "^0.0.198",
58-
"@types/jest": "^29.1.2",
5966
"@types/node": "^18.11.0",
6067
"@types/react": "^18.0.21",
6168
"@types/react-dom": "^18.0.6",
62-
"typescript": "^4.8.4"
69+
"@types/jest": "^29.1.2",
70+
"prettier": "^2.7.1",
71+
"typescript": "^4.8.4",
72+
"@typescript-eslint/eslint-plugin": "^5.40.1",
73+
"@typescript-eslint/parser": "^5.40.1",
74+
"eslint-config-airbnb": "19.0.4",
75+
"eslint-config-airbnb-typescript": "^17.0.0",
76+
"eslint-config-prettier": "^8.5.0",
77+
"eslint-config-react-app": "^7.0.1",
78+
"eslint-plugin-import": "^2.25.3",
79+
"eslint-plugin-jest": "^27.1.3",
80+
"eslint-plugin-jsx-a11y": "^6.5.1",
81+
"eslint-plugin-prettier": "^4.2.1",
82+
"eslint-plugin-react": "^7.28.0",
83+
"eslint-plugin-react-hooks": "^4.3.0"
6384
}
6485
}

0 commit comments

Comments
 (0)