package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "opencost-ui",
  3. "description": "Open source UI for OpenCost",
  4. "version": "0.1.0",
  5. "license": "Apache-2.0",
  6. "scripts": {
  7. "build": "npx parcel build src/index.html",
  8. "serve": "npx parcel serve src/index.html --no-cache",
  9. "clean": "rm -rf dist/*",
  10. "test": "echo \"Error: no test specified\" && exit 1",
  11. "preinstall": "npx npm-force-resolutions"
  12. },
  13. "browserslist": [
  14. "defaults"
  15. ],
  16. "dependencies": {
  17. "@babel/runtime": "^7.23.9",
  18. "@date-io/core": "^1.3.13",
  19. "@date-io/date-fns": "^1.3.13",
  20. "@material-ui/core": "^4.11.3",
  21. "@material-ui/icons": "^4.11.2",
  22. "@material-ui/pickers": "^3.3.10",
  23. "@material-ui/styles": "^4.11.5",
  24. "axios": "^1.6.0",
  25. "date-fns": "^2.30.0",
  26. "html-to-react": "^1.7.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.23.9",
  38. "@babel/preset-react": "^7.12.13",
  39. "buffer": "^6.0.3",
  40. "parcel": "^2.11.0",
  41. "process": "^0.11.10",
  42. "set-value": "4.1.0"
  43. },
  44. "resolutions": {
  45. "set-value": "4.1.0"
  46. }
  47. }