diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..d28f3c5 --- /dev/null +++ b/package.json | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | { | ||
| 2 | "name": "wifi-qr-code", | ||
| 3 | "version": "0.1.0", | ||
| 4 | "private": true, | ||
| 5 | "dependencies": { | ||
| 6 | "@testing-library/jest-dom": "^4.2.4", | ||
| 7 | "@testing-library/react": "^9.3.2", | ||
| 8 | "@testing-library/user-event": "^7.1.2", | ||
| 9 | "react": "^16.13.1", | ||
| 10 | "react-dom": "^16.13.1", | ||
| 11 | "react-scripts": "3.4.1" | ||
| 12 | }, | ||
| 13 | "scripts": { | ||
| 14 | "start": "react-scripts start", | ||
| 15 | "build": "react-scripts build", | ||
| 16 | "test": "react-scripts test", | ||
| 17 | "eject": "react-scripts eject" | ||
| 18 | }, | ||
| 19 | "eslintConfig": { | ||
| 20 | "extends": "react-app" | ||
| 21 | }, | ||
| 22 | "browserslist": { | ||
| 23 | "production": [ | ||
| 24 | ">0.2%", | ||
| 25 | "not dead", | ||
| 26 | "not op_mini all" | ||
| 27 | ], | ||
| 28 | "development": [ | ||
| 29 | "last 1 chrome version", | ||
| 30 | "last 1 firefox version", | ||
| 31 | "last 1 safari version" | ||
| 32 | ] | ||
| 33 | } | ||
| 34 | } | ||
