forked from drugis/gemtc-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.45 KB
/
Copy pathpackage.json
File metadata and controls
115 lines (115 loc) · 3.45 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
110
111
112
113
114
115
{
"name": "gemtc-web",
"version": "0.10.0",
"description": "gemtc",
"main": "gemtc.js",
"scripts": {
"start": "node gemtc",
"test": "mocha && karma start --singleRun=true",
"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"
},
"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": "~1.2.1",
"body-parser": "^1.18.3",
"connect-pg-simple": "~6.0.1",
"cookie-parser": "~1.4.2",
"csurf": "~1.8.2",
"express": "^4.16.3",
"express-session": "^1.15.6",
"helmet": "~3.21.2",
"http-status-codes": "~1.0.5",
"lodash": "~4.17.15",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"passport": "passport-next/passport#^2.1.0",
"passport-google-oauth20": "^1.0.0",
"pg": "~7.4.3",
"signin": "https://github.com/drugis/signin",
"startup-diagnostics": "drugis/startup-diagnostics#1.1.1",
"winston": "~3.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"angular": "~1.7.9",
"angular-animate": "~1.7.9",
"angular-cookies": "~1.7.9",
"angular-foundation-6": "drugis/angular-foundation-6#master",
"angular-mocks": "~1.7.9",
"angular-patavi-client": "drugis/angular-patavi-client#2.1.2",
"angular-resource": "~1.7.9",
"angular-sanitize": "~1.7.9",
"angular-touch": "~1.7.9",
"angular-ui-router": "~1.0.5",
"angular1-templateurl-loader": "^1.0.0",
"babel-loader": "^8.0.6",
"bcrypt-cli": "^1.1.0",
"bowser": "~0.7.3",
"chai": "~2.3.0",
"chai-spies": "~0.6.0",
"clean-webpack-plugin": "^0.1.19",
"clipboard": "~2.0.1",
"core-js": "^3.6.4",
"css-loader": "^1.0.0",
"d3": "~3.5.6",
"error-reporting": "drugis/error-reporting#~1.3.3",
"export-directive": "drugis/export-directive#1.3.1",
"file-loader": "^1.1.11",
"font-awesome": "~4.3.0",
"foundation-sites": "~6",
"geckodriver": "^1.19.1",
"help-popup": "drugis/help-popup#0.5.1",
"html-webpack-plugin": "^4.0.0-alpha",
"imports-loader": "^0.8.0",
"jasmine-core": "~3.2.1",
"jquery": "~3.4.0",
"json-loader": "^0.5.7",
"karma": "4.4.1",
"karma-chrome-launcher": "~2.2.0",
"karma-firefox-launcher": "~1.1.0",
"karma-jasmine": "~1.1.2",
"karma-junit-reporter": "~1.2.0",
"karma-webpack": "^4.0.2",
"katex": "^0.10.0-rc.1",
"mini-css-extract-plugin": "^0.4.2",
"mocha": "^5.2.0",
"moment": "^2.22.2",
"nightwatch": "^1.3.2",
"nvd3": "~1.8.5",
"page-title-service": "drugis/page-title-service#1.0.5",
"papaparse": "~4.6.0",
"proxyquire": "~1.5.0",
"raw-loader": "^0.5.1",
"rights-management": "drugis/rights-management#1.0.4",
"selenium-server": "^3.141.59",
"sinon": "~7.3.2",
"style-loader": "^0.22.1",
"superagent": "~3.8.3",
"tocbot": "^4.3.2",
"url-loader": "^1.1.1",
"vanilla-back-to-top": "^7.1.14",
"webpack": "~4.41.5",
"webpack-cli": "~3.3.10",
"webpack-merge": "~4.2.2"
},
"engines": {
"yarn": ">= 1.0.0"
},
"resolutions": {
"lodash": "~4.17.15",
"mixin-deep": "2.0.1",
"set-value": "3.0.1"
}
}