28 lines
583 B
JSON
28 lines
583 B
JSON
|
{
|
||
|
"name": "probtest",
|
||
|
"version": "0.1.0",
|
||
|
"scripts": {
|
||
|
"build": "bsb -make-world",
|
||
|
"start": "bsb -make-world -w -ws _ ",
|
||
|
"clean": "bsb -clean-world",
|
||
|
"server": "moduleserve ./ --port 8000",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"BuckleScript",
|
||
|
"ReasonReact",
|
||
|
"reason-react"
|
||
|
],
|
||
|
"author": "",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"react": "^16.8.1",
|
||
|
"react-dom": "^16.8.1",
|
||
|
"reason-react": ">=0.7.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"bs-platform": "^7.1.0",
|
||
|
"moduleserve": "^0.9.0"
|
||
|
}
|
||
|
}
|