{ "name": "@alilc/lowcode-plugin-outline-pane", "version": "1.3.2", "description": "Outline pane for Ali lowCode engine", "private": true, "type": "module", "main": "dist/low-code-plugin-outline-pane.cjs", "module": "dist/low-code-plugin-outline-pane.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/low-code-plugin-outline-pane.js", "require": "./dist/low-code-plugin-outline-pane.cjs", "types": "./dist/index.d.ts" }, "./dist/": { "import": "./dist/", "require": "./dist/" } }, "files": [ "dist", "src", "package.json" ], "scripts": { "build:target": "vite build", "build:dts": "tsc -p tsconfig.declaration.json && node ../../scripts/rollup-dts.mjs", "test": "vitest" }, "dependencies": { "@alifd/next": "^1.27.8", "@alilc/lowcode-core": "workspace:*", "@alilc/lowcode-types": "workspace:*", "@alilc/lowcode-utils": "workspace:*", "classnames": "^2.5.1", "events": "^3.3.0", "react": "^18.2.0", "react-dom": "^18.2.0", "ric-shim": "^1.0.1" }, "devDependencies": { "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0" }, "peerDependencies": { "@alifd/next": "^1.27.8", "@alilc/lowcode-core": "workspace:*", "@alilc/lowcode-types": "workspace:*", "@alilc/lowcode-utils": "workspace:*", "react": "^18.2.0", "react-dom": "^18.2.0" }, "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/plugin-outline-pane" }, "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" }