|
2 | 2 | "name": "bntp",
|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "private": true,
|
| 5 | + "scripts": { |
| 6 | + "start": "node scripts/start.js", |
| 7 | + "build": "react-scripts build", |
| 8 | + "test": "react-scripts test", |
| 9 | + "format": "prettier --write src scripts", |
| 10 | + "format-check": "prettier --check src scripts", |
| 11 | + "lint": "eslint src", |
| 12 | + "package": "node scripts/package.js", |
| 13 | + "eject": "react-scripts eject" |
| 14 | + }, |
5 | 15 | "dependencies": {
|
6 | 16 | "@testing-library/jest-dom": "5.16.5",
|
7 | 17 | "@testing-library/react": "14.0.0",
|
|
16 | 26 | "typescript": "5.0.4",
|
17 | 27 | "web-vitals": "3.3.1"
|
18 | 28 | },
|
19 |
| - "scripts": { |
20 |
| - "start": "node scripts/start.js", |
21 |
| - "build": "react-scripts build", |
22 |
| - "test": "react-scripts test", |
23 |
| - "format": "prettier --write src scripts", |
24 |
| - "format-check": "prettier --check src scripts", |
25 |
| - "lint": "eslint src", |
26 |
| - "package": "node scripts/package.js", |
27 |
| - "eject": "react-scripts eject" |
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 | 29 | "devDependencies": {
|
42 | 30 | "@tsconfig/create-react-app": "1.0.3",
|
43 | 31 | "@tsconfig/cypress": "1.0.1",
|
|
46 | 34 | "cypress": "12.11.0",
|
47 | 35 | "jest-chrome": "0.8.0",
|
48 | 36 | "prettier": "2.8.8"
|
49 |
| - } |
| 37 | + }, |
| 38 | + "browserslist": [ |
| 39 | + "last 2 chrome version" |
| 40 | + ] |
50 | 41 | }
|
0 commit comments