{
  "name": "chekty",
  "version": "0.1.52",
  "description": "This is CHeKT design system",
  "homepage": "https://github.com/ppappukim/chekty",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ppappukim/chekty.git"
  },
  "bugs": {
    "url": "https://github.com/ppappukim/chekty/issues"
  },
  "license": "MIT",
  "author": {
    "name": "ppappukim",
    "email": "rlaqjqqh2@gmail.com"
  },
  "keywords": [],
  "main": "dist/index.cjs.js",
  "module": "dist/index.mjs",
  "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/chekty/chekty.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build && mkdir -p ./vue-playground/dist && cp -R dist/* ./vue-playground/dist && mkdir -p ./vue-playground/loader && cp -R loader/* ./vue-playground/loader",
    "start": "stencil build --dev --watch --serve",
    "watch": "stencil build -- --watch",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "lint": "tslint -p tsconfig.json -c tslint.json",
    "prepublish": "npm run build",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "chromatic": "npx chromatic --project-token=chpt_a3973cfe351c6d2"
  },
  "devDependencies": {
    "@babel/core": "^7.23.0",
    "@babel/plugin-syntax-import-meta": "^7.10.4",
    "@babel/preset-env": "^7.22.5",
    "@babel/preset-typescript": "^7.23.0",
    "@open-wc/webpack-import-meta-loader": "^0.4.7",
    "@stencil/core": "^4.6.0",
    "@stencil/sass": "^1.0.1",
    "@storybook/addon-essentials": "^7.5.1",
    "@storybook/addon-interactions": "^7.5.1",
    "@storybook/addon-links": "^7.5.1",
    "@storybook/addon-onboarding": "^1.0.8",
    "@storybook/addon-styling": "^1.3.7",
    "@storybook/addon-styling-webpack": "^0.0.6",
    "@storybook/blocks": "^7.5.1",
    "@storybook/html": "^7.5.1",
    "@storybook/html-webpack5": "^7.5.1",
    "@storybook/manager-api": "^7.6.11",
    "@storybook/preset-scss": "^1.0.3",
    "@storybook/react": "^7.5.1",
    "@storybook/react-webpack5": "^7.5.1",
    "@storybook/testing-library": "^0.2.2",
    "@storybook/theming": "^7.6.11",
    "chromatic": "^10.2.0",
    "copy-webpack-plugin": "^12.0.2",
    "css-loader": "^5.2.6",
    "prop-types": "^15.8.1",
    "puppeteer": "^21.4.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "sass": "^1.69.7",
    "sass-loader": "^10.1.1",
    "storybook": "^7.5.1",
    "storybook-dark-mode": "^3.0.3",
    "style-loader": "^2.0.0",
    "webpack-merge": "^5.10.0"
  },
  "dependencies": {
    "@primer/css": "^21.1.1",
    "@types/jest": "^24.0.17",
    "@types/webpack": "^5.28.5",
    "@vue/compiler-sfc": "^3.3.6",
    "babel-loader": "^9.1.2",
    "lit-html": "^2.8.0",
    "tslint": "^5.19.0",
    "tslint-stencil": "^1.0.1",
    "webpack": "^5.89.0"
  }
}
