@bettercart/rescript-react-script-loader
Version:
Load third-party scripts into your react app using hooks.
35 lines (34 loc) • 844 B
JSON
{
"name": "@bettercart/rescript-react-script-loader",
"version": "0.2.3",
"description": "Load third-party scripts into your react app using hooks.",
"main": "index.js",
"repository": "https://github.com/bettercart/rescript-react-script-loader",
"homepage": "https://getbettercart.com",
"author": "Better Cart Inc",
"license": "MIT",
"scripts": {
"re:clean": "bsb -clean-world",
"re:build": "bsb -make-world",
"re:watch": "bsb -make-world -w"
},
"keywords": [
"rescript",
"Rescript",
"BuckleScript",
"React Script Loader",
"Script",
"ReactScript"
],
"dependencies": {
"bs-webapi": "^0.19.1"
},
"peerDependencies": {
"bs-platform": "^9.0.1",
"@rescript/react": "^0.10.1"
},
"devDependencies": {
"bs-platform": "^9.0.1",
"@rescript/react": "^0.10.1"
}
}