Skip to content

Commit 27c35f5

Browse files
author
Mac
committed
latest change
1 parent ef0eb71 commit 27c35f5

File tree

2 files changed

+307
-71
lines changed

2 files changed

+307
-71
lines changed

lowcoder-comp-kanban/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
2-
"name": "lowcoder-comp-kanban",
3-
"version": "0.0.1",
2+
"name": "meenams-kanban",
3+
"version": "0.0.29",
44
"type": "module",
55
"license": "MIT",
66
"dependencies": {
77
"@observablehq/runtime": "^5.9.8",
8+
"@syncfusion/ej2-base": "^25.2.7",
9+
"@syncfusion/ej2-kanban": "^26.1.40",
10+
"@syncfusion/ej2-material3-theme": "^26.1.35",
811
"@syncfusion/ej2-react-kanban": "^26.1.40",
912
"@types/prop-types": "^15.7.12",
1013
"@types/react": "18",
@@ -15,12 +18,13 @@
1518
"lowcoder-sdk": "^2.4.5",
1619
"prop-types": "^15.8.1",
1720
"react": "18",
21+
"react-bootstrap": "^2.10.2",
1822
"react-dom": "18",
1923
"react-resize-detector": "^11.0.1",
2024
"typescript": "^5.5.3",
2125
"vite": "^5.3.3"
2226
},
23-
"lowcoder": {
27+
"lowcoder": {
2428
"description": "Kanban Component Plugin",
2529
"comps": {
2630
"kanban": {
@@ -32,7 +36,8 @@
3236
"h": 40
3337
}
3438
}
35-
}
39+
},
40+
"entry": "index.js"
3641
},
3742
"scripts": {
3843
"start": "vite",

0 commit comments

Comments
 (0)