package.json 1005 B

12345678910111213141516171819202122232425262728293031323334353637
  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. },
  8. "author": "",
  9. "license": "Apache-2.0",
  10. "browserslist": [
  11. "defaults"
  12. ],
  13. "dependencies": {
  14. "@babel/runtime": "^7.13.10",
  15. "@date-io/core": "^1.3.13",
  16. "@date-io/date-fns": "^1.3.13",
  17. "@material-ui/core": "^4.11.3",
  18. "@material-ui/icons": "^4.11.2",
  19. "@material-ui/pickers": "^3.3.10",
  20. "@material-ui/styles": "^4.11.3",
  21. "axios": "^0.21.1",
  22. "date-fns": "^2.19.0",
  23. "material-design-icons-iconfont": "^6.1.0",
  24. "prop-types": "^15.7.2",
  25. "react": "^17.0.1",
  26. "react-dom": "^17.0.1",
  27. "react-router-dom": "^5.2.0",
  28. "recharts": "^2.0.8"
  29. },
  30. "devDependencies": {
  31. "@babel/core": "^7.13.10",
  32. "@babel/plugin-proposal-class-properties": "^7.13.0",
  33. "@babel/plugin-transform-runtime": "^7.13.10",
  34. "@babel/preset-react": "^7.12.13",
  35. "parcel": "*"
  36. }
  37. }