{
  "name": "@pnp/modern-search-core",
  "version": "1.1.1",
  "description": "PnP Modern Search - Core Components",
  "main": "dist/es6/exports/index.js",
  "files": [
    "dist/*"
  ],
  "engines": {
    "node": "16 || 18"
  },
  "types": "dist/es6/exports/index.d.ts",
  "module": "dist/es6/exports/index.js",
  "scripts": {
    "lint": "eslint \"**/*.ts\"",
    "tailwindcss": "tailwindcss --postcss -i ./src/styles/tailwind-styles.module.ts -o ./src/styles/tailwind-styles-css.ts --minify",
    "tailwindcss:watch": "tailwindcss --postcss -i ./src/styles/tailwind-styles.module.ts -o ./src/styles/tailwind-styles-css.ts --watch --minify",
    "tailwindcss:dev:watch": "tailwindcss --config ./tailwind-dev.config.js -i ./dev/tailwind.css -o ./dev/index.css --watch --minify",
    "tsc": "tsc",
    "tsc:watch": "tsc --watch",
    "custom-elements": "custom-elements-manifest analyze",
    "serve": "npm-run-all -p tailwindcss:watch tailwindcss:dev:watch webpack:serve",
    "serve:prod": "npm-run-all lint -p tailwindcss:watch webpack:serve",
    "webpack": "webpack --config webpack.dev.cjs",
    "webpack:serve": "webpack serve --config webpack.dev.cjs",
    "webpack:prod": "webpack --config webpack.prod.cjs",
    "build": "npm-run-all tailwindcss tsc",
    "build:watch": "npm-run-all -l --parallel tailwindcss:watch tsc:watch",
    "bundle": "npm-run-all -s tailwindcss custom-elements webpack",
    "bundle:prod": "npm-run-all -s tailwindcss custom-elements webpack:prod",
    "test": "npm run test:dev",
    "wtr": "wtr",
    "wtr:watch": "wtr --watch",
    "test:dev": "npm-run-all -s tailwindcss wtr",
    "test:watch": "npm-run-all -s tailwindcss wtr:watch",
    "test:prod": "cross-env MODE=prod && npm run test",
    "test:prod:watch": "cross-env MODE=prod npm run test:watch",
    "storybook:watch": "storybook dev -p 6006",
    "storybook:build": "storybook build",
    "docs:build": "npm-run-all -s custom-elements tailwindcss storybook:build",
    "docs:watch": "npm-run-all -s custom-elements tailwindcss storybook:watch"
  },
  "keywords": [
    "web-components",
    "lit-element",
    "typescript",
    "lit"
  ],
  "author": "Ubisoft",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft-search/pnp-modern-search-core-components"
  },
  "bugs": {
    "url": "https://github.com/microsoft-search/pnp-modern-search-core-components/issues"
  },
  "homepage": "https://microsoft-search.github.io/pnp-modern-search-core-components/",
  "license": "MIT",
  "maintainers": [
    {
      "name": "FranckyC",
      "email": "franck.cornu@ubisoft.com"
    }
  ],
  "contributors": [
    "Cornu, Franck <franck.cornu@outlook.com>"
  ],
  "dependencies": {
    "@azure/msal-browser": "2.38.4",
    "@fluentui/web-components": "^2.5.12",
    "@microsoft/fast-colors": "5.3.1",
    "@microsoft/fast-components": "2.30.6",
    "@microsoft/fast-element": "1.12.0",
    "@microsoft/fast-foundation": "2.49.4",
    "@microsoft/mgt": "4.2.1",
    "@microsoft/mgt-components": "4.2.1",
    "@microsoft/mgt-element": "4.2.1",
    "@microsoft/mgt-msal2-provider": "4.2.1",
    "@microsoft/mgt-teamsfx-provider": "4.2.1",
    "@microsoft/mgt-sharepoint-provider": "4.2.1",
    "@microsoft/microsoft-graph-client": "3.0.2",
    "@microsoft/microsoft-graph-types": "2.5.0",
    "@monaco-editor/loader": "1.3.3",
    "@open-wc/dedupe-mixin": "1.4.0",
    "@open-wc/scoped-elements": "2.2.4",
    "@webcomponents/scoped-custom-element-registry": "0.0.9",
    "adaptive-expressions": "4.18.0",
    "adaptivecards": "2.7.1",
    "adaptivecards-templating": "2.3.1",
    "dayjs": "^1.11.7",
    "jspath": "0.4.0",
    "lit": "^3.0.0",
    "lodash-es": "4.17.21",
    "markdown-it": "13.0.1",
    "playwright": "1.43.1"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "0.8.3",
    "@mdx-js/loader": "^2.3.0",
    "@open-wc/testing": "3.2.0",
    "@open-wc/testing-helpers": "2.3.0",
    "@storybook/addon-a11y": "^7.6.17",
    "@storybook/addon-docs": "^7.6.17",
    "@storybook/addon-essentials": "^7.6.17",
    "@storybook/addon-links": "^7.6.17",
    "@storybook/addons": "^7.6.17",
    "@storybook/blocks": "^7.6.17",
    "@storybook/web-components": "^7.6.17",
    "@storybook/web-components-webpack5": "^7.6.17",
    "@tailwindcss/forms": "^0.5.3",
    "@tailwindcss/line-clamp": "0.4.4",
    "@types/chai-dom": "^0.0.8",
    "@types/lodash-es": "^4.17.6",
    "@types/mocha": "10.0.1",
    "@typescript-eslint/eslint-plugin": "^5.51.0",
    "@typescript-eslint/parser": "^5.51.0",
    "@web/dev-server-esbuild": "1.0.2",
    "@web/dev-server-legacy": "2.0.1",
    "@web/test-runner": "0.18.0",
    "@web/test-runner-puppeteer": "0.15.0",
    "ajv": "8.12.0",
    "autoprefixer": "10.4.13",
    "chai": "^4.2.0",
    "compression-webpack-plugin": "^10.0.0",
    "copy-webpack-plugin": "11.0.0",
    "cssnano": "6.0.1",
    "cross-env": "7.0.3",
    "custom-elements-manifest": "2.0.0",
    "eslint": "^8.33.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-lit": "^1.8.2",
    "eslint-plugin-storybook": "^0.6.14",
    "gulp": "^4.0.2",
    "gulp-rename": "2.0.0",
    "gulp-replace": "1.1.4",
    "html-webpack-harddisk-plugin": "2.0.0",
    "html-webpack-plugin": "5.5.0",
    "monaco-editor": "0.41.0",
    "msw": "^1.3.1",
    "msw-storybook-addon": "^1.8.0",
    "npm-run-all": "^4.1.5",
    "postcss": "8.4.31",
    "postcss-lit": "1.0.1",
    "postcss-loader": "7.0.1",
    "postcss-nested": "^6.0.1",
    "postcss-preset-env": "7.8.3",
    "prettier": "2.8.3",
    "puppeteer": "19.7.4",
    "puppeteer-core": "19.7.4",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "remark-gfm": "3.0.1",
    "sinon": "15.0.1",
    "storybook": "^7.6.17",
    "storybook-source-code-addon": "^1.2.0",
    "tailwindcss": "3.4.4",
    "ts-dedent": "^2.2.0",
    "ts-loader": "9.4.4",
    "tslib": "2.5.0",
    "typescript": "5.3.3",
    "webpack": "5.88.1",
    "webpack-bundle-analyzer": "^4.8.0",
    "webpack-cli": "5.0.1",
    "webpack-dev-server": "4.11.1",
    "webpack-merge": "^5.8.0"
  },
  "customElements": "custom-elements.json",
  "msw": {
    "workerDirectory": "packages\\components\\src\\stories\\assets"
  }
}
