-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.42 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "standup-client-reason",
"version": "0.1.0",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack -w",
"webpack:production": "NODE_ENV=production webpack",
"server": "webpack-dev-server --host localhost --port 5000",
"get-schema": "node_modules/.bin/send-introspection-query https://standup-server.herokuapp.com/",
"now": "now deploy ./build",
"dedupe:react": "npm dedupe reason-react --no-package-lock",
"update-deps": "rm -rf node_modules/reason-apollo-hooks && npm install --check-files && npm run dedupe:react"
},
"keywords": [
"BuckleScript"
],
"author": "",
"license": "MIT",
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@baransu/graphql_ppx_re": "^0.4.9",
"bs-css": "^11.0.0",
"bs-webapi": "^0.15.6",
"css-loader": "^3.4.1",
"graphql_ppx": "^0.2.8",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"reason-apollo": "^0.17.0",
"reason-apollo-hooks": "^3.0.0",
"reason-react": ">=0.7.0",
"style-loader": "^1.1.2"
},
"devDependencies": {
"bs-platform": "^5.2.1",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^6.0.0",
"now": "^17.0.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
}
}