mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "@strudel/widgets",
|
|
"version": "1.0.1",
|
|
"description": "Widget web components for Strudel",
|
|
"main": "dist/index.mjs",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"watch": "vite build --watch",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tidalcycles/strudel.git"
|
|
},
|
|
"keywords": [
|
|
"titdalcycles",
|
|
"strudel",
|
|
"pattern",
|
|
"livecoding",
|
|
"algorave"
|
|
],
|
|
"author": "Felix Roos <flix91@gmail.com>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/tidalcycles/strudel/issues"
|
|
},
|
|
"homepage": "https://github.com/tidalcycles/strudel#readme",
|
|
"dependencies": {
|
|
"@strudel/core": "workspace:*",
|
|
"@strudel/transpiler": "workspace:*",
|
|
"@strudel/draw": "workspace:*",
|
|
"@strudel/codemirror": "workspace:*",
|
|
"claviature": "^0.1.0",
|
|
"solid-element": "^1.8.0",
|
|
"solid-js": "^1.8.15",
|
|
"vite-plugin-solid": "^2.10.1"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^5.0.10"
|
|
}
|
|
}
|