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

  1. {
  2. "name": "master-thesis-data-analysis",
  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. "cors": "^2.8.5",
  11. "express": "^4.19.2",
  12. "geist": "^1.3.1",
  13. "geist-ui": "^0.0.102",
  14. "highcharts": "^11.4.6",
  15. "highcharts-more": "^0.1.7",
  16. "highcharts-react-official": "^3.2.1",
  17. "mathjs": "^13.0.2",
  18. "react": "^18.3.1",
  19. "react-dom": "^18.3.1",
  20. "react-jsx-highcharts": "^5.0.1",
  21. "react-scripts": "5.0.1",
  22. "react-tabs": "^6.0.2",
  23. "simple-statistics": "^7.8.3",
  24. "sqlite3": "^5.1.7",
  25. "web-vitals": "^2.1.4"
  26. },
  27. "scripts": {
  28. "start": "react-scripts start",
  29. "build": "react-scripts build",
  30. "test": "react-scripts test",
  31. "eject": "react-scripts eject"
  32. },
  33. "eslintConfig": {
  34. "extends": [
  35. "react-app",
  36. "react-app/jest"
  37. ]
  38. },
  39. "browserslist": {
  40. "production": [
  41. ">0.2%",
  42. "not dead",
  43. "not op_mini all"
  44. ],
  45. "development": [
  46. "last 1 chrome version",
  47. "last 1 firefox version",
  48. "last 1 safari version"
  49. ]
  50. }
  51. }