mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
f4f04a7d57
- @strudel/codemirror@1.2.8 - @strudel/csound@1.2.8 - @strudel/midi@1.2.8 - @strudel/osc@1.3.2 - @strudel/repl@1.2.9 - @strudel/soundfonts@1.2.8 - superdough@1.2.5 - supradough@1.2.4 - @strudel/web@1.2.8 - @strudel/webaudio@1.2.9
62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "@strudel/codemirror",
|
|
"version": "1.2.8",
|
|
"description": "Codemirror Extensions for Strudel",
|
|
"main": "index.mjs",
|
|
"publishConfig": {
|
|
"main": "dist/index.mjs"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://codeberg.org/uzu/strudel.git"
|
|
},
|
|
"keywords": [
|
|
"tidalcycles",
|
|
"strudel",
|
|
"pattern",
|
|
"livecoding",
|
|
"algorave"
|
|
],
|
|
"author": "Felix Roos <flix91@gmail.com>",
|
|
"contributors": [
|
|
"Alex McLean <alex@slab.org>"
|
|
],
|
|
"license": "AGPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://codeberg.org/uzu/strudel/issues"
|
|
},
|
|
"homepage": "https://codeberg.org/uzu/strudel#readme",
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.18.4",
|
|
"@codemirror/commands": "^6.8.0",
|
|
"@codemirror/lang-javascript": "^6.2.2",
|
|
"@codemirror/language": "^6.10.8",
|
|
"@codemirror/search": "^6.5.8",
|
|
"@codemirror/state": "^6.5.1",
|
|
"@codemirror/view": "^6.36.2",
|
|
"@lezer/highlight": "^1.2.1",
|
|
"@nanostores/persistent": "^0.10.2",
|
|
"@replit/codemirror-emacs": "^6.1.0",
|
|
"@replit/codemirror-vim": "^6.3.0",
|
|
"@replit/codemirror-vscode-keymap": "^6.0.2",
|
|
"@strudel/core": "workspace:*",
|
|
"@strudel/draw": "workspace:*",
|
|
"@strudel/tonal": "workspace:*",
|
|
"@strudel/transpiler": "workspace:*",
|
|
"@tonaljs/tonal": "^4.10.0",
|
|
"nanostores": "^0.11.3",
|
|
"superdough": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^6.0.11"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|