45 Star 131 Fork 86

GVPHalo-E/HaloE-Design

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
package.json 4.50 KB
Copy Edit Raw Blame History
Aya authored 2024-08-13 15:35 . release: 发布3.5.1-alpha.4版本
{
"name": "@haloe-design/haloe",
"version": "3.5.1-alpha.4",
"title": "HaloE Design",
"description": "HaloE Design设计拥抱无限可能",
"private": false,
"license": "Mulan PSL v2",
"keywords": [
"vue",
"vue3.0",
"HaloE Design",
"vue.js",
"component",
"components",
"ui",
"framework"
],
"bin": {
"haloe": "build/bin/new-cli.js"
},
"main": "dist/haloe.min.js",
"module": "dist/es/index.js",
"typings": "types/index.d.ts",
"files": [
"dist",
"src",
"types"
],
"scripts": {
"dev": "vue-cli-service serve",
"dev:legacy": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build": "npm run build:prod && npm run build:style && npm run build:lang",
"build:style": "gulp --gulpfile build/build-style.js",
"build:prod": "vite build",
"build:lang": "vite build --config build/vite.lang.config.js",
"lint": "eslint --fix --ext .js,.vue,.ts,.json src examples build",
"prepare": "npm run build",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -n ./build/build-log.js",
"release:lib": "npm run build && npm run changelog && npm publish --access=public",
"test": "vitest --ui",
"coverage": "vitest run --coverage",
"test:ui": "vitest --ui"
},
"author": "TUX",
"dependencies": {
"@popperjs/core": "^2.11.8",
"@vue/shared": "^3.3.4",
"@vueuse/core": "^10.1.2",
"async-validator": "^4.2.5",
"countup.js": "^1.9.3",
"dayjs": "^1.11.0",
"deepmerge": "^2.2.1",
"element-resize-detector": "^1.2.4",
"js-calendar": "^1.2.3",
"lodash": "^4.17.21",
"lodash-unified": "^1.0.3",
"lodash.chunk": "^4.2.0",
"lodash.throttle": "^4.1.1",
"mitt": "^3.0.0",
"numeral": "^2.0.6",
"popper.js": "^1.14.6",
"select": "^1.1.2",
"tinycolor2": "^1.4.1",
"v-click-outside-x": "^3.7.1",
"vue3-eventbus": "^2.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
"@babel/eslint-plugin": "^7.18.10",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@vitejs/plugin-vue": "^3.1.0",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@vitest/coverage-istanbul": "^0.33.0",
"@vitest/ui": "^0.33.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/test-utils": "^2.4.0",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.3",
"chai": "^4.2.0",
"commander": "8.2.0",
"conventional-changelog": "^3.1.25",
"conventional-changelog-cli": "^2.2.2",
"conventional-changelog-custom-config": "^0.3.1",
"copy-webpack-plugin": "^6.4.1",
"cross-env": "^5.2.0",
"eslint": "^7.5.0",
"eslint-plugin-vue": "^7.0.0-0",
"file-save": "^0.2.0",
"github-markdown-css": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-less": "^5.0.0",
"gulp-rename": "^2.0.0",
"happy-dom": "^10.5.1",
"highlight.js": "^11.5.1",
"karma": "^2.0.5",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-sinon-chai": "^1.3.3",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^2.0.13",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"lint-staged": "^10.5.4",
"lolex": "^2.7.5",
"mocha": "^5.0.4",
"sinon": "^4.4.2",
"sinon-chai": "^3.3.0",
"style-loader": "^0.20.2",
"tslint": "^5.14.0",
"typescript": "^3.3.4000",
"uglifyjs-webpack-plugin": "^1.3.0",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-define-options": "^1.3.18",
"uppercamelcase": "^3.0.0",
"url-loader": "^1.1.2",
"vite": "^3.2.7",
"vitest": "^0.33.0",
"vue": "^3.2.31",
"vue-hot-reload-api": "^2.3.4",
"vue-html-loader": "^1.2.4",
"vue-loader": "^17.0.0",
"vue-markdown-loader": "^2.5.0",
"vue-router": "^4.0.14",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.4"
},
"engines": {
"node": ">=16.14.2",
"npm": ">=8.5.0",
"yarn": ">=1.3.2"
},
"browserslist": [
"last 3 Chrome versions",
"last 3 Firefox versions",
"Safari >= 10",
"Explorer >= 11",
"Edge >= 12",
"iOS >= 10",
"Android >= 6"
],
"repository": {
"type": "git",
"url": "https://gitee.com/halo-e/haloe-design.git"
},
"bugs": {
"url": "https://gitee.com/halo-e/haloe-design/issues"
},
"homepage": "https://gitee.com/halo-e/haloe-design"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/halo-e/haloe-design.git
git@gitee.com:halo-e/haloe-design.git
halo-e
haloe-design
HaloE-Design
develop

Search