5 Star 12 Fork 4

轩陌/dl-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.08 KB
一键复制 编辑 原始数据 按行查看 历史
轩陌 提交于 2024-11-24 17:43 . feat: 增加图标
{
"name": "dl-ui",
"version": "1.0.0",
"private": true,
"repository": "[email protected]:D-xuanmo/dl-ui.git",
"author": "xuanmo <[email protected]>",
"license": "MIT",
"workspaces": [
"packages/*",
"docs"
],
"scripts": {
"prepare": "husky install",
"start": "yarn build:icons && yarn workspace docs dev",
"build:common": "yarn workspace @xuanmo/dl-common build",
"build:icons": "yarn workspace @xuanmo/dl-icons build",
"build:docs": "yarn workspace docs build",
"build:lib": "yarn workspace @xuanmo/dl-ui build",
"build:cli": "yarn workspace @xuanmo/dl-cli build",
"prettier": "prettier --write .",
"lint": "eslint . --ext js,ts,tsx,vue && npm run lint:tsc",
"lint:tsc": "yarn workspace @xuanmo/dl-ui tsc:clear"
},
"dependencies": {
"@xuanmo/datejs": "^1.0.15",
"@xuanmo/dl-common": "workspace:*",
"@xuanmo/dl-icons": "workspace:*",
"@xuanmo/utils": "^0.0.2",
"@xuanmo/validator": "^0.0.20",
"chroma-js": "^3.0.0",
"eventemitter3": "^5.0.1",
"vue-if": "latest"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@types/node": "^17.0.36",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@xuanmo/prettier-config": "latest",
"autoprefixer": "^10.4.7",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-xuanmo": "^0.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.13.0",
"husky": "^7.0.4",
"prettier": "2.6.2",
"rimraf": "^4.3.0",
"rollup": "^4.24.0",
"sass": "^1.51.0",
"typescript": "^5.0.2",
"vite": "^5.4.8",
"vite-svg-loader": "^4.0.0",
"vue-tsc": "^2.1.6"
},
"engines": {
"node": ">= 16.17.0"
},
"packageManager": "[email protected]",
"prettier": "@xuanmo/prettier-config"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/D-xuanmo/dl-ui.git
[email protected]:D-xuanmo/dl-ui.git
D-xuanmo
dl-ui
dl-ui
develop

搜索帮助