{
  "name": "@alilc/lowcode-engine-ext",
  "version": "1.0.6",
  "description": "",
  "files": [
    "dist",
    "es",
    "lib"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "stylePath": "style.js",
  "scripts": {
    "start": "build-scripts start --config build.cloud.json --port 4008",
    "build": "build-scripts build && build-scripts build --config build.cloud.json",
    "cloud-build": "build-scripts build --config build.cloud.json",
    "test": "build-scripts test",
    "prepublishOnly": "npm run build",
    "eslint": "eslint --cache --ext .js,.jsx ./",
    "eslint:fix": "npm run eslint -- --fix",
    "stylelint": "stylelint \"**/*.{css,scss,less}\"",
    "lint": "npm run eslint && npm run stylelint",
    "f2elint-scan": "f2elint scan -q",
    "f2elint-fix": "f2elint fix",
    "syncOss": "node ./scripts/sync-oss.js"
  },
  "keywords": [
    "ice",
    "react",
    "component"
  ],
  "dependencies": {
    "@alilc/lowcode-plugin-base-monaco-editor": "^1.1.1",
    "@alilc/lowcode-types": "^1.0.0",
    "@alilc/lowcode-utils": "^1.0.0",
    "antd": "^5.2.3",
    "classnames": "^2.2.6",
    "cssjson": "^2.1.3",
    "js-beautify": "^1.13.0",
    "react-color": "^2.19.3"
  },
  "devDependencies": {
    "@alib/build-scripts": "^0.1.3",
    "@alifd/next": "1.x",
    "@iceworks/spec": "^1.0.0",
    "@types/react": "^16.9.13",
    "@types/react-dom": "^16.9.4",
    "build-plugin-component": "^1.0.0",
    "build-plugin-fusion": "^0.1.0",
    "build-plugin-fusion-css": "1.0.3",
    "build-plugin-moment-locales": "^0.1.0",
    "@alilc/lowcode-editor-skeleton": "^1.0.0",
    "build-plugin-react-app": "^1.1.2",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.14.0",
    "f2elint": "^2.2.0",
    "react": "^16.3.0",
    "react-dom": "^16.3.0",
    "tsconfig-paths-webpack-plugin": "^3.2.0"
  },
  "peerDependencies": {
    "react": "^16.3.0",
    "@alifd/next": "1.x"
  },
  "componentConfig": {
    "name": "lowcode-engine-ext",
    "title": "",
    "category": ""
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT",
  "homepage": "https://unpkg.com/@alilc/lowcode-engine-ext@1.0.6/build/index.html",
  "repository": "git@github.com:alibaba/lowcode-engine-ext.git"
}
