52 строки
1.5 KiB
JSON
52 строки
1.5 KiB
JSON
{
|
|
"name": "@syncfusion/ej2-vue-documenteditor",
|
|
"version": "27.1.58",
|
|
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
|
|
"author": "Syncfusion Inc.",
|
|
"license": "SEE LICENSE IN license",
|
|
"keywords": [
|
|
"vue",
|
|
"vue-documenteditor",
|
|
"ej2-vue-documenteditor"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
},
|
|
"main": "./dist/ej2-vue-documenteditor.umd.min.js",
|
|
"module": "./index.js",
|
|
"es2015": "dist/es6/ej2-vue-documenteditor.es2015.js",
|
|
"readme": "ReadMe.md",
|
|
"dependencies": {
|
|
"@syncfusion/ej2-base": "*",
|
|
"@syncfusion/ej2-vue-base": "*",
|
|
"@syncfusion/ej2-documenteditor": "*"
|
|
},
|
|
"devDependencies": {
|
|
"awesome-typescript-loader": "5.2.1",
|
|
"source-map-loader": "5.0.0",
|
|
"@types/chai": "3.5.2",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/jasmine": "2.8.22",
|
|
"@types/jasmine-ajax": "3.3.5",
|
|
"@types/requirejs": "2.1.37",
|
|
"vue": "2.6.14",
|
|
"vue-loader-v16": "16.0.0-beta.5.4",
|
|
"rollup": "1.32.1",
|
|
"rollup-plugin-commonjs": "10.1.0",
|
|
"rollup-plugin-node-resolve": "5.2.0",
|
|
"rollup-plugin-sourcemaps": "0.6.3",
|
|
"rollup-plugin-typescript": "0.8.1",
|
|
"rollup-plugin-uglify": "6.0.4",
|
|
"@types/node": "20.11.10",
|
|
"es6-promise": "^3.2.1",
|
|
"gulp": "^3.9.1",
|
|
"gulp-sass": "^3.1.0",
|
|
"gulp-typescript": "^3.1.6",
|
|
"requirejs": "^2.3.3",
|
|
"typescript": "2.3.4"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp build"
|
|
}
|
|
} |