package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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.13.10",
  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. "material-design-icons-iconfont": "^6.1.0",
  27. "prop-types": "^15.7.2",
  28. "react": "^17.0.1",
  29. "react-dom": "^17.0.1",
  30. "react-router-dom": "^5.2.0",
  31. "recharts": "^2.2.0"
  32. },
  33. "devDependencies": {
  34. "@babel/core": "^7.13.10",
  35. "@babel/plugin-proposal-class-properties": "^7.13.0",
  36. "@babel/plugin-transform-runtime": "^7.13.10",
  37. "@babel/preset-react": "^7.12.13",
  38. "buffer": "^6.0.3",
  39. "parcel": "^2.2.1",
  40. "process": "^0.11.10",
  41. "set-value": "4.0.1"
  42. },
  43. "resolutions": {
  44. "set-value": "4.0.1"
  45. }
  46. }