UNPKG

plotly-icons

Version:
52 lines (51 loc) 1.33 kB
{ "name": "plotly-icons", "description": "set of plotly icons", "version": "1.3.15", "author": "Plotly Team", "bugs": { "url": "https://github.com/plotly/plotly-icons/issues" }, "dependencies": { "mdi-react": "5.2.0", "prop-types": "^15.7.2" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-plugin-transform-export-extensions": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "fs": "0.0.1-security", "fs-extra": "^9.1.0", "glob": "^7.1.6", "jsdom": "^16.4.0", "lodash": "^4.17.20", "mkdirp": "^1.0.4", "nunjucks": "^3.2.3", "react": "^16.14.0", "react-dom": "^16.14.0", "rimraf": "^3.0.2", "svgo": "^0.7.2" }, "homepage": "https://github.com/plotly/plotly-icons#readme", "keywords": [ "Icons", "Plotly" ], "license": "ISC", "main": "lib/index.js", "peerDependencies": { "react": ">15", "react-dom": ">15" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/plotly/plotly-icons.git" }, "scripts": { "clean": "rimraf lib && rimraf src/components/*.js", "generate": "yarn run clean && node scripts/generate.js", "prepublishOnly": "mkdirp lib && babel src --out-dir lib" } }