react-addtocart
Version:
A simple add to cart button
19 lines (18 loc) • 369 B
JSON
{
"name": "react-addtocart",
"version": "1.0.0",
"description": "A simple add to cart button",
"main": "addtocart.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"addtocart"
],
"author": "Rahul Tripathi",
"license": "ISC",
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}