package.json 1.2 KB

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