@minto-ai/mt-ui
Version:
UI组件库
41 lines • 815 B
JSON
{
"name": "@minto-ai/mt-ui",
"type": "module",
"version": "1.0.716",
"description": "UI组件库",
"publishConfig": {
"access": "public"
},
"author": "",
"license": "ISC",
"keywords": [
"mt-ui",
"UI组件库"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.umd.cjs"
},
"./dist/style.css": "./dist/style.css"
},
"main": "./dist/index.umd.cjs",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "vite build"
},
"peerDependencies": {
"vue": "^3.5.13"
},
"dependencies": {
"@minto-ai/tools": "^1.0.53",
"@popperjs/core": "^2.11.8",
"@vueuse/core": "^13.4.0",
"vue-cropper": "^1.1.4"
}
}