bs-css-emotion
Version:
bs-css bindings for Emotion
32 lines (31 loc) • 697 B
JSON
{
"name": "bs-css-emotion",
"version": "7.0.1",
"description": "bs-css bindings for Emotion",
"scripts": {
"re:clean": "rescript clean",
"re:build": "rescript build",
"re:watch": "rescript build -w"
},
"keywords": [
"emotion",
"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": {
"@emotion/cache": "^11.0.0",
"@emotion/css": "^11.0.0",
"bs-css": "18.0.0"
},
"devDependencies": {
"rescript": "^9.0.0"
}
}