@libxai/board 0.17.203 → 0.17.205
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +141 -141
package/package.json
CHANGED
|
@@ -1,141 +1,141 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@libxai/board",
|
|
3
|
-
"version": "0.17.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"description": "Professional Gantt Chart + Kanban Board + ListView + CalendarBoard for React - Part of LibXAI Suite - TypeScript - Production-Ready - Zero Config",
|
|
6
|
-
"author": "LibXAI <hello@libxai.com>",
|
|
7
|
-
"license": "BUSL-1.1",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/libxai/libxai-suite.git",
|
|
11
|
-
"directory": "packages/board"
|
|
12
|
-
},
|
|
13
|
-
"homepage": "https://libxai.com/board",
|
|
14
|
-
"bugs": {
|
|
15
|
-
"url": "https://github.com/libxai/libxai-suite/issues"
|
|
16
|
-
},
|
|
17
|
-
"keywords": [
|
|
18
|
-
"libxai",
|
|
19
|
-
"libxai-suite",
|
|
20
|
-
"react",
|
|
21
|
-
"gantt-chart",
|
|
22
|
-
"kanban-board",
|
|
23
|
-
"list-view",
|
|
24
|
-
"calendar-board",
|
|
25
|
-
"project-management",
|
|
26
|
-
"task-management",
|
|
27
|
-
"typescript",
|
|
28
|
-
"ui-components",
|
|
29
|
-
"component-library",
|
|
30
|
-
"react-gantt",
|
|
31
|
-
"react-kanban",
|
|
32
|
-
"react-calendar",
|
|
33
|
-
"react-list",
|
|
34
|
-
"scheduling",
|
|
35
|
-
"planning",
|
|
36
|
-
"agile",
|
|
37
|
-
"scrum",
|
|
38
|
-
"drag-and-drop",
|
|
39
|
-
"productivity",
|
|
40
|
-
"team-collaboration"
|
|
41
|
-
],
|
|
42
|
-
"main": "./dist/index.cjs",
|
|
43
|
-
"module": "./dist/index.js",
|
|
44
|
-
"types": "./dist/index.d.ts",
|
|
45
|
-
"exports": {
|
|
46
|
-
".": {
|
|
47
|
-
"types": "./dist/index.d.ts",
|
|
48
|
-
"import": "./dist/index.js",
|
|
49
|
-
"require": "./dist/index.cjs"
|
|
50
|
-
},
|
|
51
|
-
"./styles.css": "./dist/styles.css"
|
|
52
|
-
},
|
|
53
|
-
"files": [
|
|
54
|
-
"dist",
|
|
55
|
-
"README.md",
|
|
56
|
-
"LICENSE"
|
|
57
|
-
],
|
|
58
|
-
"sideEffects": [
|
|
59
|
-
"**/*.css"
|
|
60
|
-
],
|
|
61
|
-
"scripts": {
|
|
62
|
-
"dev": "vite",
|
|
63
|
-
"build": "tsup",
|
|
64
|
-
"build:watch": "tsup --watch",
|
|
65
|
-
"build:dev": "tsup --config tsup.config.dev.ts --watch",
|
|
66
|
-
"test": "vitest run",
|
|
67
|
-
"test:watch": "vitest",
|
|
68
|
-
"test:ui": "vitest --ui",
|
|
69
|
-
"test:coverage": "vitest run --coverage",
|
|
70
|
-
"bench": "vitest bench --run",
|
|
71
|
-
"bench:watch": "vitest bench",
|
|
72
|
-
"typecheck": "tsc --noEmit",
|
|
73
|
-
"lint": "eslint src --ext .ts,.tsx",
|
|
74
|
-
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
|
|
75
|
-
"docs": "typedoc",
|
|
76
|
-
"demo": "npm run dev --prefix examples/demo"
|
|
77
|
-
},
|
|
78
|
-
"dependencies": {
|
|
79
|
-
"@ai-sdk/anthropic": "^2.0.27",
|
|
80
|
-
"@ai-sdk/openai": "^2.0.49",
|
|
81
|
-
"@dnd-kit/core": "^6.1.0",
|
|
82
|
-
"@dnd-kit/sortable": "^8.0.0",
|
|
83
|
-
"@libxai/core": "^0.8.0",
|
|
84
|
-
"@tanstack/react-virtual": "^3.13.12",
|
|
85
|
-
"class-variance-authority": "^0.7.0",
|
|
86
|
-
"clsx": "^2.1.1",
|
|
87
|
-
"cmdk": "^1.1.1",
|
|
88
|
-
"framer-motion": "^11.11.0",
|
|
89
|
-
"html2canvas": "^1.4.1",
|
|
90
|
-
"jspdf": "^3.0.3",
|
|
91
|
-
"jspdf-autotable": "^5.0.2",
|
|
92
|
-
"lucide-react": "^0.487.0",
|
|
93
|
-
"react-dropzone": "^14.3.8",
|
|
94
|
-
"react-markdown": "^10.1.0",
|
|
95
|
-
"recharts": "^3.2.1",
|
|
96
|
-
"rehype-highlight": "^7.0.2",
|
|
97
|
-
"rehype-sanitize": "^6.0.0",
|
|
98
|
-
"remark-gfm": "^4.0.1",
|
|
99
|
-
"tailwind-merge": "^2.5.0",
|
|
100
|
-
"xlsx": "^0.18.5",
|
|
101
|
-
"zod": "^3.25.76"
|
|
102
|
-
},
|
|
103
|
-
"peerDependencies": {
|
|
104
|
-
"ai": "^4.0.0",
|
|
105
|
-
"react": "^18.0.0",
|
|
106
|
-
"react-dom": "^18.0.0"
|
|
107
|
-
},
|
|
108
|
-
"peerDependenciesMeta": {
|
|
109
|
-
"ai": {
|
|
110
|
-
"optional": true
|
|
111
|
-
}
|
|
112
|
-
},
|
|
113
|
-
"devDependencies": {
|
|
114
|
-
"@axe-core/react": "^4.11.0",
|
|
115
|
-
"@testing-library/jest-dom": "^6.5.0",
|
|
116
|
-
"@testing-library/react": "^16.0.0",
|
|
117
|
-
"@testing-library/user-event": "^14.5.2",
|
|
118
|
-
"@types/node": "^24.7.2",
|
|
119
|
-
"@types/react": "^18.3.0",
|
|
120
|
-
"@types/react-dom": "^18.3.0",
|
|
121
|
-
"@vitejs/plugin-react": "^4.3.0",
|
|
122
|
-
"@vitest/coverage-v8": "^2.1.9",
|
|
123
|
-
"@vitest/ui": "^2.1.0",
|
|
124
|
-
"ai": "^4.3.19",
|
|
125
|
-
"autoprefixer": "^10.4.20",
|
|
126
|
-
"axe-core": "^4.11.0",
|
|
127
|
-
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
128
|
-
"jsdom": "^25.0.0",
|
|
129
|
-
"postcss": "^8.4.47",
|
|
130
|
-
"postcss-cli": "^11.0.1",
|
|
131
|
-
"postcss-import": "^15.1.0",
|
|
132
|
-
"react": "^18.3.0",
|
|
133
|
-
"react-dom": "^18.3.0",
|
|
134
|
-
"tailwindcss": "^3.4.0",
|
|
135
|
-
"tsup": "^8.3.0",
|
|
136
|
-
"typedoc": "^0.28.14",
|
|
137
|
-
"typescript": "^5.6.0",
|
|
138
|
-
"vite": "^5.4.0",
|
|
139
|
-
"vitest": "^2.1.0"
|
|
140
|
-
}
|
|
141
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@libxai/board",
|
|
3
|
+
"version": "0.17.205",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "Professional Gantt Chart + Kanban Board + ListView + CalendarBoard for React - Part of LibXAI Suite - TypeScript - Production-Ready - Zero Config",
|
|
6
|
+
"author": "LibXAI <hello@libxai.com>",
|
|
7
|
+
"license": "BUSL-1.1",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/libxai/libxai-suite.git",
|
|
11
|
+
"directory": "packages/board"
|
|
12
|
+
},
|
|
13
|
+
"homepage": "https://libxai.com/board",
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://github.com/libxai/libxai-suite/issues"
|
|
16
|
+
},
|
|
17
|
+
"keywords": [
|
|
18
|
+
"libxai",
|
|
19
|
+
"libxai-suite",
|
|
20
|
+
"react",
|
|
21
|
+
"gantt-chart",
|
|
22
|
+
"kanban-board",
|
|
23
|
+
"list-view",
|
|
24
|
+
"calendar-board",
|
|
25
|
+
"project-management",
|
|
26
|
+
"task-management",
|
|
27
|
+
"typescript",
|
|
28
|
+
"ui-components",
|
|
29
|
+
"component-library",
|
|
30
|
+
"react-gantt",
|
|
31
|
+
"react-kanban",
|
|
32
|
+
"react-calendar",
|
|
33
|
+
"react-list",
|
|
34
|
+
"scheduling",
|
|
35
|
+
"planning",
|
|
36
|
+
"agile",
|
|
37
|
+
"scrum",
|
|
38
|
+
"drag-and-drop",
|
|
39
|
+
"productivity",
|
|
40
|
+
"team-collaboration"
|
|
41
|
+
],
|
|
42
|
+
"main": "./dist/index.cjs",
|
|
43
|
+
"module": "./dist/index.js",
|
|
44
|
+
"types": "./dist/index.d.ts",
|
|
45
|
+
"exports": {
|
|
46
|
+
".": {
|
|
47
|
+
"types": "./dist/index.d.ts",
|
|
48
|
+
"import": "./dist/index.js",
|
|
49
|
+
"require": "./dist/index.cjs"
|
|
50
|
+
},
|
|
51
|
+
"./styles.css": "./dist/styles.css"
|
|
52
|
+
},
|
|
53
|
+
"files": [
|
|
54
|
+
"dist",
|
|
55
|
+
"README.md",
|
|
56
|
+
"LICENSE"
|
|
57
|
+
],
|
|
58
|
+
"sideEffects": [
|
|
59
|
+
"**/*.css"
|
|
60
|
+
],
|
|
61
|
+
"scripts": {
|
|
62
|
+
"dev": "vite",
|
|
63
|
+
"build": "tsup",
|
|
64
|
+
"build:watch": "tsup --watch",
|
|
65
|
+
"build:dev": "tsup --config tsup.config.dev.ts --watch",
|
|
66
|
+
"test": "vitest run",
|
|
67
|
+
"test:watch": "vitest",
|
|
68
|
+
"test:ui": "vitest --ui",
|
|
69
|
+
"test:coverage": "vitest run --coverage",
|
|
70
|
+
"bench": "vitest bench --run",
|
|
71
|
+
"bench:watch": "vitest bench",
|
|
72
|
+
"typecheck": "tsc --noEmit",
|
|
73
|
+
"lint": "eslint src --ext .ts,.tsx",
|
|
74
|
+
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
|
|
75
|
+
"docs": "typedoc",
|
|
76
|
+
"demo": "npm run dev --prefix examples/demo"
|
|
77
|
+
},
|
|
78
|
+
"dependencies": {
|
|
79
|
+
"@ai-sdk/anthropic": "^2.0.27",
|
|
80
|
+
"@ai-sdk/openai": "^2.0.49",
|
|
81
|
+
"@dnd-kit/core": "^6.1.0",
|
|
82
|
+
"@dnd-kit/sortable": "^8.0.0",
|
|
83
|
+
"@libxai/core": "^0.8.0",
|
|
84
|
+
"@tanstack/react-virtual": "^3.13.12",
|
|
85
|
+
"class-variance-authority": "^0.7.0",
|
|
86
|
+
"clsx": "^2.1.1",
|
|
87
|
+
"cmdk": "^1.1.1",
|
|
88
|
+
"framer-motion": "^11.11.0",
|
|
89
|
+
"html2canvas": "^1.4.1",
|
|
90
|
+
"jspdf": "^3.0.3",
|
|
91
|
+
"jspdf-autotable": "^5.0.2",
|
|
92
|
+
"lucide-react": "^0.487.0",
|
|
93
|
+
"react-dropzone": "^14.3.8",
|
|
94
|
+
"react-markdown": "^10.1.0",
|
|
95
|
+
"recharts": "^3.2.1",
|
|
96
|
+
"rehype-highlight": "^7.0.2",
|
|
97
|
+
"rehype-sanitize": "^6.0.0",
|
|
98
|
+
"remark-gfm": "^4.0.1",
|
|
99
|
+
"tailwind-merge": "^2.5.0",
|
|
100
|
+
"xlsx": "^0.18.5",
|
|
101
|
+
"zod": "^3.25.76"
|
|
102
|
+
},
|
|
103
|
+
"peerDependencies": {
|
|
104
|
+
"ai": "^4.0.0",
|
|
105
|
+
"react": "^18.0.0",
|
|
106
|
+
"react-dom": "^18.0.0"
|
|
107
|
+
},
|
|
108
|
+
"peerDependenciesMeta": {
|
|
109
|
+
"ai": {
|
|
110
|
+
"optional": true
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"devDependencies": {
|
|
114
|
+
"@axe-core/react": "^4.11.0",
|
|
115
|
+
"@testing-library/jest-dom": "^6.5.0",
|
|
116
|
+
"@testing-library/react": "^16.0.0",
|
|
117
|
+
"@testing-library/user-event": "^14.5.2",
|
|
118
|
+
"@types/node": "^24.7.2",
|
|
119
|
+
"@types/react": "^18.3.0",
|
|
120
|
+
"@types/react-dom": "^18.3.0",
|
|
121
|
+
"@vitejs/plugin-react": "^4.3.0",
|
|
122
|
+
"@vitest/coverage-v8": "^2.1.9",
|
|
123
|
+
"@vitest/ui": "^2.1.0",
|
|
124
|
+
"ai": "^4.3.19",
|
|
125
|
+
"autoprefixer": "^10.4.20",
|
|
126
|
+
"axe-core": "^4.11.0",
|
|
127
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
128
|
+
"jsdom": "^25.0.0",
|
|
129
|
+
"postcss": "^8.4.47",
|
|
130
|
+
"postcss-cli": "^11.0.1",
|
|
131
|
+
"postcss-import": "^15.1.0",
|
|
132
|
+
"react": "^18.3.0",
|
|
133
|
+
"react-dom": "^18.3.0",
|
|
134
|
+
"tailwindcss": "^3.4.0",
|
|
135
|
+
"tsup": "^8.3.0",
|
|
136
|
+
"typedoc": "^0.28.14",
|
|
137
|
+
"typescript": "^5.6.0",
|
|
138
|
+
"vite": "^5.4.0",
|
|
139
|
+
"vitest": "^2.1.0"
|
|
140
|
+
}
|
|
141
|
+
}
|