wbc-ui2
Version:
WBC-UI2 is a modern, lightweight UI component library built with Vue.js. It provides a collection of reusable, customizable components designed to accelerate web application development. Built with Vuetify and Bootstrap, it ensures a responsive and consis
160 lines (133 loc) • 3.56 kB
JSON
{
"name": "wbc-ui2",
"version": "5.6.2",
"description": "WBC-UI2 is a modern, lightweight UI component library built with Vue.js. It provides a collection of reusable, customizable components designed to accelerate web application development. Built with Vuetify and Bootstrap, it ensures a responsive and consistent user experience across devices.",
"main": "dist/wbc-ui2.umd.js",
"module": "dist/wbc-ui2.umd.js",
"sideEffects": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"keywords": [
"Vuejs",
"components",
"UI components",
"dynamic UI",
"JSON-driven UI",
"DOM manipulation",
"backend integration",
"Vuetify",
"bootstrap",
"event handling",
"reusable components"
],
"author": "Wissem Boughamoura",
"license": "MIT",
"homepage": "http://www.wbc-ui.com/",
"repository": {
"type": "git",
"url": "https://github.com/wissemb11/wbc-ui2.git"
},
"bugs": {
"url": "https://github.com/wissemb11/wbc-ui2/issues"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"files": [
"dist",
"README.md",
"LICENSE",
"packages.json"
],
"peerDependencies": {
"vue": "^2.7.16"
},
"dependencies": {
"@vue-office/docx": "^1.6.2",
"@vue-office/excel": "^1.7.11",
"@vue-office/pdf": "^2.0.7",
"bootstrap": "^5.2.3",
"es6-promise": "^4.2.8",
"markdown-it": "^14.1.0",
"moment-timezone": "^0.5.34",
"pdfvuer": "^1.10.0",
"turndown": "^7.2.0",
"vue-codemirror": "^4.0.6",
"vue-cookies": "^1.8.3",
"vue-cryptojs": "^2.3.1",
"vue-demi": "^0.14.6",
"vue-json-viewer": "^2.2.22",
"vue-markdown-render": "^1.1.3",
"vue-moment": "^4.1.0",
"vue-resource": "^1.5.3",
"vuedraggable": "^2.24.3",
"vue-doc-preview": "^0.3.2",
"vuex": "^3.6.2",
"vuetify": "^2.7.0",
"buffer": "^6.0.3",
"docxtemplater": "^3.54.0",
"file-saver": "^2.0.5",
"font-awesome": "^4.7.0",
"vue-cli-plugin-vuetify": "^2.4.7",
"vue-markdown": "^2.2.4",
"vue-router": "^3.5.3",
"vue-underscore": "^0.1.4",
"vuetify-loader": "^1.9.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@mdi/font": "^7.0.96",
"@mdi/js": "^6.5.95",
"@vue/compiler-sfc": "^3.5.13",
"babel-loader": "^9.2.1",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.11.0",
"deepmerge": "^4.3.1",
"file-loader": "^6.2.0",
"html-loader": "^5.1.0",
"json-loader": "^0.5.7",
"raw-loader": "^4.0.2",
"sass": "~1.32",
"sass-loader": "^16.0.2",
"stream-browserify": "^3.0.0",
"style-loader": "^4.0.0",
"typescript": "^5.2.2",
"url-loader": "^4.1.1",
"vue-loader": "^15.11.1",
"vue-style-loader": "^4.1.3",
"@vue/cli-plugin-router": "^5.0.0",
"@vue/cli-plugin-vuex": "^5.0.0",
"@vue/cli-service": "^5.0.0",
"babel-eslint": "^10.0.3",
"eslint-plugin-vue": "^6.0.1",
"vue-template-compiler": "^2.7.16"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}