117 lines
3.0 KiB
JSON
117 lines
3.0 KiB
JSON
{
|
|
"name": "@r-utils/uni-app",
|
|
"version": "2.0.2",
|
|
"private": false,
|
|
"description": "uni-app工具库",
|
|
"type": "module",
|
|
"main": "dist/index.cjs",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"./bluetooth-utils": {
|
|
"types": "./dist/bluetooth-utils/index.d.ts",
|
|
"import": "./dist/bluetooth-utils/index.mjs",
|
|
"require": "./dist/bluetooth-utils/index.cjs"
|
|
},
|
|
"./nfc": {
|
|
"types": "./dist/nfc/index.d.ts",
|
|
"import": "./dist/nfc/index.mjs",
|
|
"require": "./dist/nfc/index.cjs"
|
|
},
|
|
"./printer": {
|
|
"types": "./dist/printer/index.d.ts",
|
|
"import": "./dist/printer/index.mjs",
|
|
"require": "./dist/printer/index.cjs"
|
|
},
|
|
"./request": {
|
|
"types": "./dist/request/index.d.ts",
|
|
"import": "./dist/request/index.mjs",
|
|
"require": "./dist/request/index.cjs"
|
|
},
|
|
"./uni-helper": {
|
|
"types": "./dist/uni-helper/index.d.ts",
|
|
"import": "./dist/uni-helper/index.mjs",
|
|
"require": "./dist/uni-helper/index.cjs"
|
|
},
|
|
"./upload": {
|
|
"types": "./dist/upload/index.d.ts",
|
|
"import": "./dist/upload/index.mjs",
|
|
"require": "./dist/upload/index.cjs"
|
|
},
|
|
"./vue3": {
|
|
"types": "./dist/vue3/index.d.ts",
|
|
"import": "./dist/vue3/index.mjs",
|
|
"require": "./dist/vue3/index.cjs"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"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"
|
|
},
|
|
"packageManager": "pnpm@10.32.1",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"watch": "vite build --watch",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
"lint": "eslint --ext .js,ts --fix src",
|
|
"format": "prettier --write src",
|
|
"commit": "cz",
|
|
"lint-staged": "lint-staged",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@jonny1994/qqmap-wx-jssdk": "^1.4.0",
|
|
"@r-utils/common": "workspace:^",
|
|
"chroma-js": "catalog:",
|
|
"lodash-es": "catalog:",
|
|
"qs": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"@dcloudio/uni-app": ">=3.0.0",
|
|
"vue": "^3.3.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@dcloudio/uni-app": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@dcloudio/types": "^3.0.7",
|
|
"@dcloudio/uni-app": "3.0.0-4070520250711001",
|
|
"@types/chroma-js": "catalog:",
|
|
"@types/lodash-es": "catalog:",
|
|
"@types/qs": "catalog:",
|
|
"vite": "catalog:",
|
|
"vite-plugin-dts": "catalog:",
|
|
"vue": "^3.3.0"
|
|
}
|
|
}
|