{
  "name": "jackery-ui",
  "version": "0.2.27",
  "description": "Jackery UI Component",
  "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/jackery-ui/jackery-ui.esm.js",
  "repository": {
    "type": "git"
  },
  "files": [
    "dist/",
    "loader/",
    "hydrate/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate"
  },
  "dependencies": {
    "@stencil/core": "^4.0.0",
    "async-validator": "^4.2.5",
    "body-scroll-lock": "^4.0.0-beta.0",
    "classnames": "^2.3.2",
    "lodash-es": "^4.17.21"
  },
  "devDependencies": {
    "@stencil/sass": "^3.0.5",
    "@types/jest": "^27.5.2",
    "@types/node": "^16.18.11",
    "jest": "^27.5.1",
    "jest-cli": "^27.5.1",
    "puppeteer": "^20.7.3",
    "sass": "^1.26.10"
  },
  "license": "MIT"
}
