-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.json
31 lines (31 loc) · 959 Bytes
/
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
{
"package": {
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^5.1.3",
"@types/styled-components": "^4.4.3",
"@types/styled-system": "^5.1.6",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"husky": "^4.2.1",
"prettier": "^1.19.1",
"react-router-dom": "^5.1.2",
"styled-components": "^5.0.1",
"styled-system": "^5.1.4",
"typescript": "~3.7.2"
},
"scripts": {
"lint": "eslint --fix './src/**/*.{ts,tsx}'"
}
}
}