sonify
Version:
A module to sonify data
26 lines (25 loc) • 517 B
JSON
{
"name": "demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"export": "next export && touch out/.nojekyll",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"moment": "^2.24.0",
"next": "^8.1.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-live": "^2.1.2",
"sonify": "^0.3.0",
"victory": "^32.2.3"
}
}