Auspice fork from github of https://github.com/urbanslug/auspice
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
125 lines
3.9 KiB
125 lines
3.9 KiB
{
|
|
"name": "auspice",
|
|
"version": "2.0.0",
|
|
"description": "Web app for visualizing pathogen evolution",
|
|
"author": "James Hadfield, Trevor Bedford and Richard Neher",
|
|
"license": "AGPL-3.0-only",
|
|
"repository": "github:nextstrain/auspice",
|
|
"homepage": "https://www.npmjs.com/package/auspice",
|
|
"engines": {
|
|
"node": "10.8.x",
|
|
"npm": "6.2.x"
|
|
},
|
|
"bin": {
|
|
"auspice": "./auspice.js"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"create-data-dir": "./scripts/create-data-dir.sh",
|
|
"postinstall": "npm run create-data-dir",
|
|
"view": "node auspice.js view --verbose",
|
|
"dev": "node auspice.js develop --verbose",
|
|
"start": "npm run view",
|
|
"server": "npm run view",
|
|
"build": "node auspice.js build --verbose",
|
|
"prepare": "npm run build",
|
|
"lint": "eslint src",
|
|
"get-data": "./scripts/get-data.sh",
|
|
"get-narratives": "./scripts/get-narratives.sh",
|
|
"redeploy-site": "./scripts/redeploy-site.sh",
|
|
"rebuild-docker-image": "./scripts/rebuild-docker-image.sh",
|
|
"gzip-and-upload": "./scripts/gzip-and-upload.sh",
|
|
"build-docs": "echo 'see ./docs-src/README.md'"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.3.4",
|
|
"@babel/plugin-proposal-class-properties": "^7.3.4",
|
|
"@babel/plugin-proposal-decorators": "^7.3.0",
|
|
"@babel/preset-env": "^7.3.4",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"argparse": "^1.0.10",
|
|
"awesomplete": "^1.1.2",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-loader": "^8.0.4",
|
|
"babel-plugin-strip-function-call": "^1.0.2",
|
|
"babel-plugin-styled-components": "^1.10.0",
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"binomial": "^0.2.0",
|
|
"chalk": "^2.4.1",
|
|
"compression": "^1.7.3",
|
|
"compression-webpack-plugin": "^1.1.11",
|
|
"create-react-class": "^15.6.0",
|
|
"css-loader": "^2.1.1",
|
|
"d3-array": "^1.2.0",
|
|
"d3-axis": "^1.0.6",
|
|
"d3-brush": "^1.0.4",
|
|
"d3-collection": "^1.0.4",
|
|
"d3-color": "^1.0.3",
|
|
"d3-ease": "^1.0.3",
|
|
"d3-format": "^1.3.0",
|
|
"d3-interpolate": "^1.1.5",
|
|
"d3-scale": "^1.0.5",
|
|
"d3-selection": "^1.1.0",
|
|
"d3-shape": "^1.2.0",
|
|
"d3-time-format": "^2.0.5",
|
|
"d3-timer": "^1.0.7",
|
|
"d3-transition": "^1.2.0",
|
|
"d3-zoom": "^1.1.3",
|
|
"es6-object-assign": "^1.1.0",
|
|
"es6-promise": "~1.0.0",
|
|
"es6-promise-polyfill": "^1.2.0",
|
|
"express": "^4.16.3",
|
|
"express-naked-redirect": "^0.1.2",
|
|
"express-static-gzip": "^0.2.2",
|
|
"file-loader": "^1.1.11",
|
|
"json-loader": "^0.5.1",
|
|
"leaflet": "^1.2.0",
|
|
"leaflet-image": "^0.4.0",
|
|
"linspace": "^1.0.0",
|
|
"lodash": "^4.17.15",
|
|
"marked": "^0.7.0",
|
|
"mousetrap": "^1.6.2",
|
|
"node-fetch": "^2.1.2",
|
|
"outer-product": "0.0.4",
|
|
"papaparse": "^4.3.5",
|
|
"prettyjson": "^1.2.1",
|
|
"prop-types": "^15.6.0",
|
|
"query-string": "^4.2.3",
|
|
"react": "^16.8.6",
|
|
"react-addons-css-transition-group": "^15.6.0",
|
|
"react-dom": "^16.8.6",
|
|
"react-ga": "^2.2.0",
|
|
"react-hot-loader": "^4.8.4",
|
|
"react-redux": "^5.1.0",
|
|
"react-select": "^1.0.0-rc.5",
|
|
"react-tweet-embed": "^1.1.0",
|
|
"redux": "^4.0.1",
|
|
"redux-devtools": "^3.5.0",
|
|
"redux-thunk": "^2.3.0",
|
|
"request": "^2.87.0",
|
|
"run-sequence": "~0.3.6",
|
|
"style-loader": "^0.13.2",
|
|
"styled-components": "^4.0.3",
|
|
"webpack": "^4.30.0",
|
|
"webpack-cli": "^3.1.2",
|
|
"webpack-dev-middleware": "^3.1.3",
|
|
"webpack-hot-middleware": "^2.24.3",
|
|
"whatwg-fetch": "^0.10.1",
|
|
"yaml-front-matter": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"chai-http": "^4.0.0",
|
|
"eslint": "^5.14.1",
|
|
"eslint-config-airbnb": "^15.1.0",
|
|
"eslint-config-defaults": "^7.0.1",
|
|
"eslint-plugin-filenames": "^0.1.2",
|
|
"eslint-plugin-import": "^2.13.0",
|
|
"eslint-plugin-jsx-a11y": "^5.1.1",
|
|
"eslint-plugin-react": "^7.2.1",
|
|
"eslint-plugin-react-hooks": "^1.6.0",
|
|
"mocha": "^5.2.0",
|
|
"webpack-bundle-analyzer": "^3.3.2"
|
|
}
|
|
}
|
|
|