-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.49 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
{
"name": "@midiate/midiate",
"description": "Web platform for MIDI-based apps",
"version": "2.0.2",
"author": "Omer Perry",
"license": "Apache-2.0",
"respository": {
"type": "git",
"url": "https://github.com/thebne/midiate"
},
"homepage": "https://midiate.now.sh/",
"keywords": [
"midi",
"piano",
"chord",
"music"
],
"dependencies": {
"@material-ui/core": "^4.9.5",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.50",
"@tonaljs/chord-detect": "^3.5.1",
"@tonaljs/tonal": "^3.5.1",
"@weknow/react-bubble-chart-d3": "^1.0.12",
"clsx": "^1.1.0",
"color-hash": "^1.0.3",
"midi-file": "^1.1.2",
"midimessage": "^1.0.5",
"nosleep.js": "^0.11.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-redux": "^7.2.0",
"react-transition-group": "^4.3.0",
"redux": "^4.0.5",
"reselect": "^4.0.0",
"soundfont-player": "^0.12.0"
},
"devDependencies": {
"react-scripts": "3.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}