zhytech-ui-mobile
Version:
一个基于Vue3 + wot-design-uni + TypeScript + unocss封装的前端UI组件库
84 lines (83 loc) • 2.36 kB
JSON
{
"name": "zhytech-ui-mobile",
"version": "1.0.10",
"scripts": {
"dev": "uni",
"build": "uni build && node scripts/moveFile.ts",
"test": "uni build && node scripts/moveFile.ts && npm pack"
},
"files": [
"dist",
"package.json",
"README.md"
],
"description": "一个基于Vue3 + wot-design-uni + TypeScript + unocss封装的前端UI组件库",
"author": "SJZ",
"keywords": [
"zhytech-ui",
"zhytech-ui-mobile",
"ui",
"form",
"vue3",
"wot-design-uni",
"uniapp"
],
"license": "MIT",
"main": "./dist/zhytech-ui-mobile.umd.js",
"module": "./dist/zhytech-ui-mobile.es.js",
"types": "./dist/types/index.d.ts",
"style": "./dist/style.css",
"exports": {
".": {
"import": "./dist/zhytech-ui-mobile.es.js",
"require": "./dist/zhytech-ui-mobile.umd.js",
"types": "./dist/types/index.d.ts"
},
"./dist/style.css": "./dist/style.css"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"directory": "dist"
},
"volta": {
"node": "18.16.0"
},
"dependencies": {
"@dcloudio/uni-app": "3.0.0-4000820240401001",
"@dcloudio/uni-components": "3.0.0-4000820240401001",
"@dcloudio/uni-h5": "3.0.0-4000820240401001",
"@dcloudio/uni-mp-weixin": "3.0.0-4000820240401001",
"@dcloudio/uni-ui": "^1.5.11",
"@vueuse/core": "^10.11.1",
"vue": "3.3.11",
"wot-design-uni": "^1.12.4"
},
"devDependencies": {
"@dcloudio/types": "^3.4.19",
"@dcloudio/vite-plugin-uni": "3.0.0-4000820240401001",
"@types/node": "^24.3.1",
"@types/wechat-miniprogram": "^3.4.8",
"@uni-helper/uni-app-types": "^0.4.0",
"@unocss/preset-uno": "^0.62.4",
"@unocss/transformer-directives": "^66.5.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/runtime-core": "^3.5.21",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.33.0",
"prettier": "^2.8.8",
"sass": "1.77.8",
"sass-loader": "^13.3.3",
"style-loader": "^3.3.4",
"typescript": "^4.8.2",
"unocss": "^0.58.9",
"unocss-applet": "^0.7.8",
"unocss-preset-theme": "^0.13.0",
"unplugin-auto-import": "^0.17.8",
"vite": "4.3.5",
"vite-plugin-dts": "^4.5.4",
"vue-tsc": "^1.8.27"
}
}