{ "name": "with-reasonml", "version": "1.0.0", "scripts": { "dev": "bsb -clean-world -make-world && next dev lib/js", "build": "bsb -clean-world -make-world && next build lib/js", "start": "next start lib/js" }, "license": "ISC", "dependencies": { "babel-plugin-bucklescript": "^0.2.4", "next": "latest", "react": "^16.1.1", "react-dom": "^16.1.1", "reason-react": "^0.3.0", "bs-next": "^2.0.0" }, "devDependencies": { "bs-platform": "^2.1.0", "concurrently": "^3.5.1", "webpack": "^3.8.1" } }