-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "chronicle",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@magic-sdk/admin": "^1.1.0",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"apollo-link-ws": "^1.0.20",
"apollo-utilities": "^1.3.4",
"axios": "^0.19.2",
"evergreen-ui": "^4.27.4",
"graphql": "^15.1.0",
"graphql-tag": "^2.10.3",
"moment": "^2.26.0",
"moment-timezone": "^0.5.31",
"next": "9.4.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-moment": "^0.9.7",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"subscriptions-transport-ws": "^0.9.16",
"twilio": "^3.46.0",
"use-magic-link": "^1.1.1",
"websocket": "^1.0.31",
"ws": "^7.3.0"
}
}