1 Star 1 Fork 0

bin/bin-ui-design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.25 KB
一键复制 编辑 原始数据 按行查看 历史
bin 提交于 2024-12-19 15:58 . update: 更新新版本
{
"name": "bin-ui-design",
"version": "0.6.3",
"keywords": [
"bin-ui-design",
"bin-ui-next",
"bin-ui",
"bin",
"ui",
"vue",
"vue3",
"components"
],
"author": "wangbin",
"files": [
"dist",
"es",
"lib"
],
"private": false,
"homepage": "https://wangbin3162.github.io/bin-ui-design/",
"type": "module",
"main": "./lib/src/index.js",
"module": "./es/src/index.mjs",
"types": "./dist/@types/src/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/wangbin3162/bin-ui-design.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"dev": "vitepress dev demo",
"build:package": "pnpm run gen-version && pnpm clean && pnpm build:lib && pnpm build:style",
"build:site": "vitepress build demo",
"clean": "rimraf dist es lib",
"build:lib": "vite build",
"build:style": "gulp --require @esbuild-kit/cjs-loader -f build/build-style.ts",
"test": "vitest",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"gen-version": "node build/gen-version.cjs"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"async-validator": "^4.2.5",
"color": "^4.2.3",
"dayjs": "^1.11.10",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"resize-observer-polyfill": "^1.5.1",
"sortablejs": "^1.15.2",
"vue": "^3.4.21"
},
"devDependencies": {
"@esbuild-kit/cjs-loader": "^2.4.4",
"@rushstack/eslint-patch": "^1.7.2",
"@tsconfig/node18": "^18.2.2",
"@types/gulp": "^4.0.17",
"@types/gulp-autoprefixer": "^0.0.34",
"@types/gulp-postcss": "^8.0.6",
"@types/node": "^18.19.22",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitepress-demo-preview/component": "^2.3.2",
"@vitepress-demo-preview/plugin": "^1.2.2",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/runtime-core": "^3.4.21",
"@vue/test-utils": "^2.4.4",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.18",
"bin-editor-next": "^1.1.0",
"esbuild": "^0.19.12",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.22.0",
"fs-extra": "^11.2.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-postcss": "^9.0.1",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"postcss-color-mix": "^1.1.0",
"postcss-each": "^1.1.0",
"postcss-each-variables": "^0.3.0",
"postcss-for": "^2.1.1",
"postcss-functions": "^4.0.2",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.1",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rollup-plugin-terser": "^7.0.2",
"sucrase": "^3.35.0",
"typescript": "~5.1.6",
"vite": "^4.5.2",
"vite-plugin-dts": "^3.7.3",
"vitepress": "1.0.0-rc.4",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.27"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangbin3162/bin-ui-design.git
[email protected]:wangbin3162/bin-ui-design.git
wangbin3162
bin-ui-design
bin-ui-design
main

搜索帮助