forked from SAEON/somisana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.45 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "somisana.ac.za",
"version": "1.0.0",
"type": "module",
"description": "SOMISANA web stack",
"author": "zd.smith@saeon.nrf.ac.za",
"dependencies": {
"@apollo/client": "3.7.15",
"@arcgis/core": "^4.27.6",
"@apollo/server": "^4.7.5",
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.1",
"@apollo/server-plugin-response-cache": "^4.1.3",
"@as-integrations/koa": "^1.1.1",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@graphql-tools/schema": "^10.0.0",
"@jspm/generator": "1.1.9",
"@koa/router": "^12.0.0",
"@mdi/js": "^7.2.96",
"@mui/material": "5.13.5",
"@mui/system": "5.13.5",
"@node-loader/core": "^2.0.0",
"@node-loader/import-maps": "^1.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@saeon/cli-tools": "^0.2.0",
"@saeon/logger": "^6.2.24",
"@swc/cli": "^0.1.62",
"@types/react": "^18.2.14",
"base64url": "^3.0.1",
"browserslist": "^4.21.9",
"cookie": "^0.5.0",
"d3": "^7.8.5",
"d3-contour": "^4.0.2",
"d3-geo-voronoi": "^2.0.1",
"d3-tricontour": "^1.0.2",
"dataloader": "^2.2.2",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"echarts": "^5.4.2",
"echarts-for-react": "^3.0.2",
"geojson-vt": "^3.2.1",
"graphql": "16.7",
"graphql-type-json": "^0.3.2",
"install": "^0.13.0",
"JSONStream": "^1.3.5",
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.1",
"koa-compress": "^5.1.1",
"koa-mount": "^4.0.0",
"koa-passport": "^6.0.0",
"koa-session": "^6.4.0",
"koa-static": "^5.0.0",
"make-fetch-happen": "^11.1.1",
"maplibre-gl": "3.1.0",
"mime": "^3.0.0",
"mkdirp": "^3.0.1",
"mongodb": "^5.6.0",
"negotiator": "^0.6.3",
"notistack": "^3.0.1",
"openid-client": "^5.4.2",
"pg": "^8.11.1",
"pg-query-stream": "^4.5.1",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-data-grid": "7.0.0-beta.34",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-markdown": "^8.0.7",
"react-router-dom": "6.13.0",
"rimraf": "^5.0.1",
"rollup": "^3.25.3",
"rollup-plugin-import-css": "^3.3.1",
"rollup-plugin-swc": "^0.2.1",
"sift": "^17.0.1",
"swc-loader": "^0.2.3",
"tinygradient": "^1.1.5",
"twgl.js": "^5.3.1",
"vt-pbf": "^3.1.3",
"wkt": "^0.1.1"
}
}