43 строки
1.2 KiB
JSON
43 строки
1.2 KiB
JSON
{
|
|
"name": "@syncfusion/ej2-react-kanban",
|
|
"version": "27.2.2",
|
|
"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 React",
|
|
"author": "Syncfusion Inc.",
|
|
"license": "SEE LICENSE IN license",
|
|
"keywords": [
|
|
"react",
|
|
"react-kanban",
|
|
"react-kanban-board"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/syncfusion/ej2-react-kanban.git"
|
|
},
|
|
"main": "./dist/ej2-react-kanban.umd.min.js",
|
|
"module": "./index.js",
|
|
"es2015": "dist/es6/ej2-react-kanban.es2015.js",
|
|
"readme": "ReadMe.md",
|
|
"dependencies": {
|
|
"@syncfusion/ej2-base": "*",
|
|
"@syncfusion/ej2-react-base": "*",
|
|
"@syncfusion/ej2-kanban": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "3.5.2",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/jasmine": "2.8.22",
|
|
"@types/jasmine-ajax": "3.3.5",
|
|
"@types/react": "16.4.7",
|
|
"@types/react-dom": "16.9.7",
|
|
"@types/requirejs": "2.1.37",
|
|
"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"
|
|
}
|
|
} |