-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1013 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1013 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
30
31
32
33
34
35
36
{
"name": "js-park",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build && node scripts/prerender-meta.mjs",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.0",
"@codemirror/commands": "^6.7.0",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-javascript": "^6.2.0",
"@codemirror/language": "^6.10.0",
"@codemirror/lint": "^6.8.0",
"@codemirror/search": "^6.5.0",
"@codemirror/state": "^6.5.0",
"@codemirror/theme-one-dark": "^6.1.0",
"@codemirror/view": "^6.35.0",
"@lezer/highlight": "^1.2.0",
"@preact/signals": "^1.3.0",
"@vercel/analytics": "^1.6.1",
"lz-string": "^1.5.0",
"preact": "^10.25.0",
"sucrase": "^3.35.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.0",
"@types/lz-string": "^1.3.34",
"typescript": "^5.7.0",
"vite": "^6.0.0"
}
}