UNPKG

view-ui-plus

Version:

A high quality UI components Library with Vue.js 3

105 lines (104 loc) 3.2 kB
{ "name": "view-ui-plus", "version": "1.3.20", "title": "ViewUIPlus", "description": "A high quality UI components Library with Vue.js 3", "homepage": "http://www.iviewui.com", "keywords": [ "iview", "vue", "viewui", "viewuiplus", "vue.js", "component", "components", "ui", "framework" ], "main": "dist/viewuiplus.min.js", "typings": "types/index.d.ts", "files": [ "dist", "src", "types" ], "scripts": { "dev": "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": "vue-cli-service lint --fix" }, "repository": { "type": "git", "url": "https://github.com/view-design/ViewUIPlus" }, "author": "Aresn", "license": "MIT", "bugs": { "url": "https://github.com/view-design/ViewUIPlus/issues" }, "dependencies": { "async-validator": "^3.3.0", "countup.js": "^1.9.3", "dayjs": "^1.11.0", "deepmerge": "^2.2.1", "element-resize-detector": "^1.2.0", "js-calendar": "^1.2.3", "lodash.chunk": "^4.2.0", "lodash.throttle": "^4.1.1", "numeral": "^2.0.6", "popper.js": "^1.14.6", "select": "^1.1.2", "tinycolor2": "^1.4.1", "v-click-outside-x": "^3.7.1" }, "devDependencies": { "@vitejs/plugin-vue": "^1.9.3", "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-service": "~4.5.0", "@vue/compiler-sfc": "^3.0.0", "babel-eslint": "^10.1.0", "babel-plugin-import": "^1.13.3", "chai": "^4.2.0", "copy-webpack-plugin": "^6.4.1", "cross-env": "^5.2.0", "eslint": "^6.7.2", "eslint-plugin-vue": "^7.0.0-0", "gulp": "^4.0.2", "gulp-autoprefixer": "^8.0.0", "gulp-clean-css": "^4.3.0", "gulp-less": "^4.0.1", "gulp-rename": "^2.0.0", "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", "url-loader": "^1.1.2", "vite": "^2.6.4", "vue": "^3.2.47", "vue-hot-reload-api": "^2.3.4", "vue-html-loader": "^1.2.4", "vue-loader": "^17.0.0", "vue-router": "^4.0.14", "vue-style-loader": "^4.1.3", "vue-template-compiler": "^2.6.14" } }