{
  "name": "@appboxo/miniapp-ui-core",
  "version": "2.0.1",
  "publishConfig": {
    "access": "public"
  },
  "description": "Stencil Component Library",
  "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",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "build.watch": "stencil build --watch --docs",
    "build.serve": "stencil build --dev --watch --serve",
    "build.storybook": "yarn build && build-storybook",
    "start": "npm-run-all --parallel build.watch storybook",
    "generate": "stencil generate",
    "storybook": "start-storybook -p 6006 --ci"
  },
  "devDependencies": {
    "@babel/core": "^7.13.16",
    "@stencil/angular-output-target": "^0.0.6",
    "@stencil/core": "^2.12.0",
    "@stencil/postcss": "^2.0.0",
    "@stencil/react-output-target": "^0.2.0",
    "@stencil/sass": "^1.4.1",
    "@storybook/addon-actions": "^6.2.9",
    "@storybook/addon-essentials": "^6.2.9",
    "@storybook/addon-knobs": "^6.2.9",
    "@storybook/addon-links": "^6.2.9",
    "@storybook/core": "^6.2.9",
    "@storybook/core-events": "^6.2.9",
    "@storybook/html": "^6.2.9",
    "@storybook/web-components": "^6.2.9",
    "autoprefixer": "^10.2.5",
    "babel-loader": "^8.2.2",
    "lit-element": "^2.5.0",
    "npm-run-all": "^4.1.5"
  },
  "gitHead": "4b03b1f55843b2831f32e3f620ceadc36a5f2eac"
}
