-
Notifications
You must be signed in to change notification settings - Fork 22
/
template.json
36 lines (36 loc) · 1.14 KB
/
template.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"package": {
"dependencies": {
"@testing-library/react": "14.0.0",
"@types/node": "14.0.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/react-redux": "7.1.25",
"@types/react-router-dom": "5.3.3",
"@types/redux-mock-store": "1.0.1",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.9.1",
"eslint": "8.6.0",
"eslint-config-airbnb-typescript": "16.1.0",
"eslint-config-prettier": "8.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.0.0",
"react-redux": "8.0.5",
"react-router-dom": "6.11.1",
"redux": "4.2.1",
"redux-devtools-extension": "2.13.8",
"redux-mock-store": "1.5.4",
"typescript": "~4.5.0",
"@testing-library/jest-dom": "5.16.5",
"@babel/runtime": "7.21.5"
},
"scripts": {
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"fix": "eslint src --ext .js,.jsx,.ts,.tsx --fix"
}
}
}