This repository has been archived by the owner on Jun 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
template.json
49 lines (49 loc) · 1.55 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"dependencies": {
"@craco/craco": "^6.1.1",
"@emotion/babel-preset-css-prop": "^10.0.27",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@reduxjs/toolkit": "1.4.0",
"@testing-library/dom": "^7.21.1",
"@testing-library/jest-dom": "^5.11.1",
"@testing-library/react": "^10.4.7",
"@testing-library/user-event": "^12.0.11",
"@types/jest": "^26.0.5",
"@types/node": "^14.0.23",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@types/redux-mock-store": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"axios": "^0.19.2",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"mutationobserver-shim": "^0.3.7",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-scripts": "^4.0.2",
"redux": "^4.0.5",
"redux-mock-store": "^1.5.4",
"typescript": "~3.9.7"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"test:coverage": "yarn test --watchAll false --coverage",
"lint": "tsc --noEmit && eslint '*/**/*.{ts,tsx}'",
"lint:fix": "yarn lint --quiet --fix"
},
"jest": {
"coveragePathIgnorePatterns": [
"./src/index.tsx",
"./src/serviceWorker.ts"
]
}
}