| 1 | { |
| 2 | "name": "owner-stacks", |
| 3 | "version": "0.1.0", |
| 4 | "private": true, |
| 5 | "dependencies": { |
| 6 | "react": "experimental", |
| 7 | "react-dom": "experimental", |
| 8 | "react-scripts": "5.0.1", |
| 9 | "web-vitals": "^2.1.0" |
| 10 | }, |
| 11 | "scripts": { |
| 12 | "prestart": "cp -a ../../build/oss-experimental/. node_modules && rm -rf node_modules/.cache;", |
| 13 | "start": "react-scripts start", |
| 14 | "build": "react-scripts build", |
| 15 | "test": "react-scripts test", |
| 16 | "eject": "react-scripts eject" |
| 17 | }, |
| 18 | "eslintConfig": { |
| 19 | "extends": [ |
| 20 | "react-app", |
| 21 | "react-app/jest" |
| 22 | ] |
| 23 | }, |
| 24 | "browserslist": { |
| 25 | "production": [ |
| 26 | ">0.2%", |
| 27 | "not dead", |
| 28 | "not op_mini all" |
| 29 | ], |
| 30 | "development": [ |
| 31 | "last 1 chrome version", |
| 32 | "last 1 firefox version", |
| 33 | "last 1 safari version" |
| 34 | ] |
| 35 | } |
| 36 | } |