2026-03-16 17:58:57 +08:00
|
|
|
{
|
|
|
|
|
"name": "@r-utils/vue2",
|
2026-03-26 08:56:15 +08:00
|
|
|
"version": "1.2.1",
|
2026-03-17 10:24:02 +08:00
|
|
|
"private": false,
|
2026-03-16 17:58:57 +08:00
|
|
|
"description": "Vue2工具库",
|
|
|
|
|
"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": [
|
|
|
|
|
"vue2"
|
|
|
|
|
],
|
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-26 08:56:15 +08:00
|
|
|
"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",
|
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",
|
2026-04-20 17:54:26 +08:00
|
|
|
"test": "vitest run"
|
2026-03-16 17:58:57 +08:00
|
|
|
},
|
2026-03-17 14:42:03 +08:00
|
|
|
"peerDependencies": {
|
|
|
|
|
"vue": "^2.7.0"
|
2026-03-16 17:58:57 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-03-26 08:56:15 +08:00
|
|
|
"vite": "catalog:",
|
|
|
|
|
"vite-plugin-dts": "catalog:",
|
2026-03-16 17:58:57 +08:00
|
|
|
"vue": "^2.7.0"
|
|
|
|
|
}
|
|
|
|
|
}
|