{
  "name": "@chialab/dna",
  "version": "4.5.1",
  "description": "Progressive Web Components",
  "type": "module",
  "main": "dist/dna.js",
  "module": "dist/dna.js",
  "types": "dist/dna.d.ts",
  "exports": {
    ".": {
      "types": "./dist/dna.d.ts",
      "default": "./dist/dna.js"
    },
    "./jsx-runtime": {
      "types": "./dist/jsx-runtime.d.ts",
      "default": "./dist/jsx-runtime.js"
    },
    "./jsx-dev-runtime": {
      "types": "./dist/jsx-runtime.d.ts",
      "default": "./dist/jsx-runtime.js"
    },
    "./preact": {
      "types": "./dist/frameworks/preact.d.ts"
    },
    "./react": {
      "types": "./dist/frameworks/react.d.ts"
    },
    "./svelte": {
      "types": "./dist/frameworks/svelte.d.ts"
    }
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chialab/dna.git"
  },
  "bugs": {
    "url": "https://github.com/chialab/dna/issues"
  },
  "homepage": "https://chialab.github.io/dna/",
  "author": "Chialab <dev@chialab.it> (https://www.chialab.it)",
  "scripts": {
    "build": "rimraf dist && tsc && vite build",
    "test": "yarn test:typings && yarn test:browser && yarn test:node",
    "test:typings": "tsc && svelte-check --workspace test/frameworks/svelte",
    "test:browser": "vitest run --config vitest.browser.ts",
    "test:browserstack": "vitest run --config vitest.browserstack.ts",
    "test:node": "vitest run --config vitest.node.ts",
    "lint": "biome check",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs"
  },
  "devDependencies": {
    "@angular/common": "^20.1.7",
    "@angular/compiler": "^20.1.7",
    "@angular/core": "^20.1.7",
    "@angular/platform-browser": "^20.1.7",
    "@angular/router": "^20.1.7",
    "@babel/runtime": "^7.14.0",
    "@biomejs/biome": "^2.1.0",
    "@changesets/cli": "^2.22.0",
    "@chialab/vitest-provider-browserstack": "^4.0.0",
    "@sveltejs/vite-plugin-svelte": "^6.1.0",
    "@testing-library/angular": "^18.0.0",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/preact": "^3.2.4",
    "@testing-library/react": "^16.3.0",
    "@testing-library/svelte": "^5.2.8",
    "@testing-library/vue": "^8.1.0",
    "@types/react": "^19.1.6",
    "@types/react-dom": "^19.1.7",
    "@vitejs/plugin-vue": "^6.0.0",
    "@vitest/browser": "^4.0.0",
    "@vitest/browser-playwright": "^4.0.0",
    "@vitest/browser-webdriverio": "^4.0.17",
    "@vitest/coverage-istanbul": "^4.0.0",
    "@vitest/ui": "^4.0.0",
    "axe-core": "^4.10.3",
    "htm": "^3.0.3",
    "ivya": "^1.6.0",
    "lit": "^3.3.0",
    "playwright": "^1.50.0",
    "preact": "beta",
    "publint": "^0.3.0",
    "react": "~19.1.0",
    "react-dom": "~19.1.0",
    "rimraf": "^6.0.0",
    "rxjs": "^7.8.2",
    "svelte": "^5.33.1",
    "svelte-check": "^4.3.1",
    "tslib": "^2.6.2",
    "typescript": "^5.0.0",
    "uhtml": "^4.7.1",
    "unplugin-isolated-decl": "^0.15.1",
    "vite": "^7.0.0",
    "vite-plugin-static-copy": "^3.1.2",
    "vitepress": "^2.0.0-alpha.0",
    "vitepress-plugin-llms": "^1.10.0",
    "vitest": "^4.0.0",
    "vue": "^3.5.14",
    "zone.js": "^0.15.1"
  },
  "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
