reason-crossword-front/package.json
2020-05-22 13:14:30 -04:00

35 lines
841 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": "",
"license": "MIT",
"dependencies": {
"bs-moment": "^0.4.5",
"moment": "^2.25.3",
"react": "^16.8.1",
"react-datepicker": "^2.15.0",
"react-dom": "^16.8.1",
"reason-react": "^0.8.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"devDependencies": {
"bs-platform": "^7.3.2",
"moduleserve": "^0.9.0"
},
"resolutions": {
"reason-crossword-front": "portal:/Users/anthonys/reason-crossword-front"
}
}