react-orchestra
Version:
A toolbox to build interactive and smart instruments on the web and mobile.
21 lines (20 loc) • 531 B
JSON
{
"name": "demo",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "0.7.0"
},
"dependencies": {
"InstrumentJS": "git+https://a616ae14b9b11774d04278d924c162e3f9276e9b:x-oauth-basic@github.com/rakannimer/InstrumentJS.git",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-json-tree": "^0.10.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}