-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
76 lines (76 loc) · 1.93 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
{
"name": "artic-rampart",
"version": "1.2.1",
"author": "James Hadfield, Ainé O'Toole, ARTIC network, Nick Loman, Andrew Rambaut",
"bin": {
"rampart": "./rampart.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artic-network/rampart.git"
},
"private": false,
"license": "AGPL-3.0-only",
"homepage": "https://artic.network/",
"dependencies": {
"chalk": "^2.4.1",
"chokidar": "^3.3.1",
"collections": "^2.0.3",
"cors": "^2.8.4",
"csvtojson": "^1.1.9",
"d3-array": "1.2.4",
"d3-axis": "^1.0.8",
"d3-color": "^1.2.0",
"d3-dsv": "^1.1.1",
"d3-interpolate": "^1.2.0",
"d3-scale": "^2.0.0",
"d3-scale-chromatic": "^1.3.3",
"d3-selection": "^1.3.0",
"d3-shape": "^1.2.0",
"eslint-plugin-import": "^2.17.2",
"express": "^4.16.3",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"rc-slider": "^8.7.1",
"react": "^16.8.6",
"react-color": "^2.17.3",
"react-contextmenu": "^2.11.0",
"react-dom": "^16.8.6",
"react-icons": "^3.6.1",
"react-scripts": "^3.3.0",
"react-select": "2.4.2",
"socket.io": "2.2.0",
"socket.io-client": "^2.2.0",
"styled-components": "^5.0.1",
"tree-kill": "^1.2.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"server": "node src/server.js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"postinstall": "npm run build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"description": "Read Assignment, Mapping, and Phylogenetic Analysis in Real Time.",
"bugs": {
"url": "https://github.com/artic-network/rampart/issues"
},
"directories": {
"doc": "docs"
},
"keywords": []
}