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.

56 lines
1.4 KiB

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