{
  "name": "@ibiz/resource-calendar",
  "version": "0.0.1-alpha.6",
  "description": "iBz资源排布基础日历组件",
  "license": "MIT",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/ibiz-components/ibiz-components.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "dev": "stencil build --dev --watch --serve --no-open",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "lint.ts": "tslint --project .",
    "lint.ts.fix": "tslint --project . --fix",
    "pub": "npm publish --access public"
  },
  "dependencies": {
    "@stencil/core": "^2.5.1",
    "@stencil/store": "^1.4.1",
    "dayjs": "^1.10.4",
    "interactjs": "^1.10.8",
    "qx-util": "^0.0.5",
    "ramda": "^0.27.1"
  },
  "devDependencies": {
    "@rollup/plugin-eslint": "^8.0.1",
    "@stencil/sass": "^1.4.1",
    "@types/jest": "26.0.22",
    "@types/ramda": "^0.27.39",
    "@typescript-eslint/eslint-plugin": "^4.19.0",
    "@typescript-eslint/parser": "^4.19.0",
    "eslint": "^7.22.0",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-prettier": "^3.3.1",
    "jest": "26.6.3",
    "jest-cli": "26.6.3",
    "sass": "^1.32.8",
    "typescript": "4.2.3"
  }
}
