-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
89 lines (89 loc) · 2.5 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "abc2book",
"version": "0.1.0",
"homepage": ".",
"private": true,
"dependencies": {
"@kevinorriss/react-metronome": "^2.0.1",
"@tombatossals/react-chords": "file:../abcjsfork/react-chords",
"@upsetjs/venn.js": "^1.4.2",
"abcjs": "^6.2.0",
"audio-decode": "^1.4.0",
"audio-encoder": "^1.0.4",
"audiobuffer-arraybuffer-serializer": "^0.0.36",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"chord-symbol": "^3.0.0",
"d3": "^7.8.2",
"gulp": "^4.0.2",
"gulp-inline-source": "^4.0.0",
"gulp-replace": "^1.1.3",
"inline-worker": "^1.1.0",
"is-online": "^10.0.0",
"jquery": "^3.6.0",
"jwt-decode": "^3.1.2",
"localforage": "^1.10.0",
"mathjs": "^10.5.2",
"midi-player-js": "^2.0.16",
"midi.js": "^0.3.1",
"music-scale": "^1.2.0",
"nosleep.js": "^0.12.0",
"opensheetmusicdisplay": "^1.8.5",
"puppeteer": "^14.2.0",
"react": "^18.2.0",
"react-bootstrap": "",
"react-device-detect": "^2.2.2",
"react-diff-viewer-continued": "^3.2.5",
"react-dom": "",
"react-pdf": "^7.6.0",
"react-piano": "^3.1.3",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-select": "^5.7.0",
"react-swipeable": "^7.0.0",
"react-tag-autocomplete": "^7.1.0",
"react-virtualized-auto-sizer": "^1.0.7",
"react-window": "^1.8.7",
"react-youtube": "^10.0.0",
"soundfont-player": "^0.12.0",
"tone": "^14.7.77",
"unzipit": "^1.4.3",
"vexchords": "^1.2.0",
"waveform-playlist": "^4.3.3",
"web-vitals": "^2.1.4",
"ws": "^8.16.0"
},
"scripts": {
"start": "react-scripts start",
"buildresources": "cd ./abcresources; nodejs ./rename_all.js; nodejs ./indexes_from_files.js",
"build": "react-scripts build; rm -rf ./static/; cp -r ./build/* ./; cp ./manifest.template.json ./manifest.json; node hackSw.js ",
"test": "react-scripts test",
"eject": "react-scripts eject",
"serveextras": "ws --cors.origin=* -p 4000"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"local-web-server": "^5.3.1",
"worker-plugin": "^5.0.1",
"workerize": "^0.1.8",
"workerize-loader": "^1.3.0"
}
}