flagit
Version:
Flagit is the smallest npm package to display flags from about 242 supported countries that can be used as a react component.
55 lines (54 loc) • 1.28 kB
JSON
{
"name": "flagit",
"version": "2.0.6",
"description": "",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"source": "src/index.js",
"files": [
"index.cjs.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tusharjo/flagit.git"
},
"keywords": [
"react-component",
"flags",
"react-flags",
"country flags",
"react",
"world",
"internationalization",
"language",
"flat icons"
],
"author": "Tushar J",
"license": "ISC",
"bugs": {
"url": "https://github.com/tusharjo/flagit/issues"
},
"homepage": "https://github.com/tusharjo/flagit#readme",
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"@rollup/plugin-babel": "^5.3.0",
"postcss": "^8.2.15",
"rollup": "^2.47.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2"
}
}