2026-03-16 17:58:57 +08:00
|
|
|
{
|
|
|
|
|
"name": "@r-utils/uni-app",
|
2026-03-18 15:53:43 +08:00
|
|
|
"version": "1.0.2",
|
2026-03-17 10:24:02 +08:00
|
|
|
"private": false,
|
2026-03-16 17:58:57 +08:00
|
|
|
"description": "uni-app工具库",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "dist/index.cjs",
|
|
|
|
|
"module": "dist/index.mjs",
|
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
|
"sideEffects": false,
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"import": "./dist/index.mjs",
|
|
|
|
|
"require": "./dist/index.cjs"
|
|
|
|
|
},
|
|
|
|
|
"./*": "./*"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"uni-app"
|
|
|
|
|
],
|
2026-03-18 15:53:43 +08:00
|
|
|
"publishConfig": {
|
2026-03-17 17:45:52 +08:00
|
|
|
"registry": "http://npm.nps.yunvip123.cn"
|
|
|
|
|
},
|
2026-03-16 17:58:57 +08:00
|
|
|
"scripts": {
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"watch": "vite build --watch",
|
|
|
|
|
"lint": "eslint --ext .js,ts --fix src",
|
|
|
|
|
"release": "standard-version",
|
|
|
|
|
"commit": "cz",
|
|
|
|
|
"lint-staged": "lint-staged",
|
|
|
|
|
"test": "jest"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-03-17 14:42:03 +08:00
|
|
|
"@r-utils/common": "workspace:^"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"vue": "^3.3.0"
|
2026-03-16 17:58:57 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@dcloudio/types": "^3.0.7",
|
|
|
|
|
"vue": "^3.3.0"
|
|
|
|
|
}
|
|
|
|
|
}
|