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.

50 lines
1.2 KiB

  1. {
  2. "name": "clockify-visualizer",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@geist-ui/core": "^2.3.8",
  7. "@testing-library/jest-dom": "^5.17.0",
  8. "@testing-library/react": "^13.4.0",
  9. "@testing-library/user-event": "^13.5.0",
  10. "csvtojson": "^2.0.10",
  11. "highcharts": "^11.2.0",
  12. "highcharts-react-official": "^3.2.1",
  13. "react": "^18.2.0",
  14. "react-dom": "^18.2.0",
  15. "react-scripts": "5.0.1",
  16. "web-vitals": "^2.1.4"
  17. },
  18. "scripts": {
  19. "start": "set PORT=9003 && react-scripts start",
  20. "build": "react-scripts build",
  21. "test": "react-scripts test",
  22. "eject": "react-scripts eject",
  23. "lint": "eslint .",
  24. "lint:fix": "eslint --fix .",
  25. "format": "prettier --write \"**/*.+(js|jsx|json|css|md)\""
  26. },
  27. "eslintConfig": {
  28. "extends": [
  29. "react-app",
  30. "react-app/jest"
  31. ]
  32. },
  33. "browserslist": {
  34. "production": [
  35. ">0.2%",
  36. "not dead",
  37. "not op_mini all"
  38. ],
  39. "development": [
  40. "last 1 chrome version",
  41. "last 1 firefox version",
  42. "last 1 safari version"
  43. ]
  44. },
  45. "devDependencies": {
  46. "eslint-config-prettier": "^9.1.0",
  47. "eslint-plugin-prettier": "^5.1.3",
  48. "prettier": "^3.2.4"
  49. }
  50. }