bs-css-dom
Version:
bs-css bindings for React DOM
35 lines (34 loc) • 917 B
JSON
{
"name": "bs-css-dom",
"version": "6.0.1",
"description": "bs-css bindings for React DOM",
"scripts": {
"re:clean": "rescript clean",
"re:build": "rescript build",
"re:watch": "rescript build -w",
"serve": "../node_modules/.bin/esbuild ./lib/js/example/App.js --servedir=example --outdir=example/js --bundle --loader:.js=jsx --define:process.env.NODE_ENV=\\\"development\\\""
},
"keywords": [
"bucklescript",
"rescript",
"reasonML",
"css"
],
"author": "Hervé Giraud <giraud.contact@yahoo.fr>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/reasonml-labs/bs-css.git"
},
"dependencies": {
"bs-css": "18.0.0"
},
"peerDependencies": {
"@rescript/react": "^0.10.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"devDependencies": {
"rescript": "^9.0.0"
}
}