UNPKG

halleyx-ui-framework

Version:

The Halleyx UI Framework is a Vue 3 component framework.

65 lines (64 loc) 1.68 kB
{ "name": "halleyx-ui-framework", "version": "11.6.51", "private": false, "author": "Team Halleyx", "description": "The Halleyx UI Framework is a Vue 3 component framework.", "license": "3-clause BSD license", "main": "dist/cjs/index.js", "module": "dist/es/index.js", "browser": "dist/umd/index.umd.js", "unpkg": "dist/umd/index.umd.js", "jsdeliver": "dist/umd/index.umd.js", "scripts": { "release:major": "npm version major", "release:minor": "npm version minor", "release:patch": "npm version patch" }, "repository": { "type": "git", "url": "https://github.com/halleyx-com/Halleyx-UI-Framework" }, "files": [ "dist" ], "peerDependencies": { "vue": "^3.2.21", "register-service-worker": "^1.7.2", "core-js": "^3.8.3" }, "dependencies": { "apexcharts": "^3.35.3", "chart.js": "^3.8.0", "chartjs-chart-geo": "^3.8.0", "interactjs": "^1.10.17", "js-beautify": "^1.14.7", "prettier": "^2.8.2", "prismjs": "^1.29.0", "sass": "^1.32.7", "sass-loader": "^12.0.0", "textarea-caret": "^3.1.0", "tinycolor2": "^1.4.2", "vue-draggable-next": "^2.1.1", "vue-prism-editor": "^2.0.0-alpha.2", "vue3-apexcharts": "^1.4.1", "vue3-click-away": "^1.2.4", "vue3-country-flag-icon": "^0.1.2" }, "devDependencies": { "simple-code-editor": "^1.2.2", "vue-code-highlight": "^0.7.8", "vue-router": "^4.0.3" }, "keywords": [ "Halleyx", "The real McCoy", "UI", "framework", "Components", "template", "vue", "vue3", "halleyx ui framework" ] }