r-util-js/package.json

80 lines
2.0 KiB
JSON
Raw Normal View History

{
2026-03-16 17:58:57 +08:00
"name": "@r-utils/root",
"version": "1.0.0",
2026-03-16 17:58:57 +08:00
"private": true,
"description": "前端工具库",
"keywords": [
"vue",
"js",
"utils",
"tools"
],
"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"
},
"packageManager": "pnpm@8.15.6",
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
2026-03-16 17:58:57 +08:00
"build": "pnpm -r run build",
"prepare": "husky install",
"lint": "eslint --ext .js,ts --fix src",
2026-03-16 17:58:57 +08:00
"format": "prettier --write src",
"release": "standard-version",
"commit": "cz",
"lint-staged": "lint-staged",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/preset-env": "^7.12.0",
"@babel/preset-typescript": "^7.21.4",
2026-03-16 17:58:57 +08:00
"@commitlint/config-conventional": "^19.8.1",
"@commitlint/cz-commitlint": "^19.8.1",
"@eslint/js": "^9.26.0",
"@jest/globals": "^29.5.0",
2026-03-16 17:58:57 +08:00
"@typescript-eslint/eslint-plugin": "^8.32.0",
"@typescript-eslint/parser": "^8.32.0",
"babel-jest": "^29.5.0",
"commitizen": "^4.3.0",
2026-03-16 17:58:57 +08:00
"eslint": "^9.26.0",
"eslint-config-prettier": "^10.1.3",
"eslint-define-config": "^1.18.0",
2026-03-16 17:58:57 +08:00
"eslint-plugin-prettier": "^5.4.0",
"globals": "^16.1.0",
"husky": "^9.1.7",
"inquirer": "^12.6.0",
"jest": "^29.5.0",
2026-03-16 17:58:57 +08:00
"lint-staged": "^15.5.2",
"prettier": "^3.5.3",
"standard-version": "^9.5.0",
2026-03-16 17:58:57 +08:00
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.0",
"vite": "^6.0.0",
"vite-plugin-dts": "^4.0.0"
},
"overrides": {
"@types/lodash": "4.17.16",
"dayjs": "1.11.13",
"lodash": "4.17.21",
"lodash-es": "4.17.21"
}
}