UNPKG

plotly-icons

Version:
37 lines (36 loc) 1.04 kB
{ "name": "plotly-icons", "version": "1.1.3", "description": "set of plotly icons", "main": "lib/index.js", "scripts": { "generate": "yarn run clean && node scripts/generate.js", "clean": "rimraf lib && rimraf src/plotly/*.js", "prepublishOnly": "mkdirp lib && yarn generate && babel src --out-dir lib" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/plotly/plotly-icons.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/plotly/plotly-icons/issues" }, "homepage": "https://github.com/plotly/plotly-icons#readme", "dependencies": { "mdi-react": "^2.1.19", "react": "^16.2.0", "react-dom": "^16.2.0" }, "devDependencies": { "babel-cli": "^6.10.1", "babel-plugin-transform-export-extensions": "^6.8.0", "babel-plugin-transform-object-rest-spread": "^6.8.0", "babel-preset-es2015": "^6.9.0", "babel-preset-react": "^6.11.1", "fs": "0.0.1-security", "mkdirp": "^0.5.1", "rimraf": "^2.6.1" } }