1 Star 2 Fork 1

diogoxiang/vue3-turbo-component-lib-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.17 KB
一键复制 编辑 原始数据 按行查看 历史
友人A 提交于 2024-12-05 15:41 +08:00 . build: 优化gulp打包、升级依赖
{
"name": "vue3-component-lib-template",
"description": "This is a modern component library template based on Turborepo+Vue 3.5+TypeScript.",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@9.14.2",
"author": "huangmingfu <212149997@qq.com>",
"license": "MIT",
"homepage": "https://github.com/huangmingfu/vue3-turbo-component-lib-template",
"repository": {
"type": "git",
"url": "https://github.com/huangmingfu/vue3-turbo-component-lib-template"
},
"bugs": "https://github.com/huangmingfu/vue3-turbo-component-lib-template/issues",
"keywords": [
"component library template",
"component library",
"ui framework",
"ui",
"turborepo",
"monorepo",
"vue3 typescript",
"vite6",
"turbo"
],
"scripts": {
"dev": "turbo run dev",
"dev:docs": "pnpm -F @mylib/docs run dev",
"dev:play": "pnpm -F @mylib/playground run dev",
"build": "turbo run build",
"build:docs": "pnpm -F @mylib/docs run build",
"build:gulp": "gulp -f build/gulpfile.cjs",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,mjs,mts,md,vue}\"",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && turbo run clean",
"version-packages": "changeset version",
"deps:update": "pnpm update -r --latest",
"deps:check": "pnpm outdated -r",
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
"rename-pkg": "bash ./scripts/rename-package.sh"
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@commitlint/cli": "^19.6.0",
"@mylib/commitlint-config": "workspace:*",
"@mylib/eslint-config": "workspace:*",
"@mylib/prettier-config": "workspace:*",
"@mylib/stylelint-config": "workspace:*",
"@mylib/typescript-config": "workspace:*",
"@mylib/ui": "workspace:*",
"@mylib/utils": "workspace:*",
"eslint": "^9.16.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.4.2",
"stylelint": "^16.11.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^14.0.0",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18",
"pnpm": ">=9"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/diogoxiang/vue3-turbo-component-lib-template.git
git@gitee.com:diogoxiang/vue3-turbo-component-lib-template.git
diogoxiang
vue3-turbo-component-lib-template
vue3-turbo-component-lib-template
master

搜索帮助