{
  "name": "@sankhyalabs/sankhyablocks",
  "version": "10.0.29",
  "description": "Stencil Component Starter",
  "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/sankhyablocks/sankhyablocks.esm.js",
  "repository": {
    "type": "git",
    "url": "https://gitlab.sankhya.com.br/dti/design-system/sankhya-blocks.git"
  },
  "files": [
    "dist/",
    "loader/",
    "react/"
  ],
  "scripts": {
    "prebuild": "(test -f ./src/components.d.ts && git checkout ./src/components.d.ts) || true",
    "build": "stencil build --docs && npm run formatdocs",
    "build.prod": "npm run prebuild && stencil build --docs --prod && npm run formatdocs",
    "build.with.peerdeps": "stencil build --docs --prod --force-peer-deps",
    "formatdocs": "node ./scripts/format-docs.js",
    "start": "stencil build --dev --watch --serve --force-peer-deps",
    "test.dev": "stencil test --spec --e2e",
    "test": "stencil test --spec --e2e --coverage --silent --testResultsProcessor jest-sonar-reporter --runInBand",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "build.css.docs": "node docscsstask.js",
    "link": "node scripts/link.js",
    "link-dev": "gulp watch-dev",
    "prepare": "husky install"
  },
  "dependencies": {
    "@shopify/draggable": "1.1.3",
    "@stencil/store": "^2.0.4",
    "graphql": "16.6.0",
    "graphql-request": "^4.2.0",
    "sortablejs": "^1.15.6"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.18.2",
    "@commitlint/cli": "^18.4.3",
    "@commitlint/config-conventional": "^18.4.3",
    "@sankhyalabs/core": "^7.0.0",
    "@sankhyalabs/docscss": "^1.0.4",
    "@sankhyalabs/ezui": "^7.0.0",
    "@sankhyalabs/skippeerdeps": "^1.0.2",
    "@stencil/core": "^2.13.0",
    "@stencil/react-output-target": "0.0.9",
    "@types/jest": "^27.0.3",
    "ag-grid-community": "^26.2.1",
    "ag-grid-enterprise": "^26.2.1",
    "gulp": "^4.0.2",
    "gulp-run": "^1.7.1",
    "gulp-watch": "^5.0.1",
    "husky": "^8.0.3",
    "jest": "^27.4.5",
    "jest-cli": "^27.4.5",
    "jest-sonar-reporter": "^2.0.0",
    "puppeteer": "^10.0.0",
    "redux": "^4.1.2",
    "workbox-build": "^4.3.1"
  },
  "jest": {
    "verbose": true,
    "testResultsProcessor": "jest-sonar-reporter"
  },
  "jestSonar": {
    "reportPath": "reports",
    "reportFile": "test-report.xml",
    "indent": 4
  },
  "peerDependencies": {
    "@sankhyalabs/core": "^7.0.0",
    "@sankhyalabs/ezui": "^7.0.0"
  },
  "license": "MIT"
}
