@icons-pack/react-simple-icons
Version:
This package provides the Simple Icons packaged as a set of React components.
98 lines (97 loc) • 2.89 kB
JSON
{
"name": "@icons-pack/react-simple-icons",
"version": "4.6.1",
"private": false,
"description": "This package provides the Simple Icons packaged as a set of React components.",
"keywords": [
"react",
"simple-icons",
"brands",
"icons",
"svg",
"inline",
"design",
"component",
"codea"
],
"homepage": "https://github.com/icons-pack/react-simple-icons#readme",
"bugs": {
"url": "https://github.com/icons-pack/react-simple-icons/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/icons-pack/react-simple-icons.git"
},
"license": "MIT",
"author": "Jorge Luis Calleja <jorge.calleja@wootsbot.dev>",
"sideEffects": false,
"main": "build/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"build"
],
"scripts": {
"release": "standard-version",
"build": "yarn build:lib && yarn build:bundle",
"build:bundle": "yarn clean:build && rollup --config rollup.config.js",
"build:lib": "yarn clean:lib && NODE_ENV=production babel src/ --out-dir ./lib --copy-files",
"clean:build": "rimraf -rf build",
"clean:components": "rimraf -rf ./src/**",
"clean:lib": "rimraf -rf lib",
"generate:components": "yarn clean:components && node scripts/generate-components",
"lint": "yarn lint:eslint",
"lint:eslint": "eslint --fix .",
"prettier": "prettier --config .prettierrc \"./**/*.+(js|json)\" --write"
},
"lint-staged": {
"*.js": [
"eslint --fix"
],
"./**/*.+(js|json)": [
"prettier --write"
]
},
"dependencies": {
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"cross-env": "^6.0.3",
"eslint-config-prettier": "^6.0.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"prettier": "^1.18.2",
"prettier-eslint": "^9.0.0",
"rimraf": "^3.0.0",
"rollup": "^2.7.6",
"rollup-plugin-babel": "^4.4.0",
"semantic-release": "^17.4.4",
"signale": "^1.4.0",
"simple-icons": "^5.6.0",
"standard-version": "^9.3.0",
"uppercamelcase": "^3.0.0"
},
"peerDependencies": {
"react": "^16.13 || ^17"
},
"publishConfig": {
"access": "public"
}
}