Clarence Pan 4a01c97ea6
fix: 解决出码的一些问题 (#87)
* fix: 🐛 修正一些示例地址
* chore: update release scripts
* chore(release): 1.0.1
2022-03-08 12:51:44 +08:00

44 lines
1.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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",
"@alifd/next": "1.19.18"
},
"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"
}