-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.82 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.82 KB
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
{
"name": "hypercode",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"build:book": "tectonic -o public src/go-book.tex",
"build:wasmsharp": "bun scripts/build-wasmsharp.ts",
"test": "bun src/scripts/test-lessons.ts",
"test:e2e": "playwright test"
},
"dependencies": {
"@andrewbranch/untar.js": "^1.0.3",
"@base-ui/react": "^1.1.0",
"@bjorn3/browser_wasi_shim": "^0.4.2",
"@electric-sql/pglite": "^0.3.15",
"@hugeicons/core-free-icons": "^3.1.1",
"@hugeicons/react": "^1.1.5",
"@monaco-editor/react": "^4.7.0",
"@pierre/diffs": "^1.0.10",
"@ruby/3.4-wasm-wasi": "^2.8.1",
"@ruby/wasm-wasi": "^2.8.1",
"@types/sql.js": "^1.4.9",
"@wasmsharp/core": "^0.10.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"JSCPP": "^2.0.9",
"katex": "^0.16.28",
"next": "16.1.6",
"next-themes": "^0.4.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^4.6.2",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"shadcn": "^3.8.4",
"shiki": "^3.22.0",
"sql.js": "^1.14.0",
"tailwind-merge": "^3.4.0",
"three": "^0.183.2",
"tw-animate-css": "^1.4.0",
"webr": "^0.5.8"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@tailwindcss/postcss": "^4",
"@types/bun": "^1.3.9",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.183.1",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
},
"ignoreScripts": [
"sharp",
"unrs-resolver"
],
"trustedDependencies": [
"sharp",
"unrs-resolver"
]
}