{
  "name": "@maltjoy/core",
  "version": "5.12.0",
  "description": "Design system library by @malt",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.js",
  "es2017": "dist/esm/index.js",
  "jsnext:main": "dist/esm/index.js",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "files": [
    "dist/",
    "src/components-triggers/"
  ],
  "dependencies": {
    "@floating-ui/dom": "0.5.3",
    "@maltjoy/icons": "5.12.0",
    "@maltjoy/layout": "5.12.0",
    "@maltjoy/themes": "5.12.0",
    "@stencil/core": "4.1.0",
    "case": "1.6.3",
    "nanoid": "4.0.2"
  },
  "devDependencies": {
    "@babel/core": "7.19.3",
    "@babel/preset-env": "7.21.4",
    "@mdx-js/react": "1.6.22",
    "@stencil-community/eslint-plugin": "0.4.2",
    "@stencil/sass": "3.0.5",
    "@types/jest": "26.0.21",
    "@types/jest-image-snapshot": "5.1.0",
    "@types/node": "20.14.2",
    "@types/puppeteer": "5.4.5",
    "@typescript-eslint/eslint-plugin": "4.33.0",
    "@typescript-eslint/parser": "4.33.0",
    "babel-loader": "8.2.5",
    "concurrently": "7.2.2",
    "css-loader": "6.7.1",
    "eslint": "7.22.0",
    "eslint-plugin-jest": "24.3.2",
    "eslint-plugin-prettier": "3.3.1",
    "eslint-plugin-react": "7.22.0",
    "file-loader": "6.2.0",
    "fs-extra": "11.1.0",
    "jest": "27.5.1",
    "jest-cli": "27.5.1",
    "jssha": "3.2.0",
    "prettier": "2.8.3",
    "pretty": "2.0.0",
    "puppeteer": "16.2.0",
    "sass": "1.77.8",
    "sass-loader": "13.0.2",
    "style-loader": "3.3.1",
    "tslib": "2.4.1",
    "typescript": "4.4.4"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.com:maltcommunity/apps/design-system.git"
  },
  "keywords": [
    "design-system",
    "stencil",
    "typescript"
  ],
  "author": "kevin@malt.com",
  "license": "MIT",
  "scripts": {
    "copy:icons": "node src/tasks/copy-icons-for-storybook.js",
    "clean": "node src/tasks/clean.mjs",
    "build:lib": "stencil build --prod --docs",
    "start": "stencil build --watch --serve --config=stencil.dev.config.ts",
    "build": "pnpm clean && pnpm lint && pnpm test && pnpm build:lib && pnpm generate:manifest-and-integrity",
    "generate": "stencil generate",
    "generate:manifest-and-integrity": "node src/tasks/manifest-and-integrity.mjs",
    "lint": "eslint src/**/*{.js,.ts,.tsx}",
    "lint:fix": "eslint src/**/*{.js,.ts,.tsx} --fix .",
    "lint:staged": "eslint --fix",
    "format": "prettier --write \"**/*.{js,ts,tsx}\"",
    "format:staged": "prettier --write",
    "test": "pnpm test:spec && pnpm test:e2e",
    "test:spec": "stencil test --spec --passWithNoTests",
    "test:e2e": "stencil test --e2e --max-workers=1 --config=stencil.test.config.ts",
    "test:watch": "stencil test --spec --e2e --watchAll"
  }
}