UNPKG

1.86 kBJSONView Raw
1{
2 "name": "react-icons",
3 "version": "3.6.0",
4 "description": "SVG React icons of popular icon packs using ES6 imports",
5 "author": "Goran Gajic",
6 "contributors": [
7 "kamijin_fanta <kamijin@live.jp>"
8 ],
9 "license": "MIT",
10 "main": "lib",
11 "sideEffects": false,
12 "repository": {
13 "type": "git",
14 "url": "git+ssh://git@github.com:react-icons/react-icons.git"
15 },
16 "bugs": {
17 "url": "https://github.com/react-icons/react-icons/issues"
18 },
19 "homepage": "https://github.com/react-icons/react-icons#readme",
20 "devDependencies": {
21 "@babel/cli": "^7.1.2",
22 "@babel/core": "^7.1.2",
23 "@types/react": "^16.4.16",
24 "babel-eslint": "^10.0.1",
25 "camelcase": "^5.0.0",
26 "cheerio": "^1.0.0-rc.2",
27 "copy": "^0.3.2",
28 "eslint": "^5.6.1",
29 "eslint-config-google": "^0.10.0",
30 "eslint-config-prettier": "^3.1.0",
31 "eslint-config-standard": "^12.0.0",
32 "eslint-plugin-import": "^2.14.0",
33 "eslint-plugin-node": "^7.0.1",
34 "eslint-plugin-prettier": "^3.0.0",
35 "eslint-plugin-promise": "^4.0.1",
36 "eslint-plugin-standard": "^4.0.0",
37 "feather-icons": "^4.7.3",
38 "glob-promise": "^3.4.0",
39 "ionicons": "^4.4.4",
40 "netlify-cli": "^2.0.0",
41 "octicons": "^8.1.0",
42 "prettier": "^1.14.3",
43 "renamer": "^1.0.0",
44 "rimraf": "^2.6.2",
45 "typescript": "^3.1.2"
46 },
47 "scripts": {
48 "build": "node scripts/build.js && yarn build-mjs && yarn build-cjs",
49 "prebuild": "node ../../node_modules/copy/bin/cli.js ../../README.md ./packages/react-icons && node ../../node_modules/rimraf/bin.js ./lib",
50 "build-mjs": "node ../../node_modules/typescript/bin/tsc && node ../../node_modules/@babel/cli/bin/babel.js ./lib/esm -d ./lib/esm",
51 "build-cjs": "node ../../node_modules/typescript/bin/tsc -p ./tsconfig.commonjs.json"
52 },
53 "gitHead": "8e93c576d7a3de552a031e9900f27ee0738948f5"
54}