React app
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 line
1.3 KiB

  1. {
  2. "name": "anamnesis",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@capacitor/android": "^3.2.4",
  7. "@capacitor/cli": "^3.2.4",
  8. "@capacitor/core": "^3.2.4",
  9. "@testing-library/jest-dom": "^5.14.1",
  10. "@testing-library/react": "^11.2.7",
  11. "@testing-library/user-event": "^12.8.3",
  12. "@types/jest": "^26.0.23",
  13. "@types/node": "^12.20.15",
  14. "@types/react": "^17.0.13",
  15. "@types/react-dom": "^17.0.8",
  16. "moment": "^2.29.1",
  17. "node-sass": "^6.0.1",
  18. "query-string": "^7.0.1",
  19. "react": "^17.0.2",
  20. "react-circular-progressbar": "^2.0.4",
  21. "react-dom": "^17.0.2",
  22. "react-router-dom": "^5.2.0",
  23. "react-scripts": "4.0.3",
  24. "typescript": "^4.3.5",
  25. "web-vitals": "^1.1.2"
  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. "devDependencies": {
  52. "@types/react-router-dom": "^5.1.8"
  53. }
  54. }