71046216ce
Setup dev tools to build GUI using ReasonML + Electron Use react-scripts instead of custom build config Add electron command Rename command
17 lines
206 B
JSON
17 lines
206 B
JSON
{
|
|
"name": "reason-scripts",
|
|
"sources": [
|
|
"src"
|
|
],
|
|
"bs-dependencies": [
|
|
"reason-react",
|
|
"bs-jest"
|
|
],
|
|
"reason": {
|
|
"react-jsx": 2
|
|
},
|
|
"bsc-flags": [
|
|
"-bs-super-errors"
|
|
]
|
|
}
|