-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 896 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 896 Bytes
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
{
"name": "archlang-playground",
"private": true,
"version": "0.0.0",
"type": "module",
"description": "Live web playground for ArchLang — CodeMirror 6 editor + SVG preview. Not published; depends on the built core.",
"scripts": {
"dev": "vite",
"build": "vite build",
"typecheck": "tsc -p . --noEmit && tsc -p tsconfig.e2e.json --noEmit",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/autocomplete": "^6.20.3",
"@codemirror/commands": "^6.7.1",
"@codemirror/language": "^6.10.8",
"@codemirror/lint": "^6.8.4",
"@codemirror/state": "^6.7.1",
"@codemirror/view": "^6.43.11",
"@fontsource-variable/archivo": "^5.2.8",
"@fontsource-variable/public-sans": "^5.2.7",
"@fontsource/ibm-plex-mono": "^5.3.0",
"@lezer/highlight": "^1.2.1",
"jspdf": "^4.2.1"
},
"devDependencies": {
"vite": "^6.0.7"
}
}