h_ui
Version:
A Vue.js 2.0 UI Components Framework
161 lines (160 loc) • 4.95 kB
JSON
{
"name": "h_ui",
"description": "A Vue.js 2.0 UI Components Framework",
"version": "1.48.0",
"main": "dist/h_ui.min.js",
"homepage": "http://hui.hundsun.com/",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.dev.conf.js",
"locale": "webpack --config build/webpack.dist.locale.js",
"build:demo": "node build/build.example.js",
"build": "node build/build.dist.js && npm run locale",
"test": "cross-env CI_ENV=/dev/ karma start test/unit/karma.conf.js --single-run",
"test:watch": "cross-env CI_ENV=/dev/ karma start test/unit/karma.conf.js --no-single-run",
"lib": "npm run lib:util && npm run lib:mixin && npm run lib:directive && npm run lib:umd && npm run lib:cjs && npm run lib:style",
"lib:umd": "cross-env TARGET=umd webpack --config build/webpack.dist.lib.js",
"lib:cjs": "cross-env TARGET=commonjs2 webpack --config build/webpack.dist.lib.js",
"lib:util": "cross-env TARGET=util webpack --config build/webpack.dist.lib.js",
"lib:mixin": "cross-env TARGET=mixin webpack --config build/webpack.dist.lib.js",
"lib:directive": "cross-env TARGET=directive webpack --config build/webpack.dist.lib.js",
"prod": "npm run build & npm run lib",
"git-cz": "git add . && npx git-cz",
"lint:es": "eslint -c .eslintrc.js \"src/**/**/*.{vue,js,jsx}\"",
"lint:style": "stylelint \"src/style/**/*.{vue,less,postcss,css,scss}\" --allow-empty-input",
"lib:style": "gulp build"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"Vue",
"vue",
"vueComponent",
"component",
"components",
"ui",
"UI",
"UI Components",
"framework",
"frontend"
],
"dependencies": {
"@babel/runtime-corejs2": "^7.12.1",
"async-validator": "^1.6.7",
"bignumber.js": "9.0.0",
"deepmerge": "^1.4.3",
"element-resize-detector": "^1.1.15",
"encoding": "0.1.13",
"iconv-lite": "0.4.24",
"js-calendar": "^1.2.3",
"popper.js": "^1.16.1",
"xlsx": "0.15.5"
},
"peerDependencies": {
"vue": "^2.6.10",
"vuedraggable": "^2.14.1"
},
"devDependencies": {
"@babel/core": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/register": "^7.12.1",
"@toolkit-js/iconfig": "^0.0.8",
"autoprefixer": "^6.4.0",
"babel-loader": "^8.1.0",
"chai": "4.2.0",
"chalk": "^1.1.3",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^6.1.1",
"cross-env": "^3.1.4",
"css-loader": "^5.0.1",
"dayjs": "1.10.7",
"deepmerge": "^1.4.4",
"es6-promise": "^4.2.8",
"eventsource-polyfill": "^0.9.6",
"file-loader": "^4.3.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"function-bind": "^1.1.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-cssmin": "^0.1.7",
"gulp-rename": "^2.0.0",
"gulp-sass": "^3.1.0",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^4.5.1",
"husky": "1.2.0",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-core": "^2.6.2",
"js-xlsx": "^0.8.22",
"karma": "5.2.3",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "2.0.3",
"karma-mocha": "1.3.0",
"karma-sinon-chai": "2.0.2",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"lint-staged": "8.1.0",
"mini-css-extract-plugin": "^1.3.4",
"mocha": "6.0.2",
"nib": "^1.1.2",
"node-sass": "^4.14.1",
"offline-plugin": "^4.6.1",
"opn": "^4.0.2",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"ora": "^0.3.0",
"portfinder": "^1.0.28",
"postcss": "^8.2.4",
"postcss-loader": "^3.0.0",
"progress-bar-webpack-plugin": "1.11.0",
"sass-loader": "^7.1.0",
"semver": "^5.3.0",
"shelljs": "^0.7.4",
"sinon": "7.2.7",
"sinon-chai": "3.3.0",
"style-loader": "^2.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^2.4.0",
"terser-webpack-plugin": "^4.2.3",
"url-loader": "^2.3.0",
"vue": "2.6.10",
"vue-loader": "^15.7.0",
"vue-router": "^2.1.1",
"vue-template-compiler": "2.6.10",
"vuedraggable": "^2.23.0",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^4.1.4",
"xss": "^1.0.9"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{vue,js,jsx}": [
"eslint -c .eslintrc.js --fix",
"git add"
],
"src/style/**/*.{vue,less,postcss,css,scss}": [
"stylelint --allow-empty-input --fix",
"git add"
]
},
"engines": {
"node": ">= 6.9.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 9"
],
"license": "ISC"
}