87 lines
2.2 KiB
JSON
87 lines
2.2 KiB
JSON
{
|
|
"name": "@r-utils/root",
|
|
"version": "1.2.1",
|
|
"private": true,
|
|
"description": "前端工具库",
|
|
"keywords": [
|
|
"vue",
|
|
"js",
|
|
"utils",
|
|
"tools"
|
|
],
|
|
"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"
|
|
},
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=18.12.0",
|
|
"pnpm": ">=10.0.0"
|
|
},
|
|
"packageManager": "pnpm@10.32.1",
|
|
"type": "module",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"build": "pnpm -r run build",
|
|
"prepare": "husky install",
|
|
"lint": "eslint --fix packages/*/src",
|
|
"format": "prettier --write packages/*/src",
|
|
"release": "standard-version",
|
|
"commit": "cz",
|
|
"lint-staged": "lint-staged",
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.29.0",
|
|
"@babel/preset-env": "^7.29.2",
|
|
"@babel/preset-typescript": "^7.28.5",
|
|
"@commitlint/config-conventional": "^20.5.0",
|
|
"@eslint/js": "^10.0.1",
|
|
"@jest/globals": "^30.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.57.1",
|
|
"@typescript-eslint/parser": "^8.57.1",
|
|
"babel-jest": "^30.3.0",
|
|
"commitizen": "^4.3.1",
|
|
"cz-git": "^1.12.0",
|
|
"eslint": "^10.0.3",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-define-config": "^1.18.0",
|
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
"eslint-plugin-import-x": "^4.16.2",
|
|
"eslint-plugin-prettier": "^5.5.5",
|
|
"globals": "^17.4.0",
|
|
"husky": "^9.1.7",
|
|
"inquirer": "^9.3.8",
|
|
"jest": "^30.3.0",
|
|
"lint-staged": "^16.4.0",
|
|
"prettier": "^3.8.1",
|
|
"standard-version": "^9.5.0",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.57.1",
|
|
"vite": "^8.0.0",
|
|
"vite-plugin-dts": "^4.5.4"
|
|
},
|
|
"overrides": {
|
|
"@types/lodash": "4.17.16",
|
|
"dayjs": "1.11.13",
|
|
"lodash": "4.17.21",
|
|
"lodash-es": "4.17.21"
|
|
}
|
|
}
|