Update usbhotplug.cpp
[mfgtools.git] / webusb / package.json
blobf5aab6673a95b3b2507474b6ca50a9db236e0c2a
2   "name": "client",
3   "version": "0.1.0",
4   "private": true,
5   "dependencies": {
6     "@testing-library/jest-dom": "^5.16.5",
7     "@testing-library/react": "^13.4.0",
8     "@testing-library/user-event": "^13.5.0",
9     "eslint": "^8.48.0",
10     "react": "^18.2.0",
11     "react-dom": "^18.2.0",
12     "react-scripts": "^5.0.1",
13     "web-vitals": "^2.1.4",
14     "@types/w3c-web-serial": "^1.0.3",
15     "web-serial-polyfill": "^1.0.14",
16     "xterm": "^5.2.1",
17     "xterm-addon-fit": "^0.7.0",
18     "xterm-addon-web-links": "^0.8.0"
19   },
20   "scripts": {
21     "start": "react-scripts start",
22     "build": "react-scripts build",
23     "test": "react-scripts test",
24     "eject": "react-scripts eject"
25   },
26   "browserslist": {
27     "production": [
28       ">0.2%",
29       "not dead",
30       "not op_mini all"
31     ],
32     "development": [
33       "last 1 chrome version",
34       "last 1 firefox version",
35       "last 1 safari version"
36     ]
37   },
38   "homepage": "/webuuu/"