mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "@strudel/codemirror",
|
|
"version": "0.9.0",
|
|
"description": "Codemirror Extensions for Strudel",
|
|
"main": "index.mjs",
|
|
"publishConfig": {
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tidalcycles/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://github.com/tidalcycles/strudel/issues"
|
|
},
|
|
"homepage": "https://github.com/tidalcycles/strudel#readme",
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.6.0",
|
|
"@codemirror/commands": "^6.2.4",
|
|
"@codemirror/lang-javascript": "^6.1.7",
|
|
"@codemirror/language": "^6.6.0",
|
|
"@codemirror/search": "^6.0.0",
|
|
"@codemirror/state": "^6.2.0",
|
|
"@codemirror/view": "^6.10.0",
|
|
"@lezer/highlight": "^1.1.4",
|
|
"@replit/codemirror-emacs": "^6.0.1",
|
|
"@replit/codemirror-vim": "^6.0.14",
|
|
"@replit/codemirror-vscode-keymap": "^6.0.2",
|
|
"@strudel.cycles/core": "workspace:*",
|
|
"@uiw/codemirror-themes": "^4.19.16",
|
|
"@uiw/codemirror-themes-all": "^4.19.16",
|
|
"nanostores": "^0.8.1",
|
|
"@nanostores/persistent": "^0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^5.0.10"
|
|
}
|
|
}
|