-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
176 lines (176 loc) · 5.58 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"name": "olmsted",
"description": "Web app for visualizing pathogen evolution (forked from auspice by James Hadfield, Trevor Bedford and Richard Neher)",
"author": "Eli Harkins, Christopher Small, (forked from auspice by James Hadfield, Trevor Bedford and Richard Neher)",
"license": "AGPL",
"homepage": "./",
"engines": {
"node": "9.6.x",
"npm": "5.6.x"
},
"scripts": {
"postinstall": "npm run create-data-dir",
"clean": "rimraf deploy/dist",
"server": "node server.dist.js",
"build:client": "NODE_ENV=production BABEL_ENV=production webpack --config webpack.config.prod.js",
"build:client:perf": "NODE_ENV=production BABEL_ENV=productiontiming webpack --config webpack.config.prod.js",
"build:electron": "NODE_ENV=production BABEL_ENV=production webpack --config webpack.config.electron.js",
"build:server": "NODE_ENV=production BABEL_ENV=production webpack --config webpack.config.server.js",
"build": "npm run clean && npm run build:client && npm run build:server",
"build:start": "npm run build && npm run server",
"build:start:perf": "npm run clean && npm run build:client:perf && npm run build:server && npm run server",
"start": "BABEL_ENV=dev babel-node server.js dev",
"start:local": "BABEL_ENV=dev babel-node server.js dev localData",
"start:local:perf": "BABEL_ENV=devtiming babel-node server.js dev localData",
"lint": "eslint src",
"run:electron": "npm run clean && npm run build:electron && npm run getdata && ./node_modules/.bin/electron . ",
"dist:electron": "npm run clean && npm run build:electron && npm run getdata && electron-builder",
"heroku-postbuild": "npm run build",
"get-data": "./bin/get-data.sh",
"redeploy-site": "./bin/redeploy-site.sh",
"gzip-and-upload": "./bin/gzip-and-upload.sh",
"create-data-dir": "./bin/create-data-dir.sh"
},
"dependencies": {
"awesomplete": "^1.1.3",
"babel-polyfill": "^6.26.0",
"bcrypt": "^3.0.3",
"binomial": "^0.2.0",
"builder-util": "^10.0.3",
"canvas": "^2.2.0",
"color": "^0.7.3",
"create-react-class": "^15.6.3",
"d3-array": "^1.2.4",
"d3-axis": "^1.0.12",
"d3-brush": "^1.0.6",
"d3-collection": "^1.0.7",
"d3-color": "^1.2.3",
"d3-ease": "^1.0.5",
"d3-interpolate": "^1.3.2",
"d3-scale": "^1.0.7",
"d3-selection": "^1.3.2",
"d3-shape": "^1.2.2",
"d3-time-format": "^2.1.3",
"d3-timer": "^1.0.9",
"d3-zoom": "^1.7.3",
"es6-object-assign": "^1.1.0",
"es6-promise-polyfill": "^1.2.0",
"exec": "^0.2.1",
"express-naked-redirect": "^0.1.3",
"express-static-gzip": "^0.2.3",
"file-loader": "^1.1.11",
"js-yaml": "^3.13.1",
"leaflet": "^1.3.4",
"leaflet-image": "^0.4.0",
"linspace": "^1.0.0",
"lodash": "^4.17.15",
"mousetrap": "^1.6.2",
"node-fetch": "^1.7.3",
"node-gyp": "^5.0.0",
"outer-product": "0.0.4",
"papaparse": "^4.6.2",
"prop-types": "^15.6.2",
"query-string": "^4.3.4",
"react": "^16.7.0",
"react-addons-css-transition-group": "^15.6.2",
"react-collapsible": "^2.8.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.7.0",
"react-ga": "^2.5.6",
"react-icons": "^3.10.0",
"react-markdown": "^2.5.0",
"react-redux": "^5.1.1",
"react-select": "^1.3.0",
"react-tap-event-plugin": "^3.0.3",
"react-tweet-embed": "^1.1.1",
"react-vega": "^3.1.2",
"react-vega-lite": "^1.1.3",
"redux": "^3.7.2",
"redux-thunk": "^2.3.0",
"request": "^2.88.0",
"reselect": "^3.0.1",
"terser-webpack-plugin": "^1.1.0",
"vega": "^4.4.0",
"vega-lite": "^2.6.0",
"vega-tooltip": "^0.12.0",
"webpack": "^4.28.1",
"webpack-dev-middleware": "^3.4.0",
"whatwg-fetch": "^0.10.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-strip-function-call": "^1.0.2",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"braces": "^2.3.1",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"chokidar": "^2.0.4",
"compression-webpack-plugin": "^1.1.12",
"css-loader": "^3.0.0",
"diff": "^3.5.0",
"electron": "^1.8.8",
"electron-builder": "^20.44.0",
"es6-promise": "~1.0.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-defaults": "^7.0.1",
"eslint-plugin-filenames": "^0.1.2",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.11.1",
"express": "^4.16.4",
"json-loader": "^0.5.7",
"mocha": "^6.1.4",
"prettyjson": "^1.2.1",
"react-hot-loader": "^4.6.3",
"redux-devtools": "^3.5.0",
"rimraf": "^2.6.2",
"run-sequence": "~0.3.6",
"style-loader": "^0.13.2",
"webpack-cli": "^3.3.0",
"webpack-command": "^0.4.2",
"webpack-dev-server": "^3.1.11",
"webpack-hot-middleware": "^2.24.3",
"webpack-shell-plugin": "^0.5.0"
},
"build": {
"appId": "olmsted",
"directories": {
"output": "releases"
},
"files": [
"data/*",
"dist/*",
"index.html",
"index.js",
"package.json"
],
"dmg": {
"contents": [
{
"x": 110,
"y": 150
},
{
"x": 240,
"y": 150,
"type": "link",
"path": "/Applications"
}
]
},
"linux": {
"target": [
"AppImage",
"deb"
]
}
}
}