{ "name": "@ali/lowcode-plugin-save", "version": "0.8.0", "description": "alibaba lowcode editor save plugin", "files": [ "es", "lib" ], "main": "lib/index.js", "module": "es/index.js", "scripts": { "build": "build-scripts build --skip-demo", "test": "ava", "test:snapshot": "ava --update-snapshots" }, "keywords": [ "lowcode", "editor" ], "author": "xiayang.xy", "dependencies": { "@alifd/next": "^1.x", "react": "^16.8.1", "@ali/lowcode-editor-core": "^0.8.0" }, "devDependencies": { "@alib/build-scripts": "^0.1.3", "@types/react": "^16.9.13", "@types/react-dom": "^16.9.4", "build-plugin-component": "^0.2.7-1", "build-plugin-fusion": "^0.1.0", "build-plugin-moment-locales": "^0.1.0" }, "repository": { "type": "git", "url": "https://github.com/ice-lab/react-materials/tree/master/scaffolds/ice-ts" }, "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-engine-skeleton@0.0.1/build/index.html" }