{ "name": "with-reasonml", "version": "1.0.0", "scripts": { "dev": "concurrently \"bsb -clean-world -make-world -w\" \"next dev\"", "build": "bsb -clean-world -make-world && next build", "start": "next start" }, "license": "ISC", "dependencies": { "babel-plugin-bucklescript": "^0.4.0", "next": "latest", "react": "^16.4.2", "react-dom": "^16.4.2", "reason-react": "^0.5.3" }, "devDependencies": { "bs-platform": "^4.0.5", "concurrently": "^3.5.1", "webpack": "^3.8.1" } }