-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
30 lines (30 loc) · 862 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "reason-react-native-web-example",
"version": "0.6.3",
"license": "MIT",
"scripts": {
"dev": "npm run js-watch | npm run bsb-watch",
"js-watch": "razzle start",
"bsb-watch": "bsb -make-world -w",
"clean": "bsb -clean-world && rm -rf build",
"build": "bsb -make-world && razzle build",
"start": "NODE_ENV=production node build/server.js",
"format": "find . -name \"*.re\" | grep -v \"node_modules\" | xargs bsrefmt --in-place"
},
"dependencies": {
"compression": "^1.7.4",
"express": "^4.17.1",
"helmet": "^3.18.0",
"hpp": "^0.2.2",
"morgan": "^1.9.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-native-web": "^0.11.4",
"reason-react": "^0.7.0",
"reason-react-native": "^0.60.0"
},
"devDependencies": {
"bs-platform": "^5.0.4",
"razzle": "^3.0.0"
}
}