47 lines
1.3 KiB
JSON
47 lines
1.3 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",
|
|
"server": "moduleserve ./ --port 8000",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "concurrently 'yarn start' 'yarn server'",
|
|
"build:dev": "webpack --config webpack.development.js",
|
|
"build:prod": "webpack --config webpack.production.js"
|
|
},
|
|
"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-datepicker": "^3.4.1",
|
|
"react-dom": "^17.0.1",
|
|
"reason-promise": "^1.1.2",
|
|
"reason-react": "^0.9.1",
|
|
"webpack": "^5.21.1",
|
|
"webpack-cli": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.13",
|
|
"@babel/preset-env": "^7.12.13",
|
|
"babel-loader": "^8.2.2",
|
|
"bs-platform": "^8.4.2",
|
|
"concurrently": "^5.3.0",
|
|
"moduleserve": "^0.9.1",
|
|
"webpack-dev-server": "^3.11.2",
|
|
"webpack-merge": "^5.7.3"
|
|
},
|
|
"resolutions": {
|
|
"reason-crossword-front": "portal:/Users/anthonys/reason-crossword-front"
|
|
}
|
|
}
|