{
  "name": "blip-ds",
  "version": "1.320.2",
  "description": "Blip Design System",
  "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/blip-ds/blip-ds.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "generate": "stencil generate",
    "clear": "rimraf  node_modules/ && rimraf  dist/ && rimraf  www/",
    "dev": "stencil build --docs && concurrently \"npm:build:watch\" \"npm:storybook\"",
    "start": "stencil build --dev --watch --serve --docs",
    "build": "stencil build --docs --prod",
    "build:watch": "stencil build --watch",
    "build:react": "cd ./blip-ds-react && npm install && npm run build",
    "test": "stencil test --spec --e2e --screenshot --coverage",
    "test:e2e": "stencil test --e2e --screenshot",
    "test:unit": "stencil test --spec --coverage",
    "test:watch": "stencil test --spec --e2e --screenshot --watch",
    "storybook": "storybook dev -p 6006",
    "storybook:build": "storybook build",
    "eslint": "eslint . --ext .jsx,.ts,.tsx --fix",
    "semantic-release": "semantic-release",
    "commit": "git-cz",
    "prepare": "husky install"
  },
  "devDependencies": {
    "@babel/core": "^7.18.2",
    "@stencil/core": "^2.16.1",
    "@stencil/react-output-target": "0.5.3",
    "@stencil/sass": "1.5.2",
    "@storybook/addon-actions": "7.0.22",
    "@storybook/addon-essentials": "^7.0.22",
    "@storybook/addon-interactions": "^7.0.22",
    "@storybook/addon-links": "^7.0.22",
    "@storybook/addon-notes": "^5.3.21",
    "@storybook/global": "5.0.0",
    "@storybook/manager-api": "^7.4.1",
    "@storybook/react": "^7.0.22",
    "@storybook/react-webpack5": "^7.0.22",
    "@storybook/storybook-deployer": "^2.8.16",
    "@storybook/testing-library": "^0.2.0",
    "@storybook/theming": "^7.4.1",
    "@types/color": "^3.0.3",
    "@types/jest": "27.5.1",
    "@types/puppeteer": "5.4.6",
    "@types/webpack": "^5.28.0",
    "@typescript-eslint/eslint-plugin": "^5.26.0",
    "@typescript-eslint/parser": "^5.23.0",
    "babel-loader": "^8.2.5",
    "babel-preset-react-app": "^10.0.1",
    "color": "^4.2.3",
    "commitizen": "^4.2.4",
    "concurrently": "^9.1.2",
    "copy-webpack-plugin": "^11.0.0",
    "cz-conventional-changelog": "^3.3.0",
    "cz-customizable": "^6.3.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-config-standard-with-typescript": "^16.0.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-react": "^7.34.1",
    "eslint-plugin-storybook": "^0.8.0",
    "husky": "^8.0.3",
    "jest": "27.4.5",
    "jest-cli": "27.4.5",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.2.5",
    "puppeteer": "^14.0.0",
    "react-scripts": "^5.0.1",
    "rimraf": "^6.0.1",
    "semantic-release": "^23.0.8",
    "storybook": "^7.0.22",
    "ts-node": "^10.7.0",
    "types-ramda": "0.29.4",
    "typescript": "^4.7.2"
  },
  "dependencies": {
    "@storybook/addon-console": "^2.0.0",
    "@storybook/addon-docs": "^7.6.20",
    "@storybook/preset-create-react-app": "^7.6.20",
    "autoprefixer": "^10.4.7",
    "blip-tokens": "^1.104.0",
    "react": "^18.1.0",
    "react-dom": "^18.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/takenet/blip-ds.git"
  },
  "bugs": {
    "url": "https://github.com/takenet/blip-ds/issues"
  },
  "homepage": "https://github.com/takenet/blip-ds#readme",
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-customizable"
    },
    "cz-customizable": {
      "config": "./.cz-config.js"
    }
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "license": "MIT",
  "optionalDependencies": {
    "fsevents": "^2.3.1"
  }
}
