1 Star 0 Fork 0

cps-open-source-fork/vueuse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.99 KB
一键复制 编辑 原始数据 按行查看 历史
antfu 提交于 2022-10-25 20:08 +08:00 . chore: release v9.4.0
{
"name": "@vueuse/monorepo",
"version": "9.4.0",
"private": true,
"packageManager": "pnpm@7.6.0",
"description": "Collection of essential Vue Composition Utilities",
"author": "Anthony Fu<https://github.com/antfu>",
"license": "MIT",
"scripts": {
"build": "nr update && esno scripts/build.ts",
"build:redirects": "esno scripts/redirects.ts",
"build:rollup": "cross-env NODE_OPTIONS=\"--max-old-space-size=6144\" rollup -c",
"build:types": "tsc --emitDeclarationOnly && nr types:fix",
"clean": "rimraf dist types packages/*/dist",
"dev": "nr update && nr docs",
"docs": "vue-demi-switch 3 && vitepress dev packages --open",
"docs:build": "nr update:full && vitepress build packages && nr build:redirects && esno scripts/post-docs.ts",
"docs:serve": "vitepress serve packages",
"lint": "eslint --cache .",
"lint:fix": "nr lint --fix",
"publish:ci": "esno scripts/publish.ts",
"install-fonts": "gfi install Inter && gfi install Fira Code",
"release": "bumpp --execute=\"npm run release:prepare\" --all",
"release:prepare": "npm run build:types && npm run update",
"size": "esno scripts/export-size.ts",
"test": "vitest",
"test:2": "vue-demi-switch 2.7 vue2 && vitest run --silent",
"test:3": "vue-demi-switch 3 && vitest run",
"test:all": "nr test:3 && nr test:2 && vue-demi-switch 3",
"test:cov": "vitest run --coverage",
"typecheck": "tsc --noEmit",
"types:fix": "esno scripts/fix-types.ts",
"update": "nr -C packages/metadata update && esno scripts/update.ts",
"update:full": "nr update && nr build:types",
"watch": "esno scripts/build.ts --watch"
},
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
"@antfu/ni": "^0.18.2",
"@iconify/json": "^2.1.122",
"@rollup/plugin-json": "^5.0.0",
"@rollup/plugin-replace": "^5.0.0",
"@type-challenges/utils": "^0.1.1",
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5",
"@types/md5": "^2.3.2",
"@types/node": "^18.11.0",
"@types/prettier": "^2.7.1",
"@types/semver": "^7.3.12",
"@types/sharp": "^0.31.0",
"@vitest/coverage-c8": "^0.24.3",
"@vitest/ui": "^0.24.3",
"@vue/compiler-sfc": "^3.2.41",
"@vue/test-utils": "^2.1.0",
"@vueuse/core": "workspace:*",
"@vueuse/integrations": "workspace:*",
"@vueuse/math": "workspace:*",
"@vueuse/rxjs": "workspace:*",
"@vueuse/shared": "workspace:*",
"axios": "^1.1.3",
"bumpp": "^8.2.1",
"consola": "^2.15.3",
"cross-env": "^7.0.3",
"esbuild-register": "^3.3.3",
"eslint": "^8.25.0",
"esno": "^0.16.3",
"export-size": "^0.5.2",
"fast-glob": "^3.2.12",
"firebase": "^9.12.1",
"fs-extra": "^10.1.0",
"fuse.js": "^6.6.2",
"google-font-installer": "^1.2.0",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"jsdom": "^20.0.1",
"lint-staged": "^13.0.3",
"markdown-table": "^3.0.2",
"md5": "^2.3.0",
"msw": "^0.47.4",
"node-fetch": "^3.2.10",
"ohmyfetch": "^0.4.19",
"pnpm": "^7.13.5",
"postcss": "^8.4.18",
"postcss-nested": "^6.0.0",
"prettier": "^2.7.1",
"prism-theme-vars": "^0.2.4",
"remove-markdown": "^0.5.0",
"rimraf": "^3.0.2",
"rollup": "^3.2.2",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-esbuild": "^4.10.1",
"sharp": "^0.31.1",
"simple-git": "^3.14.1",
"simple-git-hooks": "^2.8.0",
"typescript": "4.8.4",
"unocss": "^0.45.29",
"unplugin-icons": "^0.14.12",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.8",
"vite-plugin-inspect": "^0.7.5",
"vite-plugin-pwa": "^0.13.1",
"vitepress": "^1.0.0-alpha.21",
"vitest": "^0.24.3",
"vue": "^3.2.41",
"vue2": "npm:vue@^2.7.10"
},
"pnpm": {
"neverBuiltDependencies": [
"electron"
],
"overrides": {
"vue-demi": "0.13.11",
"vite": "^3.1.6"
}
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.{js,ts,tsx,vue,md}": [
"eslint --cache --fix"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/cps-open-source-fork/vueuse.git
git@gitee.com:cps-open-source-fork/vueuse.git
cps-open-source-fork
vueuse
vueuse
main

搜索帮助