2025-12-15 17:34:12 +08:00
|
|
|
{
|
2026-01-20 14:08:42 +08:00
|
|
|
"name": "@page-agent/ui",
|
2026-07-03 23:57:03 +08:00
|
|
|
"version": "1.11.0",
|
2026-01-20 14:08:42 +08:00
|
|
|
"type": "module",
|
2026-04-12 02:04:21 +08:00
|
|
|
"main": "./src/index.ts",
|
|
|
|
|
"types": "./src/index.ts",
|
2026-01-20 14:08:42 +08:00
|
|
|
"exports": {
|
|
|
|
|
".": {
|
2026-04-12 02:04:21 +08:00
|
|
|
"types": "./src/index.ts",
|
|
|
|
|
"default": "./src/index.ts"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"main": "./dist/lib/page-agent-ui.js",
|
|
|
|
|
"module": "./dist/lib/page-agent-ui.js",
|
|
|
|
|
"types": "./dist/lib/index.d.ts",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"types": "./dist/lib/index.d.ts",
|
|
|
|
|
"import": "./dist/lib/page-agent-ui.js",
|
|
|
|
|
"default": "./dist/lib/page-agent-ui.js"
|
|
|
|
|
}
|
2026-01-20 14:08:42 +08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist/"
|
|
|
|
|
],
|
|
|
|
|
"description": "UI components for page-agent - Panel and i18n",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"page-agent",
|
|
|
|
|
"ui",
|
|
|
|
|
"panel",
|
|
|
|
|
"i18n"
|
|
|
|
|
],
|
|
|
|
|
"author": "Simon<gaomeng1900>",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/alibaba/page-agent.git",
|
|
|
|
|
"directory": "packages/ui"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://alibaba.github.io/page-agent/",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "vite build",
|
2026-04-12 03:16:13 +08:00
|
|
|
"prepublishOnly": "node ../../scripts/pre-publish.js",
|
|
|
|
|
"postpublish": "node ../../scripts/post-publish.js"
|
2026-01-20 14:08:42 +08:00
|
|
|
}
|
2025-12-15 17:34:12 +08:00
|
|
|
}
|