2026-03-16 17:58:57 +08:00
|
|
|
{
|
|
|
|
|
"name": "@r-utils/vue3",
|
|
|
|
|
"version": "1.0.0",
|
2026-03-17 10:24:02 +08:00
|
|
|
"private": false,
|
2026-03-16 17:58:57 +08:00
|
|
|
"description": "Vue3 工具",
|
|
|
|
|
"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": [
|
|
|
|
|
"vue3"
|
|
|
|
|
],
|
|
|
|
|
"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"
|
|
|
|
|
},
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
|
"vue": "^3.3.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@babel/core": "^7.8.0",
|
|
|
|
|
"@babel/preset-env": "^7.12.0",
|
|
|
|
|
"@babel/preset-typescript": "^7.21.4",
|
|
|
|
|
"@commitlint/config-conventional": "^17.6.1",
|
|
|
|
|
"@commitlint/cz-commitlint": "^17.5.0",
|
|
|
|
|
"@jest/globals": "^29.7.0",
|
|
|
|
|
"babel-jest": "^29.7.0",
|
|
|
|
|
"commitizen": "^4.3.0",
|
|
|
|
|
"eslint-define-config": "^1.18.0",
|
|
|
|
|
"husky": "^8.0.3",
|
|
|
|
|
"inquirer": "^8.0.0",
|
|
|
|
|
"jest": "^29.7.0",
|
|
|
|
|
"lint-staged": "^15.4.0",
|
|
|
|
|
"prettier": "^3.4.2",
|
|
|
|
|
"standard-version": "^9.5.0"
|
|
|
|
|
},
|
|
|
|
|
"packageManager": "pnpm@8.15.6"
|
|
|
|
|
}
|