package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "kubecost-ui-open",
  3. "version": "0.0.1",
  4. "description": "Open source UI for Kubecost",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1",
  7. "preinstall": "npx npm-force-resolutions"
  8. },
  9. "author": "",
  10. "license": "Apache-2.0",
  11. "browserslist": [
  12. "defaults"
  13. ],
  14. "dependencies": {
  15. "@babel/runtime": "^7.13.10",
  16. "@date-io/core": "^1.3.13",
  17. "@date-io/date-fns": "^1.3.13",
  18. "@material-ui/core": "^4.11.3",
  19. "@material-ui/icons": "^4.11.2",
  20. "@material-ui/pickers": "^3.3.10",
  21. "@material-ui/styles": "^4.11.3",
  22. "axios": "^0.21.2",
  23. "date-fns": "^2.19.0",
  24. "material-design-icons-iconfont": "^6.1.0",
  25. "prop-types": "^15.7.2",
  26. "react": "^17.0.1",
  27. "react-dom": "^17.0.1",
  28. "react-router-dom": "^5.2.0",
  29. "recharts": "^2.0.8"
  30. },
  31. "devDependencies": {
  32. "@babel/core": "^7.13.10",
  33. "@babel/plugin-proposal-class-properties": "^7.13.0",
  34. "@babel/plugin-transform-runtime": "^7.13.10",
  35. "@babel/preset-react": "^7.12.13",
  36. "parcel": "^2.2.1",
  37. "set-value": "4.0.1"
  38. },
  39. "resolutions": {
  40. "set-value": "4.0.1"
  41. }
  42. }