ice/packages/plugin-antd/package.json

32 lines
621 B
JSON
Raw Permalink Normal View History

{
"name": "@ice/plugin-antd",
2023-09-14 10:58:37 +08:00
"version": "1.0.2",
"description": "ice.js plugin for use antd",
"type": "module",
"scripts": {
"watch": "tsc -w --sourceMap",
"build": "tsc"
},
"main": "./esm/index.js",
"types": "./esm/index.d.ts",
"author": "",
"license": "MIT",
"repository": {
"type": "http",
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-antd"
},
"devDependencies": {
2023-09-14 10:58:37 +08:00
"@ice/app": "^3.3.2"
},
"dependencies": {
2023-09-14 10:58:37 +08:00
"@ice/style-import": "^1.0.1"
},
2022-08-11 17:38:11 +08:00
"publishConfig": {
"access": "public"
},
"files": [
"esm",
"!esm/**/*.map"
]
}