313 Star 2.9K Fork 545

Layui Vue / layui-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.90 KB
一键复制 编辑 原始数据 按行查看 历史
Jevin 提交于 2024-04-12 02:04 . !295chore(carousel): add exposure attribute
{
"license": "MIT",
"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/document-component dev",
"dev:layer": "pnpm -C docs/document-layer dev",
"test": "pnpm -C packages/component test",
"build": "pnpm run build:icons && pnpm run build:layer && pnpm run build:component && pnpm run build:document",
"build:document": " pnpm run build:document-component && pnpm run build:document-layer",
"build:document-component": "pnpm -C docs/document-component build",
"build:document-layer": "pnpm -C docs/document-layer build",
"build:component": "pnpm -C packages/component build",
"build:icons": "pnpm -C packages/icons build",
"build:layer": "pnpm -C packages/layer build",
"publish:component": "pnpm -C packages/component publish",
"generate:icons": "pnpm -C packages/icons generate",
"lint:eslint": "eslint 'packages/**/*.{vue,ts,tsx}' --fix",
"lint:prettier": "prettier --write \"packages/**/*.{vue,ts}\"",
"postinstall": "pnpm run build",
"prepare": "husky install",
"commit": "git add . && git-cz && git push"
},
"dependencies": {
"@layui/icons-vue": "workspace:*",
"@layui/layer-vue": "workspace:*",
"@layui/layui-vue": "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": "^3.10.1",
"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"
}
}
}
TypeScript
1
https://gitee.com/layui-vue/layui-vue.git
git@gitee.com:layui-vue/layui-vue.git
layui-vue
layui-vue
layui-vue
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891