@thanh01.pmt/interactive-quiz-kit 1.0.22 → 1.0.24
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/ai.cjs +3595 -0
- package/dist/ai.js +3576 -0
- package/dist/authoring.cjs +13044 -0
- package/dist/authoring.js +12944 -0
- package/dist/index.cjs +3525 -0
- package/dist/index.js +3500 -0
- package/dist/player.cjs +3928 -0
- package/dist/player.js +3890 -0
- package/dist/react-ui.cjs +17432 -0
- package/dist/react-ui.js +17283 -0
- package/package.json +53 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thanh01.pmt/interactive-quiz-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.24",
|
|
4
4
|
"description": "A comprehensive library for creating, managing, and playing interactive quizzes, with AI generation and SCORM support.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -18,7 +18,9 @@
|
|
|
18
18
|
"type": "git",
|
|
19
19
|
"url": "https://github.com/thanh01pmt/interactive-quiz-kit.git"
|
|
20
20
|
},
|
|
21
|
-
"sideEffects":
|
|
21
|
+
"sideEffects": [
|
|
22
|
+
"**/i18n.ts"
|
|
23
|
+
],
|
|
22
24
|
"type": "module",
|
|
23
25
|
"main": "./dist/index.cjs",
|
|
24
26
|
"module": "./dist/index.js",
|
|
@@ -69,36 +71,62 @@
|
|
|
69
71
|
"clean": "rm -rf dist"
|
|
70
72
|
},
|
|
71
73
|
"dependencies": {
|
|
72
|
-
"@
|
|
73
|
-
"
|
|
74
|
-
"@
|
|
75
|
-
"
|
|
76
|
-
"@radix-ui/react-label": "^2.1.7",
|
|
77
|
-
"@radix-ui/react-progress": "^1.1.7",
|
|
78
|
-
"@radix-ui/react-radio-group": "^1.3.7",
|
|
79
|
-
"@radix-ui/react-scroll-area": "^1.2.9",
|
|
80
|
-
"@radix-ui/react-select": "^2.2.5",
|
|
81
|
-
"@radix-ui/react-slot": "^1.2.3",
|
|
82
|
-
"@radix-ui/react-toast": "^1.2.14",
|
|
83
|
-
"class-variance-authority": "^0.7.1",
|
|
74
|
+
"@genkit-ai/googleai": "^1.0.0",
|
|
75
|
+
"genkit": "^1.0.0",
|
|
76
|
+
"@google/genai": "^0.14.0",
|
|
77
|
+
"class-variance-authority": "^0.7.0",
|
|
84
78
|
"clsx": "^2.1.1",
|
|
85
79
|
"jszip": "^3.10.1",
|
|
86
80
|
"path-browserify": "^1.0.1",
|
|
87
|
-
"radix-ui": "^1.4.2",
|
|
88
|
-
"react-markdown": "^9.0.1",
|
|
89
|
-
"rehype-highlight": "^7.0.0",
|
|
90
|
-
"rehype-katex": "^7.0.0",
|
|
91
|
-
"remark-gfm": "^4.0.0",
|
|
92
|
-
"remark-math": "^6.0.0",
|
|
93
81
|
"tailwind-merge": "^2.3.0",
|
|
94
82
|
"zod": "^3.23.8"
|
|
95
83
|
},
|
|
96
84
|
"peerDependencies": {
|
|
97
|
-
"@
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
85
|
+
"@codemirror/lang-cpp": ">=6.0.0",
|
|
86
|
+
"@codemirror/lang-javascript": ">=6.0.0",
|
|
87
|
+
"@codemirror/lang-python": ">=6.0.0",
|
|
88
|
+
"@dnd-kit/core": ">=6.0.0",
|
|
89
|
+
"@dnd-kit/sortable": ">=8.0.0",
|
|
90
|
+
"@dnd-kit/utilities": ">=3.2.0",
|
|
91
|
+
"@radix-ui/react-accordion": ">=1.1.0",
|
|
92
|
+
"@radix-ui/react-alert-dialog": ">=1.0.0",
|
|
93
|
+
"@radix-ui/react-checkbox": ">=1.0.0",
|
|
94
|
+
"@radix-ui/react-dialog": ">=1.0.0",
|
|
95
|
+
"@radix-ui/react-label": ">=2.0.0",
|
|
96
|
+
"@radix-ui/react-progress": ">=1.0.0",
|
|
97
|
+
"@radix-ui/react-radio-group": ">=1.1.0",
|
|
98
|
+
"@radix-ui/react-scroll-area": ">=1.0.0",
|
|
99
|
+
"@radix-ui/react-select": ">=2.0.0",
|
|
100
|
+
"@radix-ui/react-slot": ">=1.0.0",
|
|
101
|
+
"@radix-ui/react-toast": ">=1.1.0",
|
|
102
|
+
"@uiw/react-codemirror": ">=4.21.0",
|
|
103
|
+
"date-fns": ">=3.0.0",
|
|
104
|
+
"html-to-image": ">=1.11.0",
|
|
105
|
+
"i18next": ">=23.0.0",
|
|
106
|
+
"i18next-browser-languagedetector": ">=7.2.0",
|
|
107
|
+
"lucide-react": ">=0.300.0",
|
|
108
|
+
"next": ">=14.0.0",
|
|
109
|
+
"react": ">=18.0.0",
|
|
110
|
+
"react-calendar-heatmap": ">=1.9.0",
|
|
111
|
+
"react-day-picker": ">=8.10.0",
|
|
112
|
+
"react-dom": ">=18.0.0",
|
|
113
|
+
"react-i18next": ">=14.0.0",
|
|
114
|
+
"react-markdown": ">=9.0.0",
|
|
115
|
+
"react-tooltip": ">=5.26.0",
|
|
116
|
+
"@radix-ui/react-tooltip": ">=1.2.7",
|
|
117
|
+
"@radix-ui/react-tabs": ">=1.1.0",
|
|
118
|
+
"@radix-ui/react-switch": ">=1.1.0",
|
|
119
|
+
"@radix-ui/react-popover": ">=1.1.0",
|
|
120
|
+
"@radix-ui/react-menubar": ">=1.1.0",
|
|
121
|
+
"@radix-ui/react-separator": ">=1.1.0",
|
|
122
|
+
"@radix-ui/react-dropdown-menu": ">=2.1.0",
|
|
123
|
+
"@radix-ui/react-avatar": ">=1.1.0",
|
|
124
|
+
"@radix-ui/react-slider": ">=1.2.0",
|
|
125
|
+
"recharts": ">=2.12.0",
|
|
126
|
+
"rehype-highlight": ">=7.0.0",
|
|
127
|
+
"rehype-katex": ">=7.0.0",
|
|
128
|
+
"remark-gfm": ">=4.0.0",
|
|
129
|
+
"remark-math": ">=6.0.0"
|
|
102
130
|
},
|
|
103
131
|
"peerDependenciesMeta": {
|
|
104
132
|
"genkit": {
|