0 Star 0 Fork 593

小楼东风/layui-vue

forked from Layui Vue/layui-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.72 KB
一键复制 编辑 原始数据 按行查看 历史
就眠儀式 提交于 2024-07-02 13:26 . update package.json.
{
"license": "MIT",
"packageManager": "pnpm@8.14.0",
"description": "a component library for Vue 3 base on layui-vue",
"homepage": "http://www.layui-vue.com",
"workspaces": [
"packages/*",
"docs"
],
"scripts": {
"dev": "pnpm -C play dev",
"dev:docs": "pnpm -C docs dev",
"test": "vitest run",
"build": "pnpm run build:icons && pnpm run build:layer && pnpm run build:component && pnpm run build:docs && sh cloudflare_redirect.sh",
"build:docs": "pnpm -C docs build",
"build:component": "pnpm -C packages/layui build",
"build:icons": "pnpm -C packages/icons build",
"build:layer": "pnpm -C packages/layer build",
"publish:component": "pnpm -C packages/layui publish",
"generate:icons": "pnpm -C packages/icons generate",
"lint:eslint": "eslint 'packages/**/*.{vue,ts,tsx}' --fix",
"lint:prettier": "prettier --write \"packages/**/*.{vue,ts}\"",
"prepare": "husky install",
"commit": "git add . && git-cz && git push"
},
"dependencies": {
"@layui/component": "workspace:*",
"@layui/icons-vue": "workspace:*",
"@layui/layer-vue": "workspace:*",
"@layui/layui-vue": "workspace:*",
"@layui/json-schema-form": "workspace:*",
"vue": "3.3.4"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@microsoft/api-extractor": "^7.34.4",
"@rollup/plugin-babel": "^6.0.4",
"@types/node": "^18.11.9",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "3.3.4",
"@vue/runtime-core": "3.3.4",
"@vue/server-renderer": "3.3.4",
"@vue/test-utils": "2.4.5",
"commitizen": "^4.2.4",
"commitlint-config-cz": "^0.13.3",
"components-helper": "2.1.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0",
"execa": "^6.1.0",
"happy-dom": "9.8.2",
"husky": "^8.0.1",
"less": "^4.1.3",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"rollup": "^4.9.4",
"tsx": "^4.12.0",
"typescript": "^4.9.5",
"vite": "5.0.11",
"vitest": "1.4.0",
"vue-component-meta": "^1.0.8",
"vue-tsc": "1.5.3"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/HY-Vae/layui-vue.git
git@gitee.com:HY-Vae/layui-vue.git
HY-Vae
layui-vue
layui-vue
master

搜索帮助