-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 3.98 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"private": true,
"name": "connect-report",
"version": "0.0.0",
"scripts": {
"start": "yarn run concurrently --handle-input --prefix-colors green,cyan,blue,red,magenta -n STANDALONE 'npm run start-standalone'",
"start-standalone": "(cd standalone/ && npm start)",
"lint": "yarn workspaces foreach --exclude connect-report run lint",
"clean": "yarn workspaces foreach --exclude connect-report run clean && rm -rf node_modules",
"reinstall": "yarn clean && yarn install",
"upgrade-iapetus": "yarn up -E \"@collabsoft-net/*\""
},
"license": "Apache-2.0",
"workspaces": {
"packages": [
"./api",
"./standalone",
"./standalone/functions",
"./frontend"
]
},
"devDependencies": {
"@aws-sdk/client-route-53": "3.128.0",
"@collabsoft-net/greenlock-dns-route53": "1.1.0",
"@collabsoft-net/types": "1.1.0",
"@rollup/plugin-alias": "3.1.9",
"@rollup/plugin-node-resolve": "13.3.0",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"browser-sync": "2.27.10",
"copy-webpack-plugin": "11.0.0",
"crypto-browserify": "3.12.0",
"css-loader": "6.7.1",
"eslint": "8.19.0",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-simple-import-sort": "7.0.0",
"exit-hook": "3.0.0",
"fancy-log": "2.0.0",
"firebase-tools": "12.6.2",
"fkill": "8.0.1",
"greenlock": "4.0.4",
"gulp": "4.0.2",
"html-webpack-plugin": "5.5.0",
"ngrok": "4.3.1",
"nodemon": "2.0.19",
"rollup": "2.76.0",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"stream-browserify": "3.0.0",
"style-loader": "3.3.1",
"terser-webpack-plugin": "5.3.3",
"triple-beam": "1.3.0",
"ts-loader": "9.3.1",
"typescript": "4.7.4",
"url": "0.11.0",
"url-loader": "4.1.1",
"webpack": "5.73.0",
"webpack-cli": "4.10.0",
"winston": "3.8.1"
},
"dependencies": {
"@atlaskit/avatar": "21.0.0",
"@atlaskit/button": "16.3.3",
"@atlaskit/css-reset": "6.3.13",
"@atlaskit/dynamic-table": "14.6.0",
"@atlaskit/form": "8.5.5",
"@atlaskit/icon": "21.10.7",
"@atlaskit/modal-dialog": "12.4.11",
"@atlaskit/progress-bar": "0.5.16",
"@atlaskit/select": "15.3.2",
"@atlaskit/spinner": "15.1.12",
"@atlaskit/textfield": "5.1.12",
"@atlaskit/tooltip": "17.6.9",
"@collabsoft-net/clients": "1.1.0",
"@collabsoft-net/components": "1.1.0",
"@collabsoft-net/connect": "1.1.0",
"@collabsoft-net/controllers": "1.1.0",
"@collabsoft-net/dto": "1.1.0",
"@collabsoft-net/emitters": "1.1.0",
"@collabsoft-net/enums": "1.1.0",
"@collabsoft-net/functions": "1.1.0",
"@collabsoft-net/helpers": "1.1.0",
"@collabsoft-net/inversify": "1.1.0",
"@collabsoft-net/repositories": "1.1.0",
"@collabsoft-net/services": "1.1.0",
"@elastic/app-search-node": "8.3.2",
"@elastic/enterprise-search": "8.6.0",
"@gdn/envify-nconf": "1.3.0",
"@google-cloud/pubsub": "3.1.0",
"@juggle/resize-observer": "3.4.0",
"@sentry/browser": "7.6.0",
"@sentry/minimal": "6.19.7",
"@sentry/node": "7.6.0",
"arrive": "2.4.1",
"atlassian-jwt": "2.0.2",
"axios": "0.27.2",
"cookie-parser": "1.4.6",
"cron": "2.0.0",
"firebase-admin": "11.11.0",
"firebase-functions": "4.4.1",
"http-status-codes": "2.2.0",
"inversify": "6.0.1",
"inversify-express-utils": "6.4.3",
"inversify-inject-decorators": "3.1.0",
"passport": "0.6.0",
"path-to-regexp": "6.2.1",
"query-string": "7.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"reflect-metadata": "0.1.13",
"source-map-support": "0.5.21",
"styled-components": "3.2.6",
"uniqid": "5.4.0"
},
"resolutions": {
"exit-hook": "<3.0.0",
"fkill": "<8.0.0",
"@types/react": "<17.0.0",
"@types/react-dom": "<17.0.0",
"react": "<17.0.0",
"react-dom": "<17.0.0"
},
"packageManager": "yarn@3.6.4"
}