-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 947 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 947 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
{
"name": "frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next",
"build": "next build",
"start": "next start",
"export": "npm run build && next export"
},
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/react-hooks": "^3.1.0",
"@types/socket.io": "^2.1.2",
"@types/styled-components": "^4.1.18",
"apollo-boost": "^0.4.4",
"graphql": "^14.5.4",
"next": "^9.0.5",
"next-with-apollo": "^4.2.0",
"react": "^16.9.0",
"react-apollo": "^3.1.0",
"react-dom": "^16.9.0",
"react-socket-io": "^0.2.5",
"socket.io-client": "^2.3.0",
"spherical-geometry-js": "^2.0.0",
"styled-components": "^4.3.2"
},
"devDependencies": {
"@types/node": "^12.7.4",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"typescript": "^3.6.2"
}
}