r-util-js/packages/uview-plus/package.json

100 lines
2.5 KiB
JSON
Raw Normal View History

2026-04-20 17:54:26 +08:00
{
"name": "@r-utils/uview-plus",
2026-05-28 11:30:35 +08:00
"version": "1.3.0",
2026-04-20 17:54:26 +08:00
"private": false,
"description": "uview-plus 组合式 API Hooks",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"sideEffects": false,
2026-05-28 11:30:35 +08:00
"files": [
"dist"
],
2026-04-20 17:54:26 +08:00
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
2026-05-28 11:30:35 +08:00
"./calendar": {
"types": "./dist/calendar/index.d.ts",
"import": "./dist/calendar/index.mjs",
"require": "./dist/calendar/index.cjs"
},
"./datetime-picker": {
"types": "./dist/datetime-picker/index.d.ts",
"import": "./dist/datetime-picker/index.mjs",
"require": "./dist/datetime-picker/index.cjs"
},
"./picker-single": {
"types": "./dist/picker-single/index.d.ts",
"import": "./dist/picker-single/index.mjs",
"require": "./dist/picker-single/index.cjs"
},
"./picker": {
"types": "./dist/picker/index.d.ts",
"import": "./dist/picker/index.mjs",
"require": "./dist/picker/index.cjs"
}
2026-04-20 17:54:26 +08:00
},
"keywords": [
"vue3",
"uview-plus",
"uni-app"
],
"publishConfig": {
"registry": "http://npm.nps.yunvip123.cn"
},
"author": {
"name": "CodiceFabbrica",
"email": "randy1924@163.com",
"url": "https://gitee.com/codice_fabbrica"
},
"homepage": "https://gitee.com/codice_fabbrica/r-util-js",
"repository": {
"url": "https://gitee.com/codice_fabbrica/r-util-js.git",
"type": "git"
},
"bugs": {
"url": "https://gitee.com/codice_fabbrica/r-util-js/issues"
},
"engines": {
"node": ">=18.12.0",
"pnpm": ">=10.0.0"
},
"license": "ISC",
"packageManager": "pnpm@10.32.1",
"scripts": {
"build": "vite build",
"watch": "vite build --watch",
2026-05-28 11:30:35 +08:00
"typecheck": "tsc -p tsconfig.json --noEmit",
2026-04-20 17:54:26 +08:00
"lint": "eslint --ext .js,ts --fix src",
2026-05-28 11:30:35 +08:00
"format": "prettier --write src",
2026-04-20 17:54:26 +08:00
"commit": "cz",
"lint-staged": "lint-staged",
2026-05-28 11:30:35 +08:00
"test": "vitest run"
2026-04-20 17:54:26 +08:00
},
"peerDependencies": {
"uview-plus": ">=3.0.0",
"vue": "^3.3.0"
},
"peerDependenciesMeta": {
"uview-plus": {
"optional": true
}
},
"dependencies": {
2026-05-28 11:30:35 +08:00
"@jonny1994/qqmap-wx-jssdk": "^1.4.0",
2026-04-20 17:54:26 +08:00
"lodash-es": "catalog:"
},
"devDependencies": {
2026-05-28 11:30:35 +08:00
"@dcloudio/types": "^3.4.14",
2026-04-20 17:54:26 +08:00
"@types/lodash-es": "catalog:",
"vite": "catalog:",
"vite-plugin-dts": "catalog:",
"vitest": "catalog:",
"vue": "^3.5.13"
}
}