-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1015 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1015 Bytes
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": "hurricane",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p 8333"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/react-common": "3.1.3",
"@apollo/react-hooks": "3.1.3",
"@apollo/react-ssr": "3.1.3",
"apollo-cache-inmemory": "1.6.3",
"apollo-client": "2.6.4",
"apollo-link": "^1.2.13",
"apollo-link-http": "1.5.15",
"apollo-link-schema": "1.2.3",
"apollo-link-ws": "^1.0.19",
"apollo-server-micro": "2.9.0",
"apollo-utilities": "^1.3.2",
"graphql": "^14.0.2",
"graphql-tag": "2.10.1",
"isomorphic-unfetch": "^3.0.0",
"next": "^9.1.1",
"react": "^16.11.0",
"react-apollo": "3.1.3",
"react-dom": "^16.11.0",
"react-h5-audio-player": "^2.4.0",
"react-markdown": "^4.2.2",
"react-number-format": "^4.3.1",
"subscriptions-transport-ws": "^0.9.16",
"ws": "^7.2.0"
}
}