mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
44 lines
920 B
JSON
44 lines
920 B
JSON
{
|
|
"name": "@ali/lowcode-plugin-settings",
|
|
"version": "0.0.0",
|
|
"description": "xxx for Ali lowCode engine",
|
|
"main": "src/index.tsx",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "ava",
|
|
"test:snapshot": "ava --update-snapshots"
|
|
},
|
|
"dependencies": {
|
|
"@alifd/next": "^1.19.16",
|
|
"classnames": "^2.2.6",
|
|
"react": "^16",
|
|
"react-dom": "^16.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@recore/config": "^2.0.0",
|
|
"@types/classnames": "^2.2.7",
|
|
"@types/node": "^13.7.1",
|
|
"@types/react": "^16",
|
|
"@types/react-dom": "^16",
|
|
"eslint": "^6.5.1",
|
|
"prettier": "^1.18.2",
|
|
"tslib": "^1.9.3",
|
|
"typescript": "^3.1.3",
|
|
"ts-node": "^8.0.1"
|
|
},
|
|
"ava": {
|
|
"compileEnhancements": false,
|
|
"snapshotDir": "test/fixtures/__snapshots__",
|
|
"extensions": [
|
|
"ts"
|
|
],
|
|
"require": [
|
|
"ts-node/register"
|
|
]
|
|
},
|
|
"license": "MIT"
|
|
}
|