forked from alexandr-g/cra-template-typescript-redux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.json
37 lines (37 loc) · 1.16 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
37
{
"package": {
"dependencies": {
"@types/enzyme": "3.10.4",
"@types/jest": "27.0.0",
"@types/node": "14.0.0",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/react-redux": "7.1.7",
"@types/react-router-dom": "5.1.3",
"@types/redux-mock-store": "^1.0.1",
"@typescript-eslint/eslint-plugin": "5.0.0",
"@typescript-eslint/parser": "5.9.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.0",
"enzyme": "3.11.0",
"eslint": "8.6.0",
"eslint-config-airbnb-typescript": "16.1.0",
"eslint-config-prettier": "8.0.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.0.8",
"prettier": "2.0.0",
"react-redux": "7.1.3",
"react-router-dom": "5.1.2",
"redux": "4.0.5",
"redux-devtools-extension": "2.13.8",
"redux-mock-store": "1.5.4",
"typescript": "~4.5.0"
},
"scripts": {
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"fix": "eslint src --ext .js,.jsx,.ts,.tsx --fix"
}
}
}