{
  "name": "@pine-ds/core",
  "version": "3.26.4",
  "type": "module",
  "license": "MIT",
  "description": "Base components for Pine Design System",
  "author": "Kajabi Design System Services",
  "keywords": [
    "pine",
    "stencil",
    "framework",
    "web components",
    "design system"
  ],
  "main": "dist/index.cjs.js",
  "module": "components/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.mjs",
      "require": "./dist/index.cjs.js"
    },
    "./components/*": "./components/*",
    "./loader": {
      "types": "./loader/index.d.ts",
      "import": "./loader/index.js",
      "require": "./loader/index.cjs.js"
    }
  },
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/pine-core/pine-core.esm.js",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Kajabi/pine.git"
  },
  "bugs": {
    "url": "https://github.com/Kajabi/pine/issues"
  },
  "files": [
    "components/",
    "dist/",
    "hydrate/",
    "loader/"
  ],
  "scripts": {
    "build": "npm run build.stencil",
    "build.all": "run-s build.stencil build.storybook",
    "build.stencil": "stencil build --docs && mkdir -p dist/scripts && cp scripts/vscode-settings-patcher.cjs dist/scripts/",
    "postinstall": "node ./dist/scripts/vscode-settings-patcher.cjs || true",
    "build.storybook": "storybook build",
    "build.ts": "tsc -p scripts/tsconfig.json",
    "deploy": "npm run build.all",
    "generate": "stencil generate",
    "lint": "run-p lint.*",
    "lint.eslint": "eslint src",
    "lint.styles": "stylelint \"./src/**/*.*css\"",
    "prettier": "prettier \"./src/**/*.{html,ts,tsx,js,jsx}\"",
    "prestart": "npm run build",
    "start": "run-p start.*",
    "start.stencil": "stencil build --docs --dev --watch --serve --config=stencil.local.config.ts",
    "start.storybook": "storybook dev -p 6006",
    "test": "stencil test --spec --e2e --coverage",
    "test.watch": "stencil test --spec --e2e --watchAll --coverage"
  },
  "dependencies": {
    "@floating-ui/dom": "^1.7.0",
    "@kajabi-ui/styles": "*",
    "@pine-ds/icons": "*",
    "@stencil/core": "4.38.3",
    "@types/dompurify": "^3.0.5",
    "dompurify": "^3.2.6",
    "sortablejs": "^1.15.0",
    "tslib": "^2.6.2"
  },
  "devDependencies": {
    "@babel/core": "^7.19.3",
    "@babel/preset-env": "^7.22.10",
    "@chromatic-com/storybook": "^4.1.3",
    "@mdx-js/rollup": "^3.1.1",
    "@pine-ds/doc-components": "^3.26.4",
    "@stencil-community/eslint-plugin": "^0.8.0",
    "@stencil/react-output-target": "^0.5.3",
    "@stencil/sass": "^3.2.0",
    "@storybook/addon-a11y": "^10.1.10",
    "@storybook/addon-docs": "^10.1.10",
    "@storybook/addon-links": "^10.1.10",
    "@storybook/web-components": "^10.1.10",
    "@storybook/web-components-vite": "^10.1.10",
    "@types/jest": "^29.5.14",
    "@types/sortablejs": "^1.15.1",
    "axe-core": "^4.10.2",
    "@typescript-eslint/eslint-plugin": "6.6.0",
    "@typescript-eslint/parser": "6.6.0",
    "@vitejs/plugin-react": "^5.1.1",
    "babel-loader": "^8.2.5",
    "eslint": "^8.25.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-react": "^7.31.10",
    "eslint-plugin-storybook": "^10.1.10",
    "fs-extra": "^11.1.0",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "lit": "^2.8.0",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.4.18",
    "prettier": "^2.7.1",
    "puppeteer": "^24.4.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "storybook": "^10.1.10",
    "stylelint": "^14.13.0",
    "stylelint-config-prettier": "^9.0.3",
    "stylelint-config-recommended": "^9.0.0",
    "stylelint-config-sass-guidelines": "^9.0.1",
    "typescript": "^5.1.6",
    "vite": "^4.4.9",
    "webpack": "^5.74.0"
  },
  "nx": {
    "targets": {
      "start.stencil": {
        "dependsOn": [
          {
            "projects": "dependencies",
            "target": "build"
          }
        ]
      }
    }
  },
  "imports": {
    "#utils/*": "./src/utils/*"
  }
}
