{
  "name": "cr-mnn-datatable",
  "keywords": [
    "web-components",
    "stenciljs",
    "ui-kit",
    "typescript",
    "components"
  ],
  "author": "Arvind",
  "version": "1.0.0",
  "description": "Crayons Datatable for Developer Platform",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/crayons-datatable/crayons-datatable.js",
  "files": [
    "dist/",
    "loader/",
    "www/",
    "react/"
  ],
  "scripts": {
    "build:components": "stencil build --docs",
    "build": "npm run add:react && npm run build:components && npm run build:react",
    "code-sanity": "npm run lint",
    "commit": "git-cz",
    "dev": "npm run start",
    "generate": "plop",
    "local": "stencil build --dev --watch",
    "prestart": "kill-port 3334",
    "semantic-release": "semantic-release",
    "start": "stencil build --dev --watch --serve --port=3334",
    "test:watch": "stencil test --spec --e2e --watchAll",
    "test": "stencil test --spec --e2e",
    "clean:react": "rimraf react",
    "add:react": "npm run clean:react && npx mkdirp react",
    "tscdisable": "node fileutil",
    "build:react": "npm run tscdisable && tsc --project tsconfig-react.json --module es6 --outDir react",
    "a11y": "run-p start a11y:run",
    "a11y:install": "npm i -g @axe-core/cli",
    "a11y:run": "wait-on http://localhost:3334/ && npm run a11y:install && axe http://localhost:3334 --show-errors --exit --tags wcag2aa",
    "storybook": "run-p local storybook:start",
    "storybook:start": "wait-on -d 30000 loader/index.js && start-storybook -p 9002 -c .storybook"
  },
  "devDependencies": {
    "@babel/core": "^7.13.16",
    "@stencil/react-output-target": "^0.1.0",
    "@stencil/sass": "^1.4.1",
    "@types/jest": "^26.0.22",
    "@types/node": "^14.0.10",
    "@types/puppeteer": "^5.4.3",
    "@types/react": "^17.0.22",
    "@types/react-dom": "^17.0.9",
    "@vue/babel-preset-app": "^4.5.12",
    "babel-loader": "^8.2.2",
    "gulp": "^4.0.2",
    "jest": "24.9.0",
    "jest-cli": "24.9.0",
    "node-sass": "^5.0.0",
    "npm-run-all": "^4.1.5",
    "plop": "^2.7.4",
    "puppeteer": "10.2.0",
    "react": "^17.0.2",
    "react-docgen-typescript-loader": "^3.7.2",
    "react-dom": "^17.0.2",
    "react-is": "^17.0.2",
    "sass-loader": "^10.1.1",
    "ts-loader": "^9.2.1",
    "typescript": "^4.2.4",
    "web-component-analyzer": "^1.1.6",
    "workbox-build": "^4.3.1"
  },
  "peerDependencies": {
    "webpack": "^4.0.0"
  },
  "license": "MIT",
  "dependencies": {
    "@stencil/core": "^2.9.0",
    "cr-mnn-core": "file:../crayons-core",
    "moment-mini": "^2.24.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
