-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "makingmidi",
"version": "0.1.0",
"private": true,
"dependencies": {
"@tonejs/midi": "^2.0.0",
"@tonejs/ui": "^0.0.9",
"midi-player-js": "^2.0.5",
"midi-writer-js": "^1.7.1",
"ramda": "^0.26.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "2.1.1",
"react-three-fiber": "^4.0.16",
"recompose": "^0.30.0",
"soundfont-player": "^0.11.0",
"styled-components": "^5.0.1",
"three": "^0.113.2",
"tonal": "^2.1.2",
"tone": "^13.8.25",
"webmidi": "^2.5.1"
},
"devDependencies": {
"gh-pages": "^2.2.0",
"react-scripts": "2.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "yarn run build && gh-pages -d build",
"prod": "open https://jottenlips.github.io/making-midi/"
},
"eslintConfig": {
"extends": "react-app"
},
"homepage": "https://jottenlips.github.io/making-midi/",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}