-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.4 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
{
"homepage": "https://meta-meta.github.io/aframe-musicality",
"name": "aframe-musicality",
"version": "0.1.0",
"dependencies": {
"@fseehawer/react-circular-slider": "^2.5.9",
"@material-ui/core": "^4.8.3",
"@material-ui/icons": "^4.9.1",
"aframe": "1.2.0",
"aframe-animation-component": "^5.1.2",
"aframe-csg-meshs": "^1.0.0",
"aframe-look-at-component": "^0.8.0",
"aframe-particle-system-component": "^1.1.3",
"aframe-react": "^4.4.0",
"culori": "^4.0.1",
"hsluv": "^1.0.0",
"lodash": "^4.17.11",
"mathjs": "^9.4.4",
"osc-js": "^2.1.0",
"p5": "^1.2.0",
"pitchdetect": "meta-meta/PitchDetect#mark",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-router-dom": "^5.0.1",
"react-scripts": "2.1.8",
"tone": "^14.7.77",
"use-global-hook": "^0.1.12",
"vexflow": "^3.0.9",
"webmidi": "^3.0.10"
},
"scripts": {
"start": "react-scripts start",
"gen-cert": "openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout privatekey.key -out certificate.crt",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"gh": "yarn build && yarn gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"gh-pages": "^2.0.1"
}
}