react-flatten-children
Version:
React utility to flatten fragments.
42 lines (41 loc) • 1.09 kB
JSON
{
"name": "react-flatten-children",
"description": "React utility to flatten fragments.",
"keywords": [
"react",
"utility",
"children",
"flatten",
"fragment"
],
"version": "1.1.2",
"author": "Greg Bergé <berge.greg@gmail.com>",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/react-flatten-children.esm.js",
"typings": "dist/index.d.ts",
"repository": "github:gregberge/react-flatten-children",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/gregberge"
},
"scripts": {
"prepublishOnly": "yarn build",
"release": "standard-version && conventional-github-releaser --preset angular",
"start": "tsdx watch",
"test": "tsdx test",
"build": "tsdx build"
},
"devDependencies": {
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"conventional-github-releaser": "^3.1.3",
"jest": "^25.5.1",
"microbundle": "^0.11.0",
"react": "^16.13.1",
"standard-version": "^7.1.0",
"tsdx": "^0.13.2",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
}
}