61 строка
1.8 KiB
JSON
61 строка
1.8 KiB
JSON
{
|
|
"name": "@syncfusion/ej2-angular-kanban",
|
|
"version": "20.4.48",
|
|
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Angular",
|
|
"author": "Syncfusion Inc.",
|
|
"license": "SEE LICENSE IN license",
|
|
"schematics": "./schematics/collection.json",
|
|
"dependencies": {
|
|
"@syncfusion/ej2-base": "*",
|
|
"@syncfusion/ej2-angular-base": "*",
|
|
"@syncfusion/ej2-kanban": "*"
|
|
},
|
|
"devDependencies": {
|
|
"rxjs": "5.0.0 - 5.5.10",
|
|
"zone.js": "0.7.2 - 0.8.26",
|
|
"core-js": "2.4.1 - 2.6.6",
|
|
"reflect-metadata": "0.1.9 - 0.1.15 ",
|
|
"@angular/common": "2.2.1 - 4.10.0",
|
|
"@angular/compiler": "2.2.1 - 4.10.0",
|
|
"@angular/core": "2.2.1 - 4.10.0",
|
|
"@angular/forms": "2.2.1 - 4.10.0",
|
|
"@angular/http": "2.2.1 - 4.10.0",
|
|
"@angular/platform-browser": "2.2.1 - 4.10.0",
|
|
"@angular/platform-browser-dynamic": "2.2.1 - 4.10.0",
|
|
"@angular/router": "2.2.1 - 4.10.0",
|
|
"@angular/compiler-cli": "2.2.1 - 4.10.0",
|
|
"@angular/platform-server": "2.2.1 - 4.10.0",
|
|
"@angular-devkit/schematics": "0.7.2",
|
|
"@schematics/angular": "0.7.2",
|
|
"es6-module-loader": "^0.17.11",
|
|
"rollup": "^0.41.6",
|
|
"rollup-plugin-uglify": "^1.0.1",
|
|
"systemjs": "^0.19.40",
|
|
"systemjs-plugin-babel": "0.0.17",
|
|
"ng-packagr": "1.5.0",
|
|
"tsickle": "0.34.0",
|
|
"@types/lodash": "4.14.159",
|
|
"@types/node": "11.15.20",
|
|
"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"
|
|
},
|
|
"keywords": [
|
|
"angular",
|
|
"ng",
|
|
"ng-kanban",
|
|
"angular-kanban",
|
|
"angular-kanban-board"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp build"
|
|
},
|
|
"sideEffects": true
|
|
} |