-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.09 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
42
43
44
45
46
47
48
{
"name": "@mrharpo/leo",
"version": "0.2.0",
"description": "sheet music conducting app",
"default": "index.html",
"scripts": {
"dev": "vite",
"build": "vite build --base /leo --outDir ../dist --emptyOutDir"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quaternionmedia/leo.git"
},
"author": "Quaternion Media, LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/quaternionmedia/leo/issues"
},
"homepage": "https://github.com/quaternionmedia/leo",
"dependencies": {
"@csstools/normalize.css": "^12.1.1",
"fuse.js": "^7.0.0",
"hammerjs": "^2.0.8",
"ireal-renderer": "^1.1.0",
"itemsjs": "^2.1.25",
"meiosis-setup": "^6.2.3",
"meiosis-tracer": "^6.0.1",
"mithril": "^2.2.8",
"paper": "^0.12.18",
"pdfjs-dist": "^4.7.76"
},
"devDependencies": {
"buffer": "^6.0.3",
"process": "^0.11.10",
"vite": "^5.4.9"
},
"main": "index.html",
"directories": {
"doc": "docs",
"test": "tests"
},
"keywords": [
"pdf",
"annotation",
"sheet music",
"conducting"
]
}