-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.02 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "forkingpaths",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=17.0.0"
},
"scripts": {
"rnboDevice2modules": "node ./src/utilities/rnboDevice2modules.js",
"server": "node ../historyGraphRenderer/server.js",
"start": "npx serve dist -l ${PORT:-3000}",
"dev": "npm run rnboDevice2modules && concurrently \"npm run server\" \"vite\"",
"serverless": "vite",
"build": "npm run rnboDevice2modules && npm run build:worklet && vite build",
"preview": "vite preview",
"runBuild": "npx serv dist",
"build:worklet": "esbuild src/audioWorklets/DSP.js --bundle --format=esm --outfile=public/audioWorklets/DSP.js"
},
"devDependencies": {
"concurrently": "^9.1.0",
"vite": "^5.4.10",
"vite-plugin-static-copy": "^2.3.0",
"vite-plugin-wasm": "^3.3.0"
},
"dependencies": {
"@automerge/automerge": "^2.2.8",
"@automerge/automerge-repo": "^1.2.1",
"@automerge/automerge-repo-network-websocket": "^1.2.1",
"@automerge/automerge-repo-storage-indexeddb": "^1.2.1",
"@automerge/automerge-repo-storage-localforage": "^0.1.4",
"@automerge/automerge-repo-sync-server": "^0.2.8",
"@floating-ui/dom": "^1.6.12",
"@rnbo/js": "^1.3.3",
"base64-js": "^1.5.1",
"body-parser": "^1.20.3",
"chance": "^1.1.12",
"cors": "^2.8.5",
"cytoscape": "^3.30.4",
"cytoscape-canvas": "^3.0.1",
"cytoscape-dagre": "^2.5.0",
"cytoscape-grid-guide": "^2.3.3",
"cytoscape-popper": "^4.0.1",
"cytoscape-snap-to-grid": "^2.0.0",
"express": "^4.21.2",
"idb": "^8.0.0",
"input-knob": "^0.0.11",
"jquery": "^3.7.1",
"jquery-knob": "^1.2.11",
"lodash": "^4.17.21",
"lodash.throttle": "^4.1.1",
"map-range": "^0.1.2",
"marked": "^15.0.2",
"nanotimer": "^0.3.15",
"pako": "^2.1.0",
"randomcolor": "^0.6.2",
"scale-number-range": "^1.0.3",
"tippy": "^0.0.0",
"tippy.js": "^6.3.7",
"tone": "^15.0.4",
"uuidv7": "^1.0.2",
"webmidi": "^3.1.12",
"ws": "^8.18.0"
}
}