mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "@strudel.cycles/react",
|
|
"version": "0.7.1",
|
|
"description": "React components for strudel",
|
|
"main": "src/index.js",
|
|
"publishConfig": {
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"watch": "vite build --watch",
|
|
"preview": "vite preview",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tidalcycles/strudel.git"
|
|
},
|
|
"keywords": [
|
|
"tidalcycles",
|
|
"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": {
|
|
"@codemirror/autocomplete": "^6.4.0",
|
|
"@codemirror/lang-javascript": "^6.1.1",
|
|
"@codemirror/state": "^6.2.0",
|
|
"@codemirror/view": "^6.7.3",
|
|
"@lezer/highlight": "^1.1.3",
|
|
"@replit/codemirror-emacs": "^6.0.0",
|
|
"@replit/codemirror-vim": "^6.0.6",
|
|
"@strudel.cycles/core": "workspace:*",
|
|
"@strudel.cycles/transpiler": "workspace:*",
|
|
"@strudel.cycles/webaudio": "workspace:*",
|
|
"@uiw/codemirror-themes": "^4.12.4",
|
|
"@uiw/react-codemirror": "^4.12.4",
|
|
"react-hook-inview": "^4.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"autoprefixer": "^10.4.7",
|
|
"postcss": "^8.4.18",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tailwindcss": "^3.0.24",
|
|
"vite": "^4.3.3"
|
|
}
|
|
}
|