mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "@ali/lowcode-engine-skeleton",
|
|
"version": "0.0.1",
|
|
"description": "alibaba lowcode editor skeleton",
|
|
"files": [
|
|
"demo/",
|
|
"es/",
|
|
"lib/",
|
|
"build/"
|
|
],
|
|
"main": "lib/index.tsx",
|
|
"module": "es/index.js",
|
|
"stylePath": "style.js",
|
|
"scripts": {
|
|
"start": "build-scripts start",
|
|
"build": "build-scripts build --skip-demo",
|
|
"prepublishOnly": "npm run prettier && npm run build",
|
|
"lint": "eslint --cache --ext .js,.jsx ./",
|
|
"prettier": "prettier --write \"./src/**/*.{ts,tsx,js,jsx,ejs,less,css,scss,json}\" "
|
|
},
|
|
"keywords": [
|
|
"lowcode",
|
|
"editor"
|
|
],
|
|
"author": "xiayang.xy",
|
|
"dependencies": {
|
|
"@alifd/next": "^1.x",
|
|
"@icedesign/theme": "^1.x",
|
|
"@types/react": "^16.8.3",
|
|
"@types/react-dom": "^16.8.2",
|
|
"moment": "^2.23.0",
|
|
"prop-types": "^15.5.8",
|
|
"react": "^16.4.1",
|
|
"react-dom": "^16.4.1",
|
|
"react-router-dom": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.3",
|
|
"@alifd/next": "1.x",
|
|
"@ice/spec": "^0.1.1",
|
|
"@types/lodash": "^4.14.149",
|
|
"@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",
|
|
"eslint": "^6.0.1",
|
|
"prettier": "^1.19.1",
|
|
"react": "^16.8.0",
|
|
"react-dom": "^16.8.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"
|
|
}
|