{
  "name": "@26lights/orcha",
  "packageManager": "yarn@3.6.0",
  "type": "module",
  "license": "CC-BY-NC-ND-4.0",
  "author": "26lights <dev@26lights.com> (https://www.26lights.com)",
  "version": "0.42.215",
  "workspaces": [
    "packages/*"
  ],
  "scripts": {
    "dev": "histoire dev",
    "build": "histoire build",
    "lib:build": "vite build -c vite.lib.config.ts",
    "test:unit": "vitest",
    "demo": "vite dev",
    "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
    "publish:major": "yarn lib:build && yarn version major && npm publish --public",
    "publish:minor": "yarn lib:build && yarn version minor && npm publish --public",
    "publish:patch": "yarn lib:build && yarn version patch && npm publish --public",
    "format": "prettier --write src/",
    "start": "serve -p $PORT -c serve.json"
  },
  "peerDependencies": {
    "vue": "^3.5.0",
    "vue-router": "~4.2.4",
    "vuedraggable": "~4.1.0"
  },
  "dependencies": {
    "@26lights/orcha": "^2.0.3",
    "@floating-ui/dom": "^1.5.3",
    "@lexical/code": "0.38.1",
    "@lexical/list": "0.38.1",
    "@lexical/markdown": "0.38.1",
    "@lexical/rich-text": "0.38.1",
    "@lexical/selection": "0.38.1",
    "@vueform/multiselect": "^2.6.6",
    "@vueuse/core": "^10.8.0",
    "date-fns": "^2.30.0",
    "dompurify": "^3.0.6",
    "i18next": "^23.2.8",
    "i18next-http-backend": "^2.2.1",
    "i18next-vue": "^2.2.1",
    "lexical": "0.38.1",
    "lexical-vue": "^0.14.1",
    "lexorank": "^1.0.5",
    "markdown-it": "^13.0.1",
    "vue-color-kit": "^1.0.6"
  },
  "devDependencies": {
    "@histoire/plugin-vue": "^0.17.1",
    "@rushstack/eslint-patch": "^1.3.3",
    "@tsconfig/node18": "^2.0.1",
    "@types/eslint": "^8.44.2",
    "@types/jsdom": "^21.1.1",
    "@types/node": "^18.16.17",
    "@types/prettier": "^3.0.0",
    "@vitejs/plugin-vue": "^4.2.3",
    "@vue/eslint-config-prettier": "^8.0.0",
    "@vue/eslint-config-typescript": "^11.0.3",
    "@vue/test-utils": "^2.3.2",
    "@vue/tsconfig": "^0.4.0",
    "eslint": "^8.49.0",
    "eslint-plugin-vue": "^9.17.0",
    "histoire": "^0.17.0",
    "jsdom": "^22.1.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.0.3",
    "serve": "^14.2.0",
    "typescript": "^5.1.3",
    "vite": "^4.3.9",
    "vite-plugin-dts": "^3.2.0",
    "vitest": "^0.32.0",
    "vue": "^3.5.0",
    "vue-router": "~4.2.4",
    "vue-tsc": "^1.6.5",
    "vuedraggable": "~4.1.0"
  },
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/orcha.d.ts",
      "import": "./dist/orcha.es.js",
      "require": "./dist/orcha.umd.js"
    },
    "./dist/orcha.css": {
      "import": "./dist/orcha.css",
      "require": "./dist/orcha.css"
    }
  },
  "main": "./dist/orcha.umd.js",
  "module": "./dist/orcha.es.js",
  "types": "./dist/orcha.d.ts"
}
