-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
108 lines (108 loc) · 3.29 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
{
"name": "gemtc-web",
"version": "0.10.4",
"description": "gemtc",
"main": "gemtc.js",
"scripts": {
"start": "node gemtc",
"test": "mocha",
"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",
"test-end-to-end": "nightwatch -c nightwatch.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/drugis/gemtc-web.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/drugis/gemtc-web/issues"
},
"homepage": "https://github.com/drugis/gemtc-web",
"dependencies": {
"async": "~3.2.0",
"connect-pg-simple": "~6.2.1",
"cookie-parser": "~1.4.5",
"csurf": "~1.11.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"helmet": "^4.1.1",
"http-status-codes": "~2.1.3",
"lodash": "~4.17.20",
"passport": "passport-next/passport#^3.1.0",
"passport-google-oauth20": "^2.0.0",
"pg": "~8.6.0",
"signin": "https://github.com/drugis/signin#0.1.10",
"startup-diagnostics": "drugis/startup-diagnostics#1.2.1",
"winston": "~3.3.3"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"angular": "~1.8.0",
"angular-animate": "~1.8.0",
"angular-cookies": "~1.8.0",
"angular-foundation-6": "drugis/angular-foundation-6#master",
"angular-mocks": "~1.8.0",
"angular-patavi-client": "drugis/angular-patavi-client#2.1.2",
"angular-resource": "~1.8.0",
"angular-sanitize": "~1.8.0",
"angular-touch": "~1.8.0",
"angular-ui-router": "~1.0.28",
"angular1-templateurl-loader": "^1.0.0",
"babel-loader": "^8.1.0",
"bcrypt-cli": "^1.1.0",
"bowser": "~2.11.0",
"chai": "~4.2.0",
"chai-spies": "~1.0.0",
"clean-webpack-plugin": "^3.0.0",
"clipboard": "~2.0.6",
"core-js": "^3.6.5",
"css-loader": "^4.3.0",
"d3": "~3.5.6",
"error-reporting": "drugis/error-reporting#~1.3.4",
"export-directive": "drugis/export-directive#1.3.5",
"file-loader": "^6.1.0",
"font-awesome": "~4.7.0",
"foundation-sites": "~6.6.3",
"geckodriver": "^2.0.3",
"help-popup": "drugis/help-popup#0.5.1",
"html-webpack-plugin": "^5.3.1",
"jasmine-core": "~3.6.0",
"jquery": "~3.5.1",
"json-loader": "^0.5.7",
"karma": "6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-firefox-launcher": "~2.1.1",
"karma-jasmine": "~4.0.1",
"karma-junit-reporter": "~2.0.1",
"karma-webpack": "^5.0.0",
"katex": "^0.13.2",
"mini-css-extract-plugin": "^1.5.0",
"mocha": "^9.1.1",
"moment": "^2.29.1",
"nightwatch": "^1.7.8",
"nvd3": "~1.8.6",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"page-title-service": "drugis/page-title-service#1.0.5",
"papaparse": "~5.3.0",
"proxyquire": "~2.1.3",
"raw-loader": "^4.0.1",
"rights-management": "drugis/rights-management#1.0.4",
"selenium-server": "^3.141.59",
"sinon": "~9.0.3",
"style-loader": "^1.2.1",
"tocbot": "^4.12.0",
"url-loader": "^4.1.0",
"vanilla-back-to-top": "^7.2.1",
"webpack": "~5.35.0",
"webpack-cli": "~4.6.0",
"webpack-merge": "~5.7.3"
},
"engines": {
"yarn": ">= 1.0.0"
}
}