ej2-react-ui-components/components/kanban/package.json

43 строки
1.2 KiB
JSON
Исходник Постоянная ссылка Обычный вид История

2024-06-19 13:29:10 +03:00
{
"name": "@syncfusion/ej2-react-kanban",
2024-11-21 21:21:43 +03:00
"version": "27.2.2",
2024-06-19 13:29:10 +03:00
"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"
}
}