UNPKG

react-svg-country-flags

Version:

easy-to-use component flags of the countries for react.

82 lines (81 loc) 1.8 kB
{ "version": "0.1.2", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "keywords": [ "react", "reactjs", "world", "country", "countries", "flag", "flags", "svg" ], "engines": { "node": ">=10" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --passWithNoTests", "lint": "tsdx lint", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" }, "peerDependencies": { "react": ">=16" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "name": "react-svg-country-flags", "author": "Ayoup1", "module": "dist/react-svg-country-flags.esm.js", "size-limit": [ { "path": "dist/react-svg-country-flags.cjs.production.min.js", "limit": "40 KB" }, { "path": "dist/react-svg-country-flags.esm.js", "limit": "40 KB" } ], "devDependencies": { "@babel/core": "^7.18.5", "@size-limit/preset-small-lib": "^7.0.8", "@storybook/addon-essentials": "^6.4.22", "@storybook/addon-info": "^3.0.0", "@storybook/addon-links": "^6.5.9", "@storybook/addons": "^6.5.9", "@storybook/react": "^6.1.21", "@testing-library/react": "^13.3.0", "@types/react": "^18.0.14", "@types/react-dom": "^18.0.5", "babel-loader": "^8.2.5", "husky": "^8.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "size-limit": "^7.0.8", "tsdx": "^0.14.1", "tslib": "^2.4.0", "typescript": "^4.7.4" } }