{
  "name": "@getflip/swirl-components",
  "version": "0.479.0",
  "description": "Swirl Design System Web Component Library",
  "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/swirl-components/swirl-components.esm.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/getflip/swirl"
  },
  "engines": {
    "node": ">=14"
  },
  "files": [
    "dist/",
    "loader/",
    "vscode-data.json",
    "components.json",
    "icons.json",
    "symbols.json"
  ],
  "scripts": {
    "start": "yarn stencil:build && concurrently \"npm:*:start\"",
    "dev": "yarn start",
    "test": "yarn stencil:test",
    "test:coverage": "yarn stencil:test:coverage",
    "build": "yarn stencil:build && yarn storybook:build",
    "generate": "plop",
    "lint": "eslint src/**/*{.ts,.tsx}",
    "stencil:build": "stencil build",
    "stencil:start": "stencil build --watch",
    "stencil:test": "stencil test --spec",
    "stencil:test:watch": "stencil test --spec --watchAll",
    "stencil:test:coverage": "stencil test --spec --coverage --no-cache",
    "storybook:start": "DESIGN_TOKEN_GLOB=\"../../node_modules/@getflip/swirl-tokens/dist/css/styles.light.custom-properties.css\" storybook dev -p 6006",
    "storybook:build": "DESIGN_TOKEN_GLOB=\"../../node_modules/@getflip/swirl-tokens/dist/css/styles.light.custom-properties.css\" storybook build"
  },
  "dependencies": {
    "@floating-ui/dom": "1.7.4",
    "@getflip/swirl-icons": "0.84.0",
    "@getflip/swirl-tokens": "2.14.1",
    "@stencil/core": "4.43.1",
    "a11y-dialog": "7.5.2",
    "balance-text": "3.3.1",
    "body-scroll-lock": "4.0.0-beta.0",
    "classnames": "2.3.1",
    "color2k": "2.0.0",
    "date-fns": "2.29.3",
    "debounce-promise": "3.1.2",
    "file-saver": "2.0.5",
    "focus-trap": "7.5.4",
    "imask": "7.6.1",
    "papaparse": "5.3.2",
    "pdfjs-dist": "5.3.31",
    "shave": "5.0.2",
    "sortablejs": "1.15.6",
    "tabbable": "6.4.0",
    "vanilla-colorful": "0.7.2",
    "wc-datepicker": "0.9.3"
  },
  "devDependencies": {
    "@babel/core": "7.23.0",
    "@pxtrn/storybook-addon-docs-stencil": "8.0.0",
    "@stencil/angular-output-target": "1.1.0",
    "@stencil/eslint-plugin": "0.4.0",
    "@stencil/postcss": "2.1.0",
    "@stencil/react-output-target": "0.5.3",
    "@storybook/addon-a11y": "10.2.11",
    "@storybook/addon-docs": "10.2.11",
    "@storybook/addon-mdx-gfm": "8.6.12",
    "@storybook/addon-themes": "10.2.11",
    "@storybook/html-vite": "10.2.11",
    "@types/autoprefixer": "10.2.0",
    "@types/body-scroll-lock": "3.1.0",
    "@types/debounce-promise": "3.1.5",
    "@types/file-saver": "2.0.5",
    "@types/jest": "27.5.2",
    "@types/mdx": "2.0.2",
    "@types/node": "20.0.0",
    "@types/papaparse": "5.3.5",
    "@types/sortablejs": "1.15.0",
    "@typescript-eslint/parser": "5.33.1",
    "autoprefixer": "10.4.13",
    "babel-loader": "8.2.5",
    "chromatic": "6.24.1",
    "concurrently": "7.3.0",
    "eslint-plugin-react": "7.30.1",
    "handlebars-helpers": "0.10.0",
    "jest": "27.5.1",
    "jest-cli": "27.5.1",
    "plop": "3.1.1",
    "postcss-custom-media": "8.0.2",
    "postcss-nested": "5.0.6",
    "puppeteer": "20.9.0",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "remark-gfm": "3.0.1",
    "storybook": "10.2.11",
    "storybook-design-token": "5.0.0",
    "svgo": "2.8.0",
    "typescript": "5.9.3",
    "vite": "5.4.0"
  },
  "license": "SEE LICENSE IN LICENSE.md"
}
