Files
newt/playground/package.json
Steve Dunham 391b9092b4
Some checks failed
Publish Playground / build (push) Has been cancelled
Publish Playground / deploy (push) Has been cancelled
highlight js and improve appearance in playground
2025-12-28 12:08:10 -08:00

24 lines
494 B
JSON

{
"name": "playground",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@codemirror/theme-one-dark": "^6.1.2",
"esbuild": "^0.25.0",
"typescript": "~5.6.2",
"vite": "^6.1.0"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.4",
"@preact/signals": "^1.3.0",
"codemirror": "^6.0.1",
"preact": "^10.24.3"
}
}