Files
2021-04-22 18:24:23 -03:00

34 lines
856 B
JSON

{
"name": "reason-tauri-example",
"version": "0.1.0",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w -ws _ ",
"clean": "bsb -clean-world",
"server": "moduleserve ./ --port 8000",
"bundle": "webpack --config webpack.config.js",
"tauri:source": "node ../../../../tooling/cli.js/bin/tauri",
"tauri:dev": "yarn tauri:source dev",
"tauri:build": "yarn tauri:source build"
},
"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": "^7.1.1",
"html-webpack-plugin": "^3.2.0",
"moduleserve": "^0.9.0",
"tauri": "^0.4.5",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}