35 lines
884 B
JSON
35 lines
884 B
JSON
{
|
|
"name": "reason-crossword-front",
|
|
"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": "Anthony Cicchetti <me@anthonycicchetti.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bs-moment": "^0.4.5",
|
|
"moment": "^2.25.3",
|
|
"react": "^16.8.6",
|
|
"react-datepicker": "^2.16.0",
|
|
"react-dom": "^16.8.6",
|
|
"reason-react": "^0.9.1",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.12"
|
|
},
|
|
"devDependencies": {
|
|
"bs-platform": "^8.1.1",
|
|
"moduleserve": "^0.9.1"
|
|
},
|
|
"resolutions": {
|
|
"reason-crossword-front": "portal:/Users/anthonys/reason-crossword-front"
|
|
}
|
|
}
|