-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
136 lines (136 loc) · 4.32 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
{
"name": "datamonkey.js",
"version": "1.11.5",
"description": "A free public server for comparative analysis of sequence alignments using state-of-the-art statistical models.",
"private": true,
"author": {
"name": "Steven Weaver",
"email": "[email protected]"
},
"scripts": {
"prod": "webpack --mode production",
"test": "mocha --exit",
"ui-tests": "mocha-parallel-tests -t 86400000 --max-parallel 10 test/ui/",
"lint": "./node_modules/.bin/eslint",
"format": "prettier 'src/**/*.{js,jsx}' 'app/**/*.{js,jsx}' 'lib/**/*.{js,jsx}' 'config/**/*.{js,jsx}' 'test/**/*.{js,jsx}' --write",
"precommit": "pretty-quick --staged"
},
"repository": {
"type": "git",
"url": "git://github.com/veg/datamonkey-js.git"
},
"dependencies": {
"@babel/preset-es2015": "^7.0.0-beta.53",
"@fortawesome/free-brands-svg-icons": "5.15.3",
"@fortawesome/free-regular-svg-icons": "5.15.3",
"@fortawesome/free-solid-svg-icons": "5.15.3",
"alignment.js": "^0.3.0",
"async": "^0.1.0",
"blueimp-file-upload": "^9.19.1",
"bootstrap": "^4.6.2",
"circos": "^2.1.0",
"create-react-class": "^15.6.3",
"d3": "^3.0.0",
"d3-require": "^1.2.4",
"ejs": "^3.1.10",
"export-to-csv": "^0.2.1",
"express": "^4.15.4",
"express-busboy": "^2.4.4",
"express-validator": "^2.21.0",
"hivtrace-viz": "^0.0.14",
"hyphy-vision": "^2.13.6",
"jade": "^1.0.0",
"jquery-file-upload": "^4.0.5",
"jquery-file-upload-middleware": "^0.1.8",
"jquery-ui": "^1.11.0",
"jquery.ui.widget": "^1.10.3",
"lodash": "^4.17.20",
"main-bower-files": "^2.9.0",
"moment": "^2.29.4",
"mongodb": "^2.0.0",
"mongoose": "^4.11.7",
"mongoose-schema-extend": "^0.1.0",
"morgan": "x.x.x",
"multer": "^1.3.0",
"nodemailer": "^1.0.0",
"nodemailer-sendmail-transport": "^1.0.0",
"nvm": "0.0.4",
"phylotree": "0.1.10",
"popper.js": "1.16.1",
"pretty-quick": "^2.0.2",
"q": "^1.4.0",
"react": "16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "16.13.1",
"react-json-view": "^1.19.1",
"react-markdown": "^4.3.1",
"react-phylotree": "0.4.3",
"react-range": "^1.8.5",
"react-recaptcha": "^2.3.10",
"react-router-dom": "^5.1.2",
"react-router-hash-link": "^2.4.0",
"react-scrollchor": "^6.0.0",
"redis": "^2.0.0",
"save-svg-as-png": "^1.4.17",
"shortid": "^2.2.15",
"socket.io": "4",
"socket.io-client": "4.1.2",
"socket.io-stream": "0.6.x",
"tar-fs": "^1.16.3",
"tether": "^1.4.0",
"underscore": "^1.9.1",
"winston": "^3.8.2",
"yarn": "^1.19.1"
},
"devDependencies": {
"@babel/compat-data": "7.19.4",
"@babel/core": "7.19.6",
"@babel/generator": "7.19.6",
"@babel/helper-compilation-targets": "7.19.3",
"@babel/helper-create-class-features-plugin": "7.19.0",
"@babel/helper-module-transforms": "7.19.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@fortawesome/fontawesome-free": "^5.15.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^19.0.0",
"babel-loader": "^8.1.0",
"babel-plugin-transform-remove-strict-mode": "^0.0.2",
"babel-plugin-transform-strict-mode": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-1": "^6.24.1",
"bootstrap-webpack": "^0.0.6",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.3",
"eslint": "^7.30.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-react": "^7.24.0",
"exports-loader": "^0.7.0",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.2.0",
"husky": "^7.0.1",
"isoformat": "^0.2.1",
"lodash.clonedeep": "^4.5.0",
"mini-css-extract-plugin": "^0.9.0",
"mocha": "^9.0.2",
"mocha-parallel-tests": "^2.2.2",
"node-inspect": "^2.0.0",
"node-sass": "^6.0.1",
"preload-webpack-plugin": "^2.3.0",
"prettier": "^2.3.2",
"puppeteer": "^2.1.1",
"reactify": "^1.1.1",
"sass-loader": "8.0.2",
"scss-loader": "^0.0.1",
"should": "^13.2.3",
"style-loader": "^2.0.0",
"url-loader": "^4.1.0",
"watchify": "^3.6.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.2.1",
"webpack-eslint-plugin": "^1.2.0"
}
}