-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.json
30 lines (30 loc) · 890 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
{
"package": {
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/jest": "^26.0.15",
"typescript": "4.1.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"lint": "eslint '*/**/*.{js,ts,tsx}'",
"fix:lint": "eslint '*/**/*.{js,ts,tsx}' --fix --quiet",
"tsc": "tsc --noEmit",
"prepare": "husky install"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"husky": "6.0.0",
"prettier": "2.3.1"
}
}
}