vue-fluent-ui
Version:
一个winui3/fluent design风格的vue组件库
72 lines • 1.71 kB
JSON
{
"name": "vue-fluent-ui",
"private": false,
"version": "0.0.5",
"type": "module",
"description": "一个winui3/fluent design风格的vue组件库",
"author": "Vue-Fluent-UI Team",
"license": "MIT",
"keywords": [
"vue",
"vue3",
"fluent",
"fluent-design",
"winui",
"winui3",
"ui-library",
"component-library",
"design-system"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vue-fluent-ui/vue-fluent-ui.git"
},
"homepage": "https://github.com/vue-fluent-ui/vue-fluent-ui",
"bugs": {
"url": "https://github.com/vue-fluent-ui/vue-fluent-ui/issues"
},
"module": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/src/index.d.ts",
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"peerDependencies": {
"vue": "^3.5.13"
},
"devDependencies": {
"@rsbuild/plugin-sass": "^1.4.0",
"@rslib/core": "^0.15.0",
"@types/lodash": "^4.17.20",
"@vitejs/plugin-vue": "^5.2.3",
"@vitest/ui": "3.2.4",
"@vue/tsconfig": "^0.7.0",
"jsdom": "^27.0.0",
"rsbuild-plugin-unplugin-vue": "^0.1.0",
"typescript": "~5.8.3",
"vitest": "^3.2.4",
"vue-tsc": "^2.2.8"
},
"dependencies": {
"@vueuse/core": "^13.6.0",
"lodash": "^4.17.21"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"dev": "rslib build -w",
"build": "rslib build",
"build:publish": "pnpm run build && pnpm publish ",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui"
}
}