progy 0.15.3 → 0.16.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/dist/backend/server.js +100 -93
- package/dist/cli.js +106 -65
- package/dist/public/main.js +681 -1116
- package/package.json +3 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "progy",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0",
|
|
4
4
|
"description": "The interactive CLI and learning platform for Progy courses.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -84,17 +84,9 @@
|
|
|
84
84
|
"@codemirror/state": "^6.5.4",
|
|
85
85
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
86
86
|
"@codemirror/view": "^6.39.13",
|
|
87
|
-
"@dnd-kit/core": "^6.3.1",
|
|
88
|
-
"@dnd-kit/sortable": "^10.0.0",
|
|
89
|
-
"@dnd-kit/utilities": "^3.2.2",
|
|
90
87
|
"@nanostores/persistent": "^1.3.3",
|
|
91
88
|
"@nanostores/router": "^1.0.0",
|
|
92
89
|
"@shikijs/rehype": "^3.22.0",
|
|
93
|
-
"@tanstack/react-form": "^1.28.0",
|
|
94
|
-
"@tiptap/extension-link": "^3.19.0",
|
|
95
|
-
"@tiptap/pm": "^3.19.0",
|
|
96
|
-
"@tiptap/react": "^3.19.0",
|
|
97
|
-
"@tiptap/starter-kit": "^3.19.0",
|
|
98
90
|
"@types/katex": "^0.16.8",
|
|
99
91
|
"@types/mdast": "^4.0.4",
|
|
100
92
|
"@types/unist": "^3.0.3",
|
|
@@ -105,16 +97,15 @@
|
|
|
105
97
|
"codemirror": "^6.0.2",
|
|
106
98
|
"commander": "^12.1.0",
|
|
107
99
|
"katex": "^0.16.28",
|
|
108
|
-
"mermaid": "^11.12.2",
|
|
109
|
-
"react-resizable-panels": "^4.6.2",
|
|
110
100
|
"rehype-katex": "^7.0.1",
|
|
111
101
|
"remark-breaks": "^4.0.0",
|
|
112
102
|
"remark-callouts": "^2.0.0",
|
|
113
103
|
"remark-directive": "^4.0.0",
|
|
114
104
|
"remark-gfm": "^4.0.1",
|
|
115
105
|
"remark-math": "^6.0.0",
|
|
106
|
+
"sharp": "^0.34.5",
|
|
116
107
|
"shiki": "^3.22.0",
|
|
117
|
-
"
|
|
108
|
+
"smol-toml": "^1.6.0",
|
|
118
109
|
"unist-util-visit": "^5.1.0",
|
|
119
110
|
"use-sound": "^5.0.0",
|
|
120
111
|
"use-stick-to-bottom": "^1.1.3",
|