-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.65 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "coding-activity-latest",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"fast": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/autocomplete": "^6.16.0",
"@codemirror/commands": "^6.5.0",
"@codemirror/lang-python": "^6.1.5",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@headlessui/react": "^2.0.3",
"@heroicons/react": "^2.1.3",
"@lezer/css": "^1.1.8",
"@lezer/highlight": "^1.2.0",
"@monaco-editor/react": "^4.6.0",
"@myst-theme/frontmatter": "^0.9.0",
"@myst-theme/providers": "^0.9.0",
"@myst-theme/site": "^0.9.0",
"@myst-theme/styles": "^0.9.0",
"@tailwindcss/typography": "^0.5.13",
"@uiw/codemirror-extensions-langs": "^4.21.25",
"@uiw/codemirror-themes": "^4.21.25",
"@uiw/codemirror-themes-all": "^4.21.25",
"@uiw/react-codemirror": "^4.21.25",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"animejs": "^3.2.2",
"ashra-log": "^0.0.4",
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
"change-case": "^5.4.4",
"codemirror": "^6.0.1",
"codemirror-lang-r": "0.1.0-2",
"d3": "^7.9.0",
"html2canvas": "^1.4.1",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mongodb": "^6.6.2",
"mongoose": "^8.3.2",
"myst-common": "^1.3.0",
"myst-demo": "^0.9.0",
"myst-ext-card": "^1.0.6",
"myst-ext-exercise": "^1.0.6",
"myst-ext-grid": "^1.0.6",
"myst-ext-proof": "^1.0.9",
"myst-ext-tabs": "^1.0.6",
"myst-frontmatter": "^1.3.0",
"myst-parser": "^1.4.2",
"myst-theme": "^0.0.0",
"myst-to-html": "^1.4.2",
"myst-to-react": "^0.9.0",
"myst-transforms": "^1.3.9",
"next": "14.2.2",
"node-fetch": "^3.3.2",
"openai": "^4.38.5",
"pyodide": "^0.25.1",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-cropper": "^2.3.3",
"react-dom": "^18.3.1",
"react-icons": "^5.1.0",
"react-image-crop": "^11.0.5",
"react-markdown": "^9.0.1",
"react-quill": "^2.0.0",
"react-resizable-rotatable-draggable": "^0.2.0",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^10.0.5",
"rehype-raw": "^7.0.0",
"request-ip": "^3.3.0",
"storybook": "^8.0.9",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"uuid": "^9.0.1",
"vfile": "^6.0.1",
"webr": "^0.3.3",
"xterm": "5.1.0",
"xterm-addon-fit": "0.7.0",
"xterm-readline": "1.1.1"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.2",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}