shards-vue3
Version:
A free, beautiful and modern Vue.js 3 UI kit based on the Shards UI kit.
97 lines (96 loc) • 2.15 kB
JSON
{
"name": "shards-vue3",
"version": "1.0.6",
"repository": "https://github.com/maiquelcraash/shards-vue3",
"homepage": "https://github.com/maiquelcraash/shards-vue3",
"license": "MIT",
"description": "A free, beautiful and modern Vue.js 3 UI kit based on the Shards UI kit.",
"main": "dist/shards-vue3.common.min.js",
"web": "dist/shards-vue3.umd.min.js",
"module": "src/index.js",
"type": "module",
"jsnext:main": "dist/shards-vue3.esm.min.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"sandbox": "vue-cli-service serve --port 8085 sandbox/src/main.js"
},
"engines": {
"node": ">= 20.11 < 21"
},
"keywords": [
"Shards",
"Shards UI Kit",
"Bootstrap",
"Bootstrap 4",
"Bootstrap Vue",
"Web",
"Components",
"Directives",
"UI Kit",
"Free",
"Vue",
"VueJS",
"Vue2",
"WebComponents",
"jquery",
"Popper.js",
"vue-strap",
"vue-datepicker",
"CSS",
"Flexbox",
"Alert",
"Breadcrumb",
"Button",
"Checkbox",
"Radio",
"Card",
"Carousel",
"Slider",
"Collapse",
"Dropdown",
"Select",
"Option",
"Input",
"Jumbotron",
"List",
"Nav",
"Modal",
"Navbar",
"Pagination",
"Popover",
"Progress",
"Tab",
"Tag",
"Tooltip"
],
"dependencies": {
"@vue/compat": "^3.2.47",
"bootstrap": "^4.6.2",
"date-fns": "^4.1.0",
"lodash.xor": "^4.5.0",
"nouislider": "^11.1.0",
"popper.js": "^1.14.4",
"shards-ui": "^3.0.0",
"tiny-emitter": "^2.1.0",
"vue": "^3.2.47",
"vue3-click-away": "^1.2.4",
"vue3-datepicker": "^0.4.0"
},
"devDependencies": {
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.2.47",
"babel-loader": "^9.1.2",
"chalk": "^2.4.2",
"css-loader": "^6.7.3",
"node-sass": "^9.0.0",
"sass-loader": "^13.2.1",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.7",
"uglify-es": "^3.3.9",
"uglify-js": "^3.17.4",
"vue-loader": "^17.0.1",
"vue-style-loader": "^4.1.3",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1"
}
}