forked from drugis/mcda-elicitation-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.38 KB
/
Copy pathpackage.json
File metadata and controls
109 lines (109 loc) · 3.38 KB
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
{
"name": "mcda-web",
"version": "0.23.1",
"description": "MCDA elicitation web interface (remote storage)",
"main": "index.js",
"scripts": {
"start": "node index",
"test": "mocha && karma start --singleRun",
"test-end-to-end": "nightwatch -c nightwatch.local.conf.js",
"build-dev": "webpack --config webpack.dev.js",
"build-prod": "webpack --config webpack.prod.js",
"build-local-login": "webpack --config webpack.local.js",
"dev": "webpack --config webpack.dev.js --watch",
"dev-local": "webpack --config webpack.local.js --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/drugis/mcda-elicitation-web.git"
},
"author": "DRUGIS team",
"license": "GPL-3.0-or-later",
"readmeFilename": "README.md",
"dependencies": {
"async": "~3.1.0",
"body-parser": "~1.19.0",
"chai": "^4.2.0",
"connect-pg-simple": "^6.0.1",
"csurf": "~1.10.0",
"express": "~4.17.1",
"express-session": "~1.17.0",
"helmet": "^3.21.2",
"http-status-codes": "^1.3.2",
"lodash": "~4.17.14",
"pg": "~7.12.1",
"proxyquire": "^2.1.3",
"signin": "drugis/signin#0.1.6",
"sinon": "^7.5.0",
"startup-diagnostics": "drugis/startup-diagnostics#1.1.1",
"winston": "~3.2.1"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"ajv": "~6.10.2",
"angular": "~1.7.9",
"angular-animate": "~1.7.8",
"angular-cookies": "~1.7.8",
"angular-foundation-6": "drugis/angular-foundation-6#master",
"angular-mocks": "~1.7.8",
"angular-patavi-client": "drugis/angular-patavi-client#2.1.2",
"angular-resource": "~1.7.8",
"angular-touch": "~1.7.8",
"angular-ui-router": "~1.0.23",
"angular1-templateurl-loader": "^1.0.0",
"angularjs-slider": "~7.0.0",
"babel-loader": "^8.0.6",
"bcrypt-cli": "^1.1.0",
"bowser": "2.7.0",
"c3": "0.7.11",
"chai-spies": "^1.0.0",
"clean-webpack-plugin": "^3.0.0",
"clipboard": "~2.0.4",
"core-js": "^3.3.3",
"css-loader": "^3.2.0",
"d3": "^5.12.0",
"error-reporting": "drugis/error-reporting#1.3.2",
"export-directive": "drugis/export-directive#1.3.1",
"file-loader": "^4.2.0",
"font-awesome": "~4.7.0",
"foundation-sites": "~6.5.3",
"geckodriver": "^1.19.0",
"help-popup": "drugis/help-popup#0.5.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^4.0.0-alpha",
"jasmine-core": "^3.5.0",
"jquery": "~3.5.0",
"karma": "4.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-firefox-launcher": "~1.2.0",
"karma-jasmine": "~2.0.1",
"karma-junit-reporter": "~2.0.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"katex": "^0.11.1",
"mini-css-extract-plugin": "^0.8.0",
"nightwatch": "^1.3.2",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"page-title-service": "drugis/page-title-service#1.0.5",
"raw-loader": "~1.0.0",
"rights-management": "drugis/rights-management#1.0.4",
"selenium-server": "^3.141.59",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^2.3.1",
"tocbot": "^4.8.1",
"url-loader": "^2.2.0",
"vanilla-back-to-top": "^7.2.1",
"webpack": "^4.41.3",
"webpack-cli": "^3.3.9",
"webpack-merge": "^4.2.2"
},
"resolutions": {
"js-yaml": "3.13.1",
"https-proxy-agent": "2.2.3",
"d3": "5.12.0"
},
"engines": {
"yarn": ">= 1.0.0"
}
}