{
  "name": "@dnncommunity/dnn-elements",
  "version": "0.29.3",
  "description": "Dnn themed custom elements.",
  "repository": {
    "type": "git",
    "url": "https://github.com/DNNCommunity/dnn-elements"
  },
  "homepage": "https://dnncommunity.github.io/dnn-elements",
  "license": "MIT",
  "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/dnn/dnn.js",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs.js"
    },
    "./dist/*": {
      "import": "./dist/*",
      "types": "./dist/*"
    },
    "./components/*": {
      "import": "./dist/components/*.js",
      "types": "./dist/components/*.d.ts"
    },
    "./loader": {
      "types": "./loader/index.d.ts",
      "import": "./loader/index.js",
      "require": "./loader/index.cjs.js"
    },
    "./eslint-plugin": {
      "types": "./eslint-plugin/dist/index.d.ts",
      "import": "./eslint-plugin/dist/index.js",
      "require": "./eslint-plugin/dist/index.js",
      "default": "./eslint-plugin/dist/index.js"
    }
  },
  "files": [
    "dist/",
    "loader/",
    "eslint-plugin/dist"
  ],
  "scripts": {
    "build": "npm run build.eslint-plugin && npm run lint && stencil build --docs",
    "postbuild": "license-checker-rseidelsohn --out licenses.json --json --direct --relativeLicensePath --relativeModulePath",
    "watch": "stencil build --dev --watch",
    "start": "stencil build --dev --watch --serve",
    "start.edge": "stencil build --dev --watch --serve --es5",
    "poststart": "license-checker-rseidelsohn --out licenses.json --json --direct --relativeLicensePath --relativeModulePath",
    "test": "npm run test.node && npm run test.browser",
    "test.watch": "vitest --watch",
    "test.node": "vitest run --config vitest.node.config.ts",
    "test.browser": "vitest run",
    "test.node.watch": "vitest --watch --config vitest.node.config.ts",
    "test.browser.watch": "vitest --watch",
    "generate": "stencil generate",
    "lint": "eslint",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "deploy-storybook": "gh-pages -d storybook-static --branch site",
    "build.eslint-plugin": "tsc -p eslint-plugin/tsconfig.json"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "^5.0.2",
    "@eslint/js": "^10.0.1",
    "@stencil/core": "4.43.3",
    "@stencil/eslint-plugin": "^1.2.0",
    "@stencil/react-output-target": "^1.4.2",
    "@stencil/sass": "^3.2.3",
    "@storybook/addon-a11y": "10.3.3",
    "@storybook/addon-docs": "10.3.3",
    "@storybook/web-components-vite": "10.3.3",
    "@timkendrick/monaco-editor": "^0.0.9",
    "@types/jest": "^29.5.14",
    "@typescript-eslint/eslint-plugin": "^8.57.2",
    "@typescript-eslint/parser": "^8.57.2",
    "@typescript-eslint/rule-tester": "^8.57.2",
    "@typescript-eslint/utils": "^8.57.2",
    "@vitest/browser": "^4.1.1",
    "@vitest/browser-webdriverio": "^4.1.1",
    "axe-playwright": "^2.0.1",
    "babel-loader": "^10.1.1",
    "eslint": "^10.1.0",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-storybook": "10.3.3",
    "gh-pages": "^6.3.0",
    "jiti": "^2.6.1",
    "license-checker-rseidelsohn": "^4.4.2",
    "lit": "^3.3.2",
    "npm-run-all": "^4.1.5",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "storybook": "10.3.3",
    "ts-node": "^10.9.2",
    "typescript": "5.9.3",
    "typescript-debounce-decorator": "^0.0.18",
    "typescript-eslint": "^8.57.2",
    "unplugin-stencil": "^0.4.1",
    "vite": "^8.0.2",
    "vitest": "^4.1.1",
    "webdriverio": "^9.27.0"
  },
  "dependencies": {
    "jodit": "^4.11.15"
  },
  "peerDependencies": {
    "@typescript-eslint/utils": "^8.30.1",
    "eslint": "^9.0.0 || ^10.0.0"
  },
  "peerDependenciesMeta": {
    "@typescript-eslint/utils": {
      "optional": true
    },
    "eslint": {
      "optional": true
    }
  }
}
