-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.3 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.3 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
{
"name": "pyrepl",
"version": "0.3.7",
"type": "module",
"license": "AGPL-3.0-only",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@biomejs/biome": "2.3.11",
"@fontsource-variable/space-grotesk": "^5.2.10",
"@iconify-json/svg-spinners": "^1.2.4",
"@iconify-json/teenyicons": "^1.2.2",
"@sveltejs/kit": "^2.50.0",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@types/node": "^22.19.7",
"svelte": "^5.46.4",
"svelte-check": "^4.3.5",
"typescript": "^5.9.3",
"unplugin-icons": "^23.0.1",
"vite": "^7.3.1",
"wrangler": "^4.70.0"
},
"dependencies": {
"@battlefieldduck/xterm-svelte": "^2.2.0",
"@codemirror/lang-python": "^6.2.1",
"@signaldb/core": "^1.7.2",
"@signaldb/indexeddb": "^1.1.0",
"@signaldb/svelte": "^1.1.1",
"@sveltejs/adapter-static": "^3.0.10",
"@teach-stack/css": "^0.1.3",
"@xterm/xterm": "^6.0.0",
"bits-ui": "^2.15.4",
"fflate": "^0.8.2",
"nanoid": "^5.1.6",
"pyodide": "^0.29.1",
"svelte-codemirror-editor": "^2.1.0"
},
"packageManager": "pnpm@10.28.0"
}