@syncfusion/ej2-vue-navigations
Version:
A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Vue
45 lines • 1.32 kB
JSON
{
"name": "@syncfusion/ej2-vue-navigations",
"version": "32.1.19",
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"vue",
"ej2-vue-navigations",
" vue-navigations",
"vue-toolbar",
" vue-tab",
"vue-routing",
" vue-contextmenu",
"vue tree",
"vue treeview",
"vue tree component",
"vue menu",
"vue menu component",
"vue breadcrumb",
"vue carousel",
"vue appbar",
"vue stepper"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-vue-ui-components.git"
},
"main": "./dist/ej2-vue-navigations.umd.min.js",
"module": "./index.js",
"es2015": "dist/es6/ej2-vue-navigations.es2015.js",
"readme": "ReadMe.md",
"dependencies": {
"@syncfusion/ej2-base": "~32.1.19",
"@syncfusion/ej2-vue-base": "~32.1.19",
"@syncfusion/ej2-navigations": "32.1.19"
},
"devDependencies": {},
"scripts": {
"compile": "gulp ci-compile && gulp vue-global-script",
"ci-publish": "gulp ci-publish"
},
"sideEffects": false,
"homepage": "https://www.syncfusion.com/vue-components"
}