UNPKG

5.23 kBJSONView Raw
1{
2 "name": "auspice",
3 "version": "2.16.0",
4 "description": "Web app for visualizing pathogen evolution",
5 "author": "James Hadfield, Trevor Bedford and Richard Neher",
6 "license": "AGPL-3.0-only",
7 "repository": "github:nextstrain/auspice",
8 "homepage": "https://www.npmjs.com/package/auspice",
9 "engines": {
10 "node": "10.8.x",
11 "npm": "6.2.x"
12 },
13 "bin": {
14 "auspice": "./auspice.js"
15 },
16 "main": "index.js",
17 "scripts": {
18 "create-data-dir": "env bash ./scripts/create-data-dir.sh",
19 "postinstall": "npm run create-data-dir",
20 "view": "node auspice.js view --verbose",
21 "dev": "node auspice.js develop --verbose",
22 "start": "npm run view",
23 "server": "npm run view",
24 "build": "node auspice.js build --verbose",
25 "prepare": "npm run build",
26 "lint": "eslint src",
27 "lint:fix": "eslint --fix src",
28 "get-data": "env bash ./scripts/get-data.sh",
29 "get-narratives": "env bash ./scripts/get-narratives.sh",
30 "heroku-postbuild": "npm run build && npm run get-data && npm run get-narratives",
31 "rebuild-docker-image": "env bash ./scripts/rebuild-docker-image.sh",
32 "gzip-and-upload": "env bash ./scripts/gzip-and-upload.sh",
33 "build-docs": "echo 'see ./docs-src/README.md'",
34 "test": "jest test/*.js",
35 "integration-test": "NODE_ENV=test ENV=dev jest ./test/integration/*.js --config puppeteer.config.js",
36 "integration-test:ci": "start-server-and-test server http://localhost:4000 integration-test",
37 "smoke-test": "NODE_ENV=test ENV=dev jest ./test/smoke-test/urls.test.js --config puppeteer.config.js",
38 "smoke-test:ci": "start-server-and-test server http://localhost:4000 smoke-test",
39 "diff-lang": "./scripts/diff-lang.js"
40 },
41 "dependencies": {
42 "@babel/core": "^7.3.4",
43 "@babel/plugin-proposal-class-properties": "^7.3.4",
44 "@babel/plugin-proposal-decorators": "^7.3.0",
45 "@babel/plugin-transform-runtime": "^7.8.3",
46 "@babel/preset-react": "^7.0.0",
47 "@babel/plugin-syntax-dynamic-import": "^7.8.3",
48 "@babel/preset-env": "^7.9.6",
49 "@hot-loader/react-dom": "^16.13.0",
50 "argparse": "^1.0.10",
51 "awesomplete": "^1.1.2",
52 "babel-loader": "^8.0.4",
53 "babel-plugin-lodash": "^3.3.4",
54 "babel-plugin-strip-function-call": "^1.0.2",
55 "babel-plugin-styled-components": "^1.10.0",
56 "binomial": "^0.2.0",
57 "chalk": "^2.4.1",
58 "clean-webpack-plugin": "^3.0.0",
59 "compression": "^1.7.3",
60 "compression-webpack-plugin": "^3.0.1",
61 "core-js": "^3.6.5",
62 "create-react-class": "^15.6.0",
63 "css-loader": "^2.1.1",
64 "d3-array": "^1.2.0",
65 "d3-axis": "^1.0.6",
66 "d3-brush": "^1.0.4",
67 "d3-collection": "^1.0.4",
68 "d3-color": "^1.0.3",
69 "d3-ease": "^1.0.3",
70 "d3-format": "^1.3.0",
71 "d3-interpolate": "^1.1.5",
72 "d3-scale": "^1.0.5",
73 "d3-selection": "^1.1.0",
74 "d3-shape": "^1.2.0",
75 "d3-timer": "^1.0.7",
76 "d3-transition": "^1.2.0",
77 "d3-zoom": "^1.1.3",
78 "dom-to-image": "^2.6.0",
79 "dompurify": "^2.0.7",
80 "express": "^4.16.3",
81 "express-naked-redirect": "^0.1.2",
82 "express-static-gzip": "^0.2.2",
83 "file-loader": "^1.1.11",
84 "html-webpack-plugin": "^4.3.0",
85 "i18next": "^19.3.2",
86 "i18next-resource-store-loader": "^0.1.2",
87 "json-loader": "^0.5.1",
88 "leaflet": "^1.6.0",
89 "leaflet-gesture-handling": "^1.1.8",
90 "linspace": "^1.0.0",
91 "lodash": "^4.17.15",
92 "lodash-webpack-plugin": "^0.11.5",
93 "marked": "^0.7.0",
94 "mousetrap": "^1.6.2",
95 "node-fetch": "^2.1.2",
96 "outer-product": "0.0.4",
97 "papaparse": "^4.3.5",
98 "prettyjson": "^1.2.1",
99 "prop-types": "^15.6.0",
100 "query-string": "^4.2.3",
101 "react": "^16.8.6",
102 "react-addons-css-transition-group": "^15.6.0",
103 "react-dom": "^16.8.6",
104 "react-ga": "^2.2.0",
105 "react-helmet": "^5.2.1",
106 "react-hot-loader": "^4.8.4",
107 "react-i18next": "^11.3.3",
108 "react-icons": "^3.9.0",
109 "react-redux": "^5.1.0",
110 "react-select": "^1.0.0-rc.5",
111 "react-tweet-embed": "^1.1.0",
112 "redux": "^4.0.1",
113 "redux-devtools": "^3.5.0",
114 "redux-thunk": "^2.3.0",
115 "regenerator-runtime": "^0.13.5",
116 "request": "^2.87.0",
117 "run-sequence": "~0.3.6",
118 "style-loader": "^0.13.2",
119 "styled-components": "^4.0.3",
120 "typeface-lato": "^0.0.75",
121 "webpack": "^4.30.0",
122 "webpack-chunk-hash": "^0.6.0",
123 "webpack-cli": "^3.1.2",
124 "webpack-bundle-analyzer": "^3.3.2",
125 "webpack-dev-middleware": "^3.1.3",
126 "webpack-hot-middleware": "^2.24.3",
127 "whatwg-fetch": "^0.10.1",
128 "yaml-front-matter": "^4.0.0"
129 },
130 "devDependencies": {
131 "babel-eslint": "^10.0.1",
132 "bundlesize": "^0.18.0",
133 "chai": "^4.1.2",
134 "chai-http": "^4.0.0",
135 "eslint": "^5.14.1",
136 "eslint-config-airbnb": "^15.1.0",
137 "eslint-config-defaults": "^7.0.1",
138 "eslint-plugin-filenames": "^0.1.2",
139 "eslint-plugin-import": "^2.13.0",
140 "eslint-plugin-jsx-a11y": "^5.1.1",
141 "eslint-plugin-react": "^7.2.1",
142 "eslint-plugin-react-hooks": "^1.6.0",
143 "jest": "^25.1.0",
144 "jest-circus": "^25.3.0",
145 "jest-image-snapshot": "^3.0.1",
146 "jest-puppeteer": "^4.4.0",
147 "puppeteer": "^2.1.1",
148 "quoted-printable": "^1.0.1",
149 "start-server-and-test": "^1.11.0"
150 }
151}