bs-react-transition-group
Version:
29 lines (28 loc) • 673 B
JSON
{
"name": "bs-react-transition-group-example",
"version": "0.1.0",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack -w",
"webpack:production": "NODE_ENV=production webpack"
},
"keywords": [
"BuckleScript"
],
"author": "",
"license": "MIT",
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0",
"reason-react": ">=0.4.0",
"bs-react-transition-group": "0.1.14"
},
"devDependencies": {
"bs-platform": "^4.0.5",
"webpack": "^4.0.1",
"webpack-cli": "^2.0.10"
}
}