@syncfusion/ej2-vue-layouts
Version:
A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Vue
36 lines • 1.21 kB
JSON
{
"name": "@syncfusion/ej2-vue-layouts",
"version": "31.1.17",
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"vue-splitter",
"vue-split-panes",
"vue-split-area",
"vue-split-view",
"vue-split-layout",
"vue-dashboardlayout",
"vue-timeline"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-vue-ui-components.git"
},
"main": "./dist/ej2-vue-layouts.umd.min.js",
"module": "./index.js",
"es2015": "dist/es6/ej2-vue-layouts.es2015.js",
"readme": "ReadMe.md",
"dependencies": {
"@syncfusion/ej2-base": "~31.1.17",
"@syncfusion/ej2-vue-base": "~31.1.17",
"@syncfusion/ej2-layouts": "31.1.17"
},
"devDependencies": {},
"scripts": {
"compile": "gulp ci-compile && gulp vue-global-script",
"ci-publish": "gulp ci-publish"
},
"sideEffects": false,
"homepage": "https://www.syncfusion.com/vue-components"
}