|
1 | 1 | {
|
2 |
| -"name": "app-typescript", |
3 |
| -"version": "0.1.0", |
4 |
| -"private": true, |
5 |
| -"dependencies": { |
6 |
| -"@project/components-typescript": "1.0.0", |
7 |
| -"@react-workspaces/react-scripts": "^3.3.0-alpha-08", |
8 |
| -"@testing-library/jest-dom": "^4.2.4", |
9 |
| -"@testing-library/react": "^9.3.2", |
10 |
| -"@testing-library/user-event": "^7.1.2", |
11 |
| -"@types/jest": "^24.0.0", |
12 |
| -"@types/node": "^12.0.0", |
13 |
| -"@types/react": "^16.9.0", |
14 |
| -"@types/react-dom": "^16.9.0", |
15 |
| -"react": "^16.12.0", |
16 |
| -"react-dom": "^16.12.0", |
17 |
| -"typescript": "~3.7.2" |
18 |
| -}, |
19 |
| -"scripts": { |
20 |
| -"start": "react-scripts start", |
21 |
| -"build": "react-scripts build", |
22 |
| -"test": "react-scripts test", |
23 |
| -"eject": "react-scripts eject" |
24 |
| -}, |
25 |
| -"eslintConfig": { |
26 |
| -"extends": "react-app" |
27 |
| -}, |
28 |
| -"browserslist": { |
29 |
| -"production": [ |
30 |
| -">0.2%", |
31 |
| -"not dead", |
32 |
| -"not op_mini all" |
33 |
| -], |
34 |
| -"development": [ |
35 |
| -"last 1 chrome version", |
36 |
| -"last 1 firefox version", |
37 |
| -"last 1 safari version" |
38 |
| -] |
39 |
| -} |
| 2 | +"name": "app-typescript", |
| 3 | +"version": "0.1.0", |
| 4 | +"private": true, |
| 5 | +"dependencies": { |
| 6 | +"@project/components-typescript": "1.0.0", |
| 7 | +"@react-workspaces/react-scripts": "^3.3.0-alpha-08", |
| 8 | +"@testing-library/jest-dom": "^4.2.4", |
| 9 | +"@testing-library/react": "^9.3.2", |
| 10 | +"@testing-library/user-event": "^7.1.2", |
| 11 | +"@types/jest": "^24.0.0", |
| 12 | +"@types/node": "^12.0.0", |
| 13 | +"@types/react": "^16.9.0", |
| 14 | +"@types/react-dom": "^16.9.0", |
| 15 | +"react": "^16.12.0", |
| 16 | +"react-dom": "^16.12.0", |
| 17 | +"typescript": "~3.7.2" |
| 18 | +}, |
| 19 | +"scripts": { |
| 20 | +"start": "react-scripts start", |
| 21 | +"build": "react-scripts build", |
| 22 | +"test": "react-scripts test", |
| 23 | +"eject": "react-scripts eject", |
| 24 | +"lint": "eslint ./src/**/*.{ts,tsx} --max-warnings=0 --format=codeframe" |
| 25 | +}, |
| 26 | +"eslintConfig": { |
| 27 | +"extends": "react-app" |
| 28 | +}, |
| 29 | +"browserslist": { |
| 30 | +"production": [ |
| 31 | +">0.2%", |
| 32 | +"not dead", |
| 33 | +"not op_mini all" |
| 34 | +], |
| 35 | +"development": [ |
| 36 | +"last 1 chrome version", |
| 37 | +"last 1 firefox version", |
| 38 | +"last 1 safari version" |
| 39 | +] |
| 40 | +}, |
| 41 | +"jest": { |
| 42 | +"collectCoverageFrom": [ |
| 43 | +"src/**/*.{ts,tsx}", |
| 44 | +"!src/setupTests.{ts,tsx}", |
| 45 | +"!src/index.{ts,tsx}", |
| 46 | +"!src/serviceWorker.{ts,tsx}", |
| 47 | +"!src/**/*.(spec|test|stories).{ts,tsx}" |
| 48 | +], |
| 49 | +"coverageThreshold": { |
| 50 | +"global": { |
| 51 | +"statements": 98, |
| 52 | +"branches": 98, |
| 53 | +"functions": 98, |
| 54 | +"lines": 98 |
| 55 | +} |
| 56 | +} |
| 57 | +} |
40 | 58 | }
|
0 commit comments