forked from drugis/mcda-elicitation-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
148 lines (148 loc) · 4.66 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "mcda-web",
"version": "1.0.1",
"description": "MCDA elicitation web interface (remote storage)",
"repository": {
"type": "git",
"url": "https://github.com/drugis/mcda-elicitation-web.git"
},
"license": "GPL-3.0-or-later",
"author": "DRUGIS team",
"main": "index.js",
"scripts": {
"build-backend": "rm -rf tscomp/* && tsc -p ts-backend-config.json",
"build-dev": "webpack --config webpack.google.dev.js",
"build-end-to-end": "tsc -p ts-end-to-end-config.json",
"build-local-login": "webpack --config webpack.local.js",
"build-local-login-dev": "webpack --config webpack.local.dev.js",
"build-prod": "webpack --config webpack.google.js",
"dev": "webpack --config webpack.dev.js --watch",
"dev-local": "webpack --config webpack.local.dev.js --watch",
"start": "node tscomp/index",
"test": "jest && yarn test-R",
"test-R": "Rscript R/unit-tests/run-tests.R root",
"test-end-to-end": "tsc -p ts-end-to-end-config.json && nightwatch -c nightwatch.local.conf.js"
},
"resolutions": {
"dot-prop": "6.0.1",
"help-popup": "drugis/help-popup#1.2.0",
"jquery": "3.5.1",
"lodash": "4.17.21",
"minimist": "1.2.5",
"mocha": "8.3.2",
"netmask": "2.0.1",
"socket.io": "3.1.0",
"yargs": "16.2.0"
},
"dependencies": {
"@types/async": "^3.2.5",
"@types/clipboard": "^2.0.1",
"@types/csurf": "^1.9.36",
"@types/express": "^4.17.11",
"@types/express-session": "^1.17.3",
"@types/helmet": "^0.0.47",
"@types/html-minifier": "^4.0.0",
"@types/js-cookie": "^2.2.6",
"@types/nightwatch": "^1.1.6",
"@types/node": "^14.0.19",
"@types/passport": "^1.0.4",
"@types/pg": "^7.14.11",
"@types/websocket": "^1.0.1",
"async": "~3.2.0",
"chai": "^4.2.0",
"connect-pg-simple": "^6.0.1",
"csurf": "~1.10.0",
"express": "~4.17.1",
"express-session": "~1.17.1",
"helmet": "^3.21.2",
"http-status-codes": "^1.3.2",
"js-cookie": "^2.2.1",
"lodash": "~4.17.20",
"module-alias": "^2.2.2",
"passport": "^0.4.1",
"pg": "~8.6.0",
"pg-promise": "^10.10.1",
"proxyquire": "^2.1.3",
"signin": "drugis/signin#0.1.9",
"startup-diagnostics": "drugis/startup-diagnostics#1.1.3",
"ts-mock-imports": "^1.3.0",
"websocket": "^1.0.32",
"winston": "~3.2.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@types/c3": "^0.7.4",
"@types/d3": "^5.7.2",
"@types/dateformat": "^3.0.1",
"@types/jest": "^26.0.14",
"@types/lodash": "^4.14.168",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"ajv": "~7.0.3",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"bcrypt-cli": "^1.1.0",
"bowser": "2.11.0",
"c3": "0.7.11",
"clean-webpack-plugin": "^3.0.0",
"clipboard": "~2.0.6",
"core-js": "^3.8.3",
"css-loader": "^5.0.1",
"d3": "^5.12.0",
"dateformat": "^4.3.1",
"error-reporting": "drugis/error-reporting#1.3.4",
"eslint": "^7.22.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"export-directive": "drugis/export-directive#1.3.2",
"file-loader": "^6.2.0",
"foundation-sites": "~6.5.3",
"geckodriver": "^1.19.0",
"help-popup": "drugis/help-popup#1.3.1",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^5.3.1",
"jest": "^26.6.3",
"jquery": "~3.5.1",
"katex": "^0.11.1",
"keycode": "^2.2.0",
"mini-css-extract-plugin": "^1.3.4",
"nightwatch": "^1.6.3",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"preference-elicitation": "drugis/preference-elicitation#1.0.4",
"raw-loader": "~4.0.2",
"react": "^17.0.1",
"react-c3-component": "^2.0.0",
"react-dom": "^17.0.01",
"react-router-dom": "^5.2.0",
"rights-management": "drugis/rights-management#1.0.4",
"selenium-server": "^3.141.59",
"string-replace-loader": "^3.0.1",
"style-loader": "^2.0.0",
"svg-crowbar": "^0.6.5",
"terser-webpack-plugin": "^5.1.1",
"tocbot": "^4.8.1",
"ts-jest": "^26.4.0",
"ts-loader": "^8.0.14",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^4.0.3",
"url-loader": "^4.1.1",
"vanilla-back-to-top": "^7.2.1",
"webpack": "^5.17.0",
"webpack-cli": "^4.4.0",
"webpack-merge": "^5.7.3"
},
"engines": {
"yarn": ">= 1.0.0"
},
"readmeFilename": "README.md",
"_moduleAliases": {
"@shared": "tscomp/shared"
}
}