react-binds
Version:
React functions to loop and map over data
29 lines (28 loc) • 670 B
JSON
{
"name": "react-binds",
"version": "1.0.7",
"description": "React functions to loop and map over data",
"main": "dist/bundle.js",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-loop",
"react-binds",
"react-v-for"
],
"author": "d1zz7 <muhametov.tahir@yandex.kz>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-transform-react-jsx": "^7.21.0",
"@babel/preset-env": "^7.21.4",
"rollup": "^2.79.1",
"rollup-plugin-babel": "^4.4.0"
},
"peerDependencies": {
"react": "^18.2.0"
}
}