plotly-icons
Version:
set of plotly icons
20 lines • 368 B
JSON
{
"name": "plotly-icons-demo",
"version": "1.0.0",
"dependencies": {
"next": "^5.0.0",
"plotly-icons": "latest",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"build": "next build",
"dev": "next",
"start": "next start"
},
"now": {
"alias": "plotly-icons.now.sh"
}
}