package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "example-webserial-timeline",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.10.5",
  7. "@emotion/styled": "^11.10.5",
  8. "@fontsource/roboto": "^4.5.8",
  9. "@mui/material": "^5.10.16",
  10. "@testing-library/jest-dom": "^5.16.5",
  11. "@testing-library/react": "^13.4.0",
  12. "@testing-library/user-event": "^13.5.0",
  13. "@types/jest": "^27.5.2",
  14. "@types/node": "^16.18.4",
  15. "@types/react": "^18.0.25",
  16. "@types/react-dom": "^18.0.9",
  17. "lodash": "^4.17.21",
  18. "react": "^18.2.0",
  19. "react-dom": "^18.2.0",
  20. "react-scripts": "^5.0.1",
  21. "smartknobjs-proto": "^1.0.0",
  22. "smartknobjs-webserial": "^1.0.0",
  23. "typescript": "^4.9.3",
  24. "web-vitals": "^2.1.4"
  25. },
  26. "scripts": {
  27. "start": "PORT=3000 react-scripts start",
  28. "build": "react-scripts build",
  29. "test": "react-scripts test",
  30. "eject": "react-scripts eject"
  31. },
  32. "eslintConfig": {
  33. "extends": [
  34. "react-app",
  35. "react-app/jest"
  36. ]
  37. },
  38. "browserslist": {
  39. "production": [
  40. ">0.2%",
  41. "not dead",
  42. "not op_mini all"
  43. ],
  44. "development": [
  45. "last 1 chrome version",
  46. "last 1 firefox version",
  47. "last 1 safari version"
  48. ]
  49. },
  50. "proxy": "http://localhost:3001",
  51. "devDependencies": {
  52. "@types/lodash": "^4.14.191",
  53. "@types/w3c-web-serial": "^1.0.3"
  54. }
  55. }