{
  "name": "@pie-element/calculator",
  "repository": "pie-framework/pie-elements",
  "version": "9.0.0",
  "description": "A catalog tool",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "postpublish": "../../scripts/postpublish"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Harry",
  "license": "ISC",
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/style": "^0.8.0",
    "@mui/icons-material": "^7.3.4",
    "@mui/material": "^7.3.4",
    "classnames": "^2.2.5",
    "prop-types": "^15.6.1",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "react-draggable": "^3.3.0"
  },
  "gitHead": "ae83eee44da92ef9c135dbeeb94a889d0b14cdff",
  "main": "lib/index.js",
  "module": "src/index.js"
}
