{
  "name": "spark-ui-base",
  "version": "0.0.1-a10",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "pack": "npm pack",
    "build": "rm -rf ./dist && tsc",
    "login": "npm login",
    "npm_publish": "npm build & npm publish"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/react": "^17.0.37",
    "@types/react-dom": "^17.0.11",
    "react": "^17.0.2",
    "typescript": "^4.5.4",

    "@mui/icons-material": "^5.0.0",
    "@mui/lab": "^5.0.0-alpha.47",
    "@mui/material": "^5.0.0",
    "dayjs": "^1.10.7"
  }
}
