-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.33 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": "sweet-lightning",
"version": "1.0.0",
"description": "the.lightning.land/candy",
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev": "./bin/sweet-lightning",
"build": "next build",
"start": "NODE_ENV=production ./bin/sweet-lightning"
},
"bin": {
"sweet-lightning": "./bin/sweet-lightning"
},
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "7.0.0-beta.49",
"apollo-cache-inmemory": "^1.1.12",
"apollo-client": "^2.2.8",
"apollo-link": "^1.2.2",
"apollo-link-http": "^1.5.4",
"apollo-link-ws": "^1.0.8",
"apollo-server-express": "^1.3.6",
"apollo-utilities": "^1.0.11",
"babel-plugin-graphql-tag": "^1.5.0",
"body-parser": "^1.18.2",
"commander": "^2.15.1",
"cors": "^2.8.4",
"express": "^4.16.3",
"graphql": "^0.13.2",
"graphql-playground-middleware-express": "^1.6.1",
"graphql-subscriptions": "^0.5.8",
"graphql-tag": "^2.9.2",
"graphql-tools": "^3.0.0",
"grpc": "^1.24.4",
"isomorphic-unfetch": "^2.0.0",
"next": "6.0.4-canary.3",
"prop-types": "^15.6.1",
"qrcode.react": "^0.8.0",
"react": "^16.3.2",
"react-animate-height": "^2.0.1",
"react-apollo": "^2.1.4",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.3.2",
"subscriptions-transport-ws": "^0.9.8"
}
}