forked from yezhiyi9670/musescore-web-display
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 751 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 751 Bytes
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
{
"name": "musescore-web-display",
"version": "2.0.0",
"description": "Interactive showcase of MuseScore music sheets",
"homepage": "https://partitioncloud.github.io/musescore-web-display/",
"bugs": {
"url": "https://github.com/partitioncloud/musescore-web-display/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/partitioncloud/musescore-web-display.git"
},
"license": "MIT",
"author": "augustin64",
"type": "commonjs",
"main": "score-display/score-display.global.js",
"dependencies": {
"@magenta/music": "^1.23.1",
"file-saver": "^2.0.5",
"howler": "^2.2.4",
"line-awesome": "^1.3.0",
"vue": "^3.5.31"
},
"devDependencies": {
"rolldown": "^1.0.0-rc.12"
}
}