49 lines
916 B
JSON
49 lines
916 B
JSON
{
|
|
"name": "@zhst/material",
|
|
"version": "0.7.3",
|
|
"description": "物料库",
|
|
"keywords": [
|
|
"business",
|
|
"biz",
|
|
"zhst"
|
|
],
|
|
"license": "ISC",
|
|
"author": "dev",
|
|
"sideEffects": [
|
|
"dist/*",
|
|
"es/**/style/*",
|
|
"lib/**/style/*",
|
|
"*.less"
|
|
],
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"typings": "es/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./es/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"es",
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "father build"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "http://10.0.0.77:4874"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.2.6",
|
|
"@ant-design/pro-components": "^2.6.49",
|
|
"@zhst/biz": "workspace:^",
|
|
"@zhst/func": "workspace:^",
|
|
"@zhst/hooks": "workspace:^",
|
|
"@zhst/meta": "workspace:^",
|
|
"antd": "^5.14.2",
|
|
"classnames": "^2.5.1",
|
|
"rc-util": "^5.38.1"
|
|
}
|
|
}
|