42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "reason-crossword-front",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "bsb -make-world",
|
|
"start": "bsb -make-world -w -ws _ ",
|
|
"clean": "bsb -clean-world",
|
|
"serve": "concurrently 'yarn start' 'yarn server' 'yarn webpack'",
|
|
"server": "webpack serve",
|
|
"webpack": "webpack -w",
|
|
"webpack:production": "NODE_ENV=production webpack"
|
|
},
|
|
"keywords": [
|
|
"BuckleScript",
|
|
"ReasonReact",
|
|
"reason-react"
|
|
],
|
|
"author": "Anthony Cicchetti <me@anthonycicchetti.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bs-fetch": "^0.6.2",
|
|
"bs-moment": "^0.6.0",
|
|
"decco": "^1.3.0",
|
|
"moment": "^2.29.1",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-datepicker": "^3.6.0",
|
|
"reason-promise": "^1.1.2",
|
|
"@rescript/react": "^0.10.1"
|
|
},
|
|
"devDependencies": {
|
|
"bs-platform": "^9.0.1",
|
|
"concurrently": "^6.0.0",
|
|
"html-webpack-plugin": "^5.2.0",
|
|
"webpack": "^5.24.2",
|
|
"webpack-cli": "^4.5.0",
|
|
"webpack-dev-server": "^3.11.2"
|
|
},
|
|
"resolutions": {
|
|
"reason-crossword-front": "portal:/Users/anthonys/reason-crossword-front"
|
|
}
|
|
}
|