@figlinq/plotly-icons
Version:
set of plotly icons
65 lines (64 loc) • 1.57 kB
JSON
{
"name": "@figlinq/plotly-icons",
"description": "set of plotly icons",
"version": "3.0.3",
"author": "Plotly Team",
"bugs": {
"url": "https://github.com/figlinq/plotly-icons/issues"
},
"scripts": {
"clean": "rimraf lib && rimraf src/components/*.js",
"generate": "yarn run clean && node scripts/generate.js",
"prepublishOnly": "mkdirp lib && babel src --out-dir lib"
},
"dependencies": {
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "7.22.15",
"@babel/core": "7.22.20",
"@babel/node": "7.22.19",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/preset-env": "7.22.20",
"@babel/preset-react": "7.22.15",
"fs": "0.0.1-security",
"fs-extra": "^11.1.0",
"glob": "^8.0.3",
"jsdom": "^20.0.3",
"lodash": "^4.17.20",
"mkdirp": "^3.0.1",
"nunjucks": "^3.2.4",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"rimraf": "^5.0.1",
"svgo": "^3.0.2"
},
"homepage": "https://github.com/plotly/plotly-icons#readme",
"keywords": [
"Icons",
"Plotly"
],
"license": "ISC",
"main": "lib/index.js",
"module": "lib/index.js",
"peerDependencies": {
"react": ">15",
"react-dom": ">15"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/plotly/plotly-icons.git"
},
"browserslist": [
"defaults",
"not IE 11"
],
"volta": {
"node": "20.7.0",
"yarn": "1.22.19"
},
"directories": {
"lib": "lib"
}
}