-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 KB
/
package.json
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
{
"name": "mooz",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"dev": "concurrently --prefix none 'roll dev' 'typedoc --watch --preserveWatchOutput' 'serve -p 3333 ./docs'",
"build": "roll build",
"format": "roll format",
"docs": "typedoc"
},
"homepage": "https://github.com/moozap/mooz",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"json-midi-encoder": "^5.1.31",
"midi-json-parser": "^8.1.34",
"opensheetmusicdisplay": "^1.8.4",
"standardized-audio-context": "^25.3.59",
"unist-builder": "^4.0.0",
"xast-util-from-xml": "^4.0.0",
"xast-util-to-xml": "^4.0.0",
"xastscript": "^4.0.0"
},
"devDependencies": {
"@tangible/roller": "^1.6.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vexflow-fonts/academico": "^1.0.1",
"@vexflow-fonts/bravura": "^1.0.2",
"concurrently": "^8.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"serve": "^14.2.1",
"typedoc": "^0.25.3",
"typedoc-plugin-mdn-links": "^3.1.4",
"typedoc-plugin-pages": "^1.1.0"
}
}