web-audio-stream-sync/frontend/package.json

26 lines
662 B
JSON
Raw Normal View History

2018-05-21 17:59:28 -04:00
{
"name": "public",
"version": "0.1.0",
"private": true,
"dependencies": {
"material-design-icons": "^3.0.1",
"react": "^16.3.2",
"react-canvas-knob": "^0.5.0",
"react-dom": "^16.3.2",
"react-draggable": "^3.0.5",
2018-05-21 17:59:28 -04:00
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.6.0",
"startaudiocontext": "^1.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}