UNPKG

@syncfusion/ej2-vue-base

Version:

A common package of Essential JS 2 base Vue libraries, methods and class definitions

39 lines 1.09 kB
{ "name": "@syncfusion/ej2-vue-base", "version": "32.1.20", "description": "A common package of Essential JS 2 base Vue libraries, methods and class definitions", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", "keywords": [ "ej2", "syncfusion", "web-components", "vue", "vue-base", "syncfusion vue", "base", "library", "ej2-vue-base" ], "repository": { "type": "git", "url": "https://github.com/syncfusion/ej2-vue-ui-components.git" }, "homepage": "https://www.syncfusion.com/vue-components", "main": "./dist/ej2-vue-base.umd.min.js", "module": "./index.js", "readme": "ReadMe.md", "dependencies": { "@syncfusion/ej2-base": "~32.1.19" }, "devDependencies": {}, "scripts": { "test": "gulp ci-test", "compile": "gulp ci-compile", "ci-publish": "gulp ci-publish", "es-lint-config": "npx tslint-to-eslint-config --config .eslintrc.json --tslint ./tslint.json", "es-lint": "eslint -c .eslintrc.json --ext .ts ./src/**" }, "typings": "index.d.ts", "sideEffects": true }