Bumps the development-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `20.5.0` | `20.5.2` | | [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) | `7.58.6` | `7.58.7` | | [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.2.3` | `4.2.4` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.59.0` | `8.59.1` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.8.0` | `1.11.0` | | [simple-icons](https://github.com/simple-icons/simple-icons) | `16.17.0` | `16.18.0` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.3` | `4.2.4` | Updates `@commitlint/cli` from 20.5.0 to 20.5.2 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.5.2/@commitlint/cli) Updates `@microsoft/api-extractor` from 7.58.6 to 7.58.7 - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.58.7/apps/api-extractor) Updates `@tailwindcss/vite` from 4.2.3 to 4.2.4 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.4/packages/@tailwindcss-vite) Updates `typescript-eslint` from 8.59.0 to 8.59.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.1/packages/typescript-eslint) Updates `lucide-react` from 1.8.0 to 1.11.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.11.0/packages/lucide-react) Updates `simple-icons` from 16.17.0 to 16.18.0 - [Release notes](https://github.com/simple-icons/simple-icons/releases) - [Commits](https://github.com/simple-icons/simple-icons/compare/16.17.0...16.18.0) Updates `tailwindcss` from 4.2.3 to 4.2.4 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.4/packages/tailwindcss) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-version: 20.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@microsoft/api-extractor" dependency-version: 7.58.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@tailwindcss/vite" dependency-version: 4.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: typescript-eslint dependency-version: 8.59.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: lucide-react dependency-version: 1.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: simple-icons dependency-version: 16.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: tailwindcss dependency-version: 4.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
131 lines
3.9 KiB
JSON
131 lines
3.9 KiB
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"version": "1.8.1",
|
|
"type": "module",
|
|
"workspaces": [
|
|
"packages/page-controller",
|
|
"packages/ui",
|
|
"packages/llms",
|
|
"packages/core",
|
|
"packages/page-agent",
|
|
"packages/mcp",
|
|
"packages/extension",
|
|
"packages/website"
|
|
],
|
|
"description": "AI-powered UI agent for web applications",
|
|
"author": "Simon<gaomeng1900>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/alibaba/page-agent.git"
|
|
},
|
|
"homepage": "https://alibaba.github.io/page-agent/",
|
|
"engines": {
|
|
"node": "^22.13.0 || >=24"
|
|
},
|
|
"scripts": {
|
|
"start": "npm run dev --workspace=@page-agent/website",
|
|
"dev:ext": "npm run dev -w @page-agent/ext",
|
|
"dev:demo": "npm run dev:demo --workspace=page-agent",
|
|
"build": "node scripts/build.js",
|
|
"build:libs": "node scripts/build-libs.js",
|
|
"build:website": "npm run build:website --workspace=@page-agent/website",
|
|
"build:ext": "npm run zip -w @page-agent/ext",
|
|
"version": "node scripts/sync-version.js",
|
|
"postpublish": "npm run postpublish --workspaces --if-present",
|
|
"typecheck": "tsc --noEmit -p tsconfig.typecheck.json && tsc --noEmit -p packages/extension/tsconfig.json",
|
|
"lint": "eslint .",
|
|
"ci": "node scripts/ci.js",
|
|
"cleanup": "rm -rf packages/*/dist && rm -rf packages/*/.output",
|
|
"prepare": "husky || true"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^20.5.2",
|
|
"@commitlint/config-conventional": "^20.5.0",
|
|
"@eslint-react/eslint-plugin": "^4.2.3",
|
|
"@eslint/js": "^10.0.1",
|
|
"@microsoft/api-extractor": "^7.58.7",
|
|
"@tailwindcss/vite": "^4.2.4",
|
|
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
|
|
"@types/node": "^25.6.0",
|
|
"@vitejs/plugin-react-swc": "^4.3.0",
|
|
"chalk": "^5.6.2",
|
|
"concurrently": "^9.2.1",
|
|
"dotenv": "^17.4.2",
|
|
"eslint": "^10.2.0",
|
|
"globals": "^17.5.0",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.4.0",
|
|
"prettier": "^3.8.2",
|
|
"typescript": "^6.0.2",
|
|
"typescript-eslint": "^8.59.1",
|
|
"unplugin-dts": "^1.0.0-beta.6",
|
|
"vite": "^7.3.2",
|
|
"vite-bundle-analyzer": "^1.3.7",
|
|
"vite-plugin-css-injected-by-js": "^4.0.1"
|
|
},
|
|
"overrides": {
|
|
"typescript": "^6.0.2",
|
|
"@vitejs/plugin-react": "^5.2.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,ts,cjs,cts,mjs,mts}": [
|
|
"npx prettier --write --ignore-unknown",
|
|
"npx eslint --quiet"
|
|
],
|
|
"*.{jsx,tsx}": [
|
|
"npx prettier --write --ignore-unknown",
|
|
"npx eslint --quiet"
|
|
],
|
|
"*.css": [
|
|
"npx prettier --write --ignore-unknown"
|
|
]
|
|
},
|
|
"commitlint": {
|
|
"extends": [
|
|
"@commitlint/config-conventional"
|
|
],
|
|
"rules": {
|
|
"subject-case": [
|
|
0,
|
|
"never"
|
|
]
|
|
}
|
|
},
|
|
"prettier": {
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"useTabs": true,
|
|
"printWidth": 100,
|
|
"trailingComma": "es5",
|
|
"plugins": [
|
|
"@trivago/prettier-plugin-sort-imports"
|
|
],
|
|
"importOrder": [
|
|
"<THIRD_PARTY_MODULES>",
|
|
"^(@/).*(?<!css)$",
|
|
"^[./].*(?<!css)$",
|
|
".css$"
|
|
],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.md",
|
|
"options": {
|
|
"useTabs": false,
|
|
"tabWidth": 4
|
|
}
|
|
},
|
|
{
|
|
"files": "*.json",
|
|
"options": {
|
|
"useTabs": false,
|
|
"tabWidth": 4
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|