-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 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": "avaxnodes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"@apollo/react-hooks": "^4.0.0",
"agenda": "^4.0.1",
"apollo-boost": "^0.4.9",
"apollo-server-micro": "^2.19.0",
"axios": "^0.21.0",
"axios-cache-adapter": "^2.7.3",
"bootstrap": "^4.5.3",
"bootstrap-select": "^1.13.18",
"debug": "^4.3.1",
"deepmerge": "^4.2.2",
"express": "^4.17.1",
"graphql": "^15.4.0",
"isomorphic-unfetch": "^3.1.0",
"leaflet": "^1.7.1",
"leaflet-defaulticon-compatibility": "^0.1.1",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"mongoose": "^5.12.5",
"next": "10.0.7",
"next-dark-mode": "^2.3.2",
"next-images": "^1.7.0",
"next-routes-with-locale": "loginwashere/next-routes-with-locale#19b8239",
"next-svgr": "^0.0.2",
"node-cache": "^5.1.2",
"react": "17.0.1",
"react-bootstrap": "^1.4.3",
"react-clipboardjs-copy": "^1.3.2",
"react-dom": "17.0.1",
"react-icons": "^4.1.0",
"react-intl": "^5.12.3",
"react-leaflet": "^3.1.0",
"react-transition-group": "^4.4.1",
"react-world-flags": "^1.4.0",
"svg-country-flags": "^1.2.10"
}
}