experimental stuff

This commit is contained in:
2023-08-05 23:02:12 +02:00
parent 9dc6e8750d
commit 095ba9dd4e
4 changed files with 98 additions and 15 deletions

View File

@ -10,9 +10,9 @@
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@types/audioworklet": "^0.0.49",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"@types/audioworklet": "^0.0.49"
"vite": "^4.4.5"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.1.9",
@ -20,6 +20,9 @@
"@codemirror/theme-one-dark": "^6.1.2",
"@replit/codemirror-vim": "^6.0.14",
"@strudel.cycles/webaudio": "^0.8.2",
"acorn": "^8.10.0",
"acorn-walk": "^8.2.0",
"astring": "^1.8.6",
"autoprefixer": "^10.4.14",
"codemirror": "^6.0.1",
"postcss": "^8.4.27",