mirror of https://github.com/alibaba/ice.git
31 lines
624 B
JSON
31 lines
624 B
JSON
{
|
|
"name": "@ice/plugin-fusion",
|
|
"version": "1.1.0",
|
|
"description": "plugin for ICE while use fusion component",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "./esm/index.js",
|
|
"types": "./esm/index.d.ts",
|
|
"files": [
|
|
"esm",
|
|
"!esm/**/*.map"
|
|
],
|
|
"dependencies": {
|
|
"@ice/style-import": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ice/app": "^3.4.5"
|
|
},
|
|
"repository": {
|
|
"type": "http",
|
|
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-fusion"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"watch": "tsc -w --sourceMap",
|
|
"build": "tsc"
|
|
}
|
|
}
|