You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.2 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. {
  2. "name": "webui",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@jaames/iro": "^5.5.1",
  7. "@testing-library/jest-dom": "^5.11.4",
  8. "@testing-library/react": "^11.1.0",
  9. "@testing-library/user-event": "^12.1.10",
  10. "@types/jest": "^26.0.15",
  11. "@types/node": "^12.0.0",
  12. "@types/react": "^17.0.0",
  13. "@types/react-dom": "^17.0.0",
  14. "hookrouter": "^1.2.5",
  15. "kelvin-to-rgb": "^1.0.2",
  16. "node-sass": "4.14.1",
  17. "react": "^17.0.2",
  18. "react-dom": "^17.0.2",
  19. "react-scripts": "4.0.3",
  20. "react-semantic-ui-range": "^0.7.1",
  21. "typescript": "^4.1.2",
  22. "web-vitals": "^1.0.1"
  23. },
  24. "scripts": {
  25. "start": "react-scripts start",
  26. "build": "react-scripts build",
  27. "test": "react-scripts test",
  28. "eject": "react-scripts eject"
  29. },
  30. "eslintConfig": {
  31. "extends": [
  32. "react-app",
  33. "react-app/jest"
  34. ]
  35. },
  36. "browserslist": {
  37. "production": [
  38. ">0.2%",
  39. "not dead",
  40. "not op_mini all"
  41. ],
  42. "development": [
  43. "last 1 chrome version",
  44. "last 1 firefox version",
  45. "last 1 safari version"
  46. ]
  47. },
  48. "devDependencies": {
  49. "@types/hookrouter": "^2.2.5"
  50. }
  51. }