UNPKG

@syncfusion/ej2-vue-spreadsheet

Version:

Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue

32 lines 1.02 kB
{ "name": "@syncfusion/ej2-vue-spreadsheet", "version": "32.1.21", "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", "keywords": [ "vue", "vuejs", "vue-spreadsheet" ], "repository": { "type": "git", "url": "https://github.com/syncfusion/ej2-vue-ui-components.git" }, "main": "./dist/ej2-vue-spreadsheet.umd.min.js", "module": "./index.js", "es2015": "dist/es6/ej2-vue-spreadsheet.es2015.js", "readme": "ReadMe.md", "dependencies": { "@syncfusion/ej2-base": "~32.1.19", "@syncfusion/ej2-vue-base": "~32.1.21", "@syncfusion/ej2-spreadsheet": "32.1.21" }, "devDependencies": {}, "scripts": { "compile": "gulp ci-compile && gulp vue-global-script", "ci-publish": "gulp ci-publish" }, "sideEffects": false, "homepage": "https://www.syncfusion.com/vue-components" }