mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
df5b96adec
bsb make world instead of nake world.
20 lines
520 B
JSON
20 lines
520 B
JSON
{
|
|
"name": "with-reasonml",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "concurrently \"bsb --clean-world -make-world -w\" \"next -w\"",
|
|
"build": "bsb -clean-world -make-world && next build",
|
|
"start": "bsb -clean-world -make-world && next start -w"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"babel-plugin-bucklescript": "^0.2.3-1",
|
|
"bs-platform": "^1.9.3",
|
|
"concurrently": "^3.5.0",
|
|
"next": "^3.2.2",
|
|
"react": "^15.6.1",
|
|
"react-dom": "^15.6.1",
|
|
"reason-react": "^0.2.3"
|
|
}
|
|
}
|