@middag-io/react 0.2.0
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/bin/middag-react.js +250 -0
- package/dist-lib/MarkdownContent-B-Gd9918.js +13503 -0
- package/dist-lib/_redirects +1 -0
- package/dist-lib/api/example/moodle/get/books.json +209 -0
- package/dist-lib/api/example/moodle/get/dashboard.json +203 -0
- package/dist-lib/api/example/wordpress/get/products.json +165 -0
- package/dist-lib/api/index.json +52 -0
- package/dist-lib/index.min-CS28Xi5j.js +3009 -0
- package/dist-lib/middag-react.css +2 -0
- package/dist-lib/middag-react.js +25363 -0
- package/package.json +103 -0
package/package.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@middag-io/react",
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "MIDDAG shared React UI library for Moodle, WordPress and other Inertia hosts",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/middag-io/middag-react.git"
|
|
9
|
+
},
|
|
10
|
+
"bin": {
|
|
11
|
+
"middag-react": "./bin/middag-react.js"
|
|
12
|
+
},
|
|
13
|
+
"main": "dist-lib/middag-react.js",
|
|
14
|
+
"module": "dist-lib/middag-react.js",
|
|
15
|
+
"types": "dist-lib/index.d.ts",
|
|
16
|
+
"exports": {
|
|
17
|
+
".": {
|
|
18
|
+
"import": "./dist-lib/middag-react.js",
|
|
19
|
+
"types": "./dist-lib/index.d.ts"
|
|
20
|
+
},
|
|
21
|
+
"./style.css": "./dist-lib/style.css"
|
|
22
|
+
},
|
|
23
|
+
"files": [
|
|
24
|
+
"dist-lib",
|
|
25
|
+
"bin"
|
|
26
|
+
],
|
|
27
|
+
"peerDependencies": {
|
|
28
|
+
"@inertiajs/core": "^2.0.0",
|
|
29
|
+
"@inertiajs/react": "^2.0.0",
|
|
30
|
+
"react": "^19.0.0",
|
|
31
|
+
"react-dom": "^19.0.0"
|
|
32
|
+
},
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@base-ui/react": "^1.4.1",
|
|
35
|
+
"@dnd-kit/core": "^6.3.1",
|
|
36
|
+
"@dnd-kit/modifiers": "^9.0.0",
|
|
37
|
+
"@dnd-kit/sortable": "^10.0.0",
|
|
38
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
39
|
+
"@fontsource-variable/figtree": "^5.2.10",
|
|
40
|
+
"@headless-tree/core": "^1.6.3",
|
|
41
|
+
"@headless-tree/react": "^1.6.3",
|
|
42
|
+
"@hookform/resolvers": "^5.2.2",
|
|
43
|
+
"@hugeicons/core-free-icons": "^4.1.1",
|
|
44
|
+
"@hugeicons/react": "^1.1.6",
|
|
45
|
+
"@lottiefiles/dotlottie-react": "^0.19.0",
|
|
46
|
+
"@remixicon/react": "^4.9.0",
|
|
47
|
+
"@tanstack/react-table": "^8.21.3",
|
|
48
|
+
"@tanstack/react-virtual": "^3.13.24",
|
|
49
|
+
"@xyflow/react": "^12.10.2",
|
|
50
|
+
"class-variance-authority": "^0.7.1",
|
|
51
|
+
"clsx": "^2.1.1",
|
|
52
|
+
"cmdk": "^1.1.1",
|
|
53
|
+
"date-fns": "^4.1.0",
|
|
54
|
+
"embla-carousel-autoplay": "^8.6.0",
|
|
55
|
+
"embla-carousel-react": "^8.6.0",
|
|
56
|
+
"input-otp": "^1.4.2",
|
|
57
|
+
"little-date": "^1.2.1",
|
|
58
|
+
"lucide-react": "^1.14.0",
|
|
59
|
+
"motion": "^12.38.0",
|
|
60
|
+
"nprogress": "^0.2.0",
|
|
61
|
+
"nuqs": "^2.8.9",
|
|
62
|
+
"radix-ui": "^1.4.3",
|
|
63
|
+
"react-day-picker": "^9.14.0",
|
|
64
|
+
"react-hook-form": "^7.74.0",
|
|
65
|
+
"react-markdown": "^10.1.0",
|
|
66
|
+
"react-phone-number-input": "^3.4.16",
|
|
67
|
+
"react-resizable-panels": "^4.10.0",
|
|
68
|
+
"recharts": "^3.8.0",
|
|
69
|
+
"rehype-highlight": "^7.0.2",
|
|
70
|
+
"rehype-sanitize": "^6.0.0",
|
|
71
|
+
"sonner": "^2.0.7",
|
|
72
|
+
"tailwind-merge": "^3.5.0",
|
|
73
|
+
"vaul": "^1.1.2",
|
|
74
|
+
"zod": "^4.4.1"
|
|
75
|
+
},
|
|
76
|
+
"devDependencies": {
|
|
77
|
+
"@changesets/changelog-github": "^0.6.0",
|
|
78
|
+
"@changesets/cli": "^2.31.0",
|
|
79
|
+
"@eslint/js": "^10.0.1",
|
|
80
|
+
"@tailwindcss/vite": "^4.2.2",
|
|
81
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
82
|
+
"@testing-library/react": "^16.3.2",
|
|
83
|
+
"@types/node": "^25.6.0",
|
|
84
|
+
"@types/nprogress": "^0.2.3",
|
|
85
|
+
"@types/react": "^19.2.14",
|
|
86
|
+
"@types/react-dom": "^19.2.3",
|
|
87
|
+
"@vitejs/plugin-react": "^6.0.1",
|
|
88
|
+
"eslint": "^10.2.0",
|
|
89
|
+
"eslint-config-prettier": "^10.1.8",
|
|
90
|
+
"eslint-plugin-react-hooks": "^7.1.0",
|
|
91
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
92
|
+
"jsdom": "^29.1.1",
|
|
93
|
+
"prettier": "^3.8.3",
|
|
94
|
+
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
95
|
+
"react-router": "^7.14.2",
|
|
96
|
+
"tailwindcss": "^4.2.2",
|
|
97
|
+
"typescript": "^5.6.2",
|
|
98
|
+
"typescript-eslint": "^8.58.2",
|
|
99
|
+
"vite": "8.0.5",
|
|
100
|
+
"vitepress": "^1.6.4",
|
|
101
|
+
"vitest": "^4.1.5"
|
|
102
|
+
}
|
|
103
|
+
}
|