{
  "name": "@go-ui/core",
  "version": "1.37.6",
  "description": "A design system for everyone.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.mjs",
  "es2015": "dist/esm/index.js",
  "es2017": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/go-ui/go-ui.esm.js",
  "files": [
    "dist/",
    "src/global/"
  ],
  "homepage": "https://go-ui.com/",
  "scripts": {
    "clean": "rm -rf dist",
    "build": "pnpm run clean && stencil build",
    "build.component-docs": "stencil build --docs-readme --docs-json",
    "start": "pnpm run clean && stencil build --dev --watch --serve",
    "watch.components": "stencil build --docs-json --watch",
    "test.spec": "stencil test --spec",
    "test.spec.watch": "stencil test --spec --watchAll",
    "test.e2e": "stencil test --e2e",
    "test.e2e.watch": "stencil test --e2e --watchAll",
    "test.e2e.screenshot": "stencil test --e2e --screenshot",
    "stylelint": "stylelint src/**/*.{css,scss}",
    "release": "release-it --ci"
  },
  "dependencies": {
    "@duetds/date-picker": "^1.4.0",
    "@floating-ui/dom": "^1.1.0",
    "body-scroll-lock": "4.0.0-beta.0",
    "dayjs": "^1.11.9",
    "dompurify": "^2.4.3",
    "json5": "^2.2.3",
    "lodash-es": "^4.17.21",
    "markdown-it": "^13.0.1",
    "markdown-it-container": "^3.0.0",
    "markdown-it-for-inline": "^0.1.1",
    "open-props": "^1.5.3"
  },
  "devDependencies": {
    "@axe-core/puppeteer": "^4.5.2",
    "@commitlint/cli": "^13.2.1",
    "@commitlint/config-conventional": "^13.2.0",
    "@release-it/conventional-changelog": "^5.1.1",
    "@stencil-community/postcss": "^2.2.0",
    "@stencil/core": "^4.13.0",
    "@stencil/react-output-target": "^0.5.3",
    "@stencil/sass": "^3.0.4",
    "@stencil/vue-output-target": "^0.8.6",
    "@types/jest": "^29.5.12",
    "@types/markdown-it": "^12.2.3",
    "@types/node": "^20.11.19",
    "autoprefixer": "^10.4.13",
    "axe-core": "^4.6.2",
    "chalk": "^4.1.2",
    "chokidar": "^3.5.3",
    "concurrently": "^6.5.1",
    "cssnano": "^5.1.14",
    "esm": "^3.2.25",
    "jest": "^29.7.0",
    "jest-circus": "^29.7.0",
    "jest-cli": "^29.7.0",
    "lodash": "^4.17.21",
    "lodash.camelcase": "^4.3.0",
    "minimist": "^1.2.7",
    "postcss": "^8.4.21",
    "postcss-pxtorem": "^6.0.0",
    "prompts": "^2.4.2",
    "puppeteer": "~10.0.0",
    "release-it": "^15.11.0",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "stylelint": "^14.16.1",
    "stylelint-a11y": "^1.2.3",
    "stylelint-config-prettier": "^8.0.2",
    "stylelint-config-standard-scss": "^2.0.1",
    "stylelint-no-unsupported-browser-features": "^5.0.4",
    "yargs": "^17.6.2"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/getgoui/go-ui"
  },
  "publishConfig": {
    "access": "public"
  }
}
