UNPKG

react-icons

Version:

SVG React icons of popular icon packs using ES6 imports

43 lines (42 loc) 1.53 kB
{ "name": "react-icons", "version": "3.0.4", "description": "SVG React icons of popular icon packs using ES6 imports", "author": "Goran Gajic", "contributors": [ "kamijin_fanta <kamijin@live.jp>" ], "license": "MIT", "main": "lib/index", "sideEffects": false, "repository": { "type": "git", "url": "git+ssh://git@github.com:react-icons/react-icons.git" }, "bugs": { "url": "https://github.com/react-icons/react-icons/issues" }, "homepage": "https://github.com/react-icons/react-icons#readme", "devDependencies": { "@babel/cli": "^7.0.0-beta.55", "@babel/core": "^7.0.0-beta.55", "@types/react": "^16.3.14", "camelcase": "^5.0.0", "cheerio": "^1.0.0-rc.2", "copy": "^0.3.2", "feather-icons": "^4.7.3", "glob-promise": "^3.4.0", "ionicons": "^4.0.0", "octicons": "^7.3.0", "renamer": "^1.0.0", "rimraf": "^2.6.2", "typescript": "^2.8.3" }, "scripts": { "build": "yarn build-mjs && yarn build-cjs && node scripts/build.js", "prebuild": "node ../../node_modules/copy/bin/cli.js ../../README.md ./packages/react-icons && node ../../node_modules/rimraf/bin.js ./lib", "build-mjs": "node ../../node_modules/typescript/bin/tsc && node ../../node_modules/renamer/bin/cli.js --find js --replace mjs ./lib/* && node ../../node_modules/@babel/cli/bin/babel.js ./lib -x .mjs --keep-file-extension -d ./lib", "build-cjs": "node ../../node_modules/typescript/bin/tsc -p ./tsconfig.commonjs.json" }, "dependencies": {} }