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.

55 lines
1.3 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": "concurrently \"npm run server\" \"react-scripts start\"",
  29. "server": "node ./src/server/server.js",
  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. "concurrently": "^8.2.2"
  54. }
  55. }