UNPKG

@mmbt/react-web-vector-icons

Version:

An adaptation of react-native-vector-icons for react web

62 lines (61 loc) 1.49 kB
{ "name": "@mmbt/react-web-vector-icons", "version": "1.3.0", "description": "An adaptation of react-native-vector-icons for react web", "main": "dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/sturmenta/react-web-vector-icons.git" }, "types": "./src/index.d.ts", "keywords": [ "react", "icon", "icons", "vector", "vector-icons", "react-web-vector-icons", "react-native-vector-icons", "oblador", "sturmenta", "AntDesign", "Entypo", "EvilIcons", "Feather", "FontAwesome", "Foundation", "Ionicons", "Lucide", "MaterialCommunityIcons", "MaterialIcons", "Octicons", "SimpleLineIcons", "Zocial" ], "author": "Nicolas Sturm <sturmenta@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/sturmenta/react-web-vector-icons/issues" }, "homepage": "https://github.com/sturmenta/react-web-vector-icons#readme", "peerDependencies": { "react": "^16.3.1" }, "dependencies": { "react": "^16.3.1", "webpack": "^4.5.0" }, "scripts": { "prod": "npm run clean; webpack --mode production", "clean": "rm -rf dist" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-loader": "^7.1.5", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.5.1", "webpack-cli": "^3.1.2" } }