{
  "name": "@iyulab/modern-app",
  "description": "web-framework by iyulab based on lit-element",
  "version": "0.18.11",
  "keywords": [
    "iyulab",
    "web-framework",
    "lit-element"
  ],
  "license": "MIT",
  "author": "iyulab",
  "repository": {
    "type": "git",
    "url": "https://github.com/iyulab/node-modern-app.git"
  },
  "files": [
    "dist",
    "skills",
    "package.json",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "type": "module",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=20"
  },
  "sideEffects": [
    "./dist/components/*.js",
    "./src/components/*.ts",
    "./dist/index.js",
    "./src/index.ts",
    "./dist/layouts/*.js",
    "./src/layouts/*.ts",
    "./dist/react.js",
    "./src/react.ts"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./react": {
      "types": "./dist/react.d.ts",
      "import": "./dist/react.js"
    },
    "./dist/*": {
      "types": "./dist/*.d.ts",
      "import": "./dist/*"
    }
  },
  "scripts": {
    "preversion": "node -e \"if(require('fs').existsSync('../../scripts/preversion-check.mjs'))require('child_process').execFileSync('node',['../../scripts/preversion-check.mjs'],{stdio:'inherit'})\"",
    "test": "vitest run",
    "test:watch": "vitest",
    "start": "vite",
    "build": "npm run typecheck && vite build",
    "test:browser": "vitest run --project=browser",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@iyulab/components": "^1.27.0",
    "@iyulab/router": "^0.11.0",
    "i18next": "^26.3.6",
    "lit": "^3.3.3"
  },
  "peerDependencies": {
    "@lit/react": ">=1.0.8",
    "react": ">=18.0.0"
  },
  "peerDependenciesMeta": {
    "@lit/react": {
      "optional": true
    },
    "react": {
      "optional": true
    }
  },
  "devDependencies": {
    "@lit/react": "^1.0.8",
    "@types/node": "^26.1.1",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitest/browser-playwright": "^4.1.10",
    "happy-dom": "^20.10.6",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "typescript": "^5.9.3",
    "vite": "^8.1.4",
    "vite-plugin-dts": "^5.0.3",
    "vitest": "^4.1.10"
  }
}
