{
  "name": "@ovhcloud/ods-stencil-components",
  "version": "15.0.0",
  "private": true,
  "description": "Stencil bundled components",
  "author": "OVH SAS",
  "license": "Apache-2.0",
  "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",
  "scripts": {
    "build:prod": "npm run build:stencil --if-present && npm run build:react --if-present && npm run build:vue --if-present",
    "build:stencil": "stencil build --docs --prod --config stencil.config.ts",
    "build:react": "npm --prefix react run build",
    "build:vue": "npm --prefix vue run build",
    "start": "stencil build --docs --dev --watch --serve"
  },
  "dependencies": {
    "@ovhcloud/ods-cdk": "^15.0.0",
    "@ovhcloud/ods-core": "^15.0.0",
    "@ovhcloud/ods-stencil-core": "^15.0.0",
    "@stencil/core": "~2.18.1",
    "tslib": "^2.1.0"
  },
  "devDependencies": {
    "@jest/core": "^27.5.1",
    "@jest/types": "^26.6.2",
    "@ovhcloud/ods-stencil-testing": "^15.0.0",
    "@ovhcloud/ods-testing": "^15.0.0",
    "@ovhcloud/ods-theme-blue-jeans": "^15.0.0",
    "@ovhcloud/ods-theming": "^15.0.0",
    "@stencil/postcss": "~2.1.0",
    "@stencil/react-output-target": "~0.2.1",
    "@stencil/sass": "~2.0.0",
    "@stencil/vue-output-target": "~0.6.2",
    "@types/jest": "~27.5.2",
    "jest": "^27.5.1",
    "jest-cli": "^27.5.1",
    "node-sass-package-importer": "^5.3.2",
    "puppeteer": "^10.4.0",
    "typescript": "4.7.4"
  }
}
