ayovue
Version:
A progressive vue components library designed to simplify and accelerate your web development process.
50 lines • 1.02 kB
JSON
{
"name": "ayovue",
"version": "0.0.0-beta.6",
"description": "A progressive vue components library designed to simplify and accelerate your web development process.",
"repository": {
"type": "git",
"url": "git+https://github.com/ayoton/ayovue.git"
},
"keywords": [
"Ayovue",
"open",
"source",
"rich",
"UI",
"components",
"library",
"productive",
"create",
"content-rich",
"web",
"applications"
],
"author": "Ayoton",
"license": "MIT",
"bugs": {
"url": "https://github.com/ayoton/ayovue/issues"
},
"homepage": "https://ayovue.com",
"peerDependencies": {
"vue": "^3.3.2"
},
"main": "index.mjs",
"exports": {
".": {
"import": {
"default": "./index.mjs",
"types": "./index.d.ts"
},
"require": {
"default": "./index.js",
"types": "./index.d.ts"
}
},
"./themes/": {
"import": "./themes/",
"require": "./themes/"
}
},
"types": "./index.d.ts"
}