-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 KB
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
{
"name": "dfuse-event",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@babel/runtime": "^7.4.3",
"@dfuse/client": "^0.2.4",
"@material-ui/core": "^3.9.3",
"@types/debug": "^4.1.4",
"@types/material-ui": "^0.21.6",
"apollo-cache-inmemory": "^1.5.1",
"apollo-client": "^2.5.1",
"apollo-link-ws": "^1.0.17",
"graphql": "^14.2.1",
"graphql-tag": "^2.10.1",
"react": "^16.8.6",
"react-apollo": "^2.5.3",
"react-dom": "^16.8.6",
"react-scripts-ts": "3.1.0",
"styled-system": "^4.1.0",
"subscriptions-transport-ws": "^0.9.16",
"ual-reactjs-renderer": "^0.1.1",
"ual-scatter": "^0.1.0"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/graphql": "^14.2.0",
"@types/jest": "^24.0.11",
"@types/node": "^11.13.0",
"@types/react": "^16.8.12",
"@types/react-dom": "^16.8.3",
"@types/ws": "^6.0.1",
"prettier": "^1.17.0",
"typescript": "^3.4.1"
}
}