2020-03-30 20:53:22 +08:00

47 lines
1.1 KiB
JSON

{
"name": "@ali/lowcode-editor-skeleton",
<<<<<<< HEAD
"version": "0.8.4",
=======
"version": "0.8.1",
>>>>>>> df955e1db90ff104cd11160def80113cfd6faccc
"description": "alibaba lowcode editor skeleton",
"main": "lib/index.js",
"module": "es/index.js",
"stylePath": "style.js",
"files": [
"lib",
"es"
],
"scripts": {
"build": "build-scripts build --skip-demo",
"test": "ava",
"test:snapshot": "ava --update-snapshots"
},
"keywords": [
"lowcode",
"editor"
],
"author": "xiayang.xy",
"dependencies": {
"@ali/lowcode-editor-core": "^0.8.4",
"@alifd/next": "^1.x",
"prop-types": "^15.5.8",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-router-dom": "^5.1.2",
"store": "^2.0.12"
},
"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"
},
"publishConfig": {
"registry": "https://registry.npm.alibaba-inc.com"
}
}