mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +00:00
48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
||
"name": "@alifd/scaffold-lite-js",
|
||
"version": "0.1.5",
|
||
"description": "轻量级模板,使用 JavaScript,仅包含基础的 Layout。",
|
||
"dependencies": {
|
||
"moment": "^2.24.0",
|
||
"react": "^16.4.1",
|
||
"react-dom": "^16.4.1",
|
||
"@alifd/theme-design-pro": "^0.x",
|
||
"@alilc/lowcode-datasource-engine": "*",
|
||
"@alilc/lowcode-datasource-url-params-handler": "*",
|
||
"@alilc/lowcode-datasource-fetch-handler": "*",
|
||
"@alilc/lowcode-datasource-mtop-handler": "*",
|
||
"@alilc/lowcode-datasource-mopen-handler": "*",
|
||
"intl-messageformat": "^9.3.6",
|
||
"@alilc/b6-page": "^0.1.0",
|
||
"@alilc/b6-text": "^0.1.0",
|
||
"@alilc/b6-compact-legao-builtin": "1.x",
|
||
"antd": "3.x",
|
||
"@alilc/b6-util-mocks": "1.x"
|
||
},
|
||
"devDependencies": {
|
||
"@ice/spec": "^1.0.0",
|
||
"build-plugin-fusion": "^0.1.0",
|
||
"build-plugin-moment-locales": "^0.1.0",
|
||
"eslint": "^6.0.1",
|
||
"ice.js": "^1.0.0",
|
||
"stylelint": "^13.2.0",
|
||
"@ali/build-plugin-ice-def": "^0.1.0"
|
||
},
|
||
"scripts": {
|
||
"start": "icejs start",
|
||
"build": "icejs build",
|
||
"lint": "npm run eslint && npm run stylelint",
|
||
"eslint": "eslint --cache --ext .js,.jsx ./",
|
||
"stylelint": "stylelint ./**/*.scss"
|
||
},
|
||
"ideMode": { "name": "ice-react" },
|
||
"iceworks": { "type": "react", "adapter": "adapter-react-v3" },
|
||
"engines": { "node": ">=8.0.0" },
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "http://gitlab.xxx.com/msd/leak-scan/tree/master"
|
||
},
|
||
"private": true,
|
||
"originTemplate": "@alifd/scaffold-lite-js"
|
||
}
|