Move nut-score into website/sandbox
Also move some .gitignore entries from the top-level .gitignore into a subdirectory .gitignore.
This commit is contained in:
parent
2551b41d73
commit
57b58e9b2f
15 changed files with 7 additions and 9 deletions
|
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
"name": "nut-score",
|
||||
"version": "1.0.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": "^${bsb:bs-version}",
|
||||
"moduleserve": "^0.9.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue