-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "parcel-ownership-granter",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"re:build": "bsb -make-world",
"re:start": "bsb -make-world -w",
"re:watch": "bsb -make-world -w",
"re:clean": "bsb -clean-world",
"start": "node ./src/index.js",
"watch": "nodemon ./src/index.js",
"generate-ppx-schema": "gqlschema https://api.thegraph.com/subgraphs/name/jasoons/always-for-sale-gallery -i -o graphql_schema.json"
},
"devDependencies": {
"@baransu/graphql_ppx_re": "^0.6.4",
"bs-let": "^0.1.16",
"bs-platform": "^7.1.1",
"decco": "^1.1.1",
"dotenv": "^8.2.0",
"gentype": "^3.12.0",
"gql-tools": "^0.0.15",
"graphql": "^14.6.0",
"nodemon": "^2.0.2"
},
"dependencies": {
"3box": "^1.17.1",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link-http": "^1.5.16",
"apollo-link-ws": "^1.0.19",
"bs-express": "^1.0.1",
"bs-fetch": "^0.5.1",
"graphql-tag": "^2.10.3",
"isomorphic-fetch": "^2.2.1",
"serbet": "^0.4.0",
"subscriptions-transport-ws": "^0.9.16"
}
}