-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.39 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.39 KB
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
{
"name": "phyloio",
"version": "2.2.3",
"description": "JS library for visualising and comparing phylogenetic trees",
"scripts": {
"test": "npm run-script build-jest; jest --silent=false",
"build": "webpack",
"build-jest": "webpack -c webpack.config.jest.js",
"build-single": "webpack -c webpack_single_file.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"assert": "^2.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"css-loader": "^5.2.4",
"file-loader": "^6.2.0",
"https-browserify": "^1.0.0",
"jest": "^27.5.1",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"style-loader": "^2.0.0",
"url": "^0.11.0",
"webpack": "^5.35.0",
"webpack-cli": "^4.6.0",
"worker-loader": "^3.0.8"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@popperjs/core": "^2.10.2",
"biojs-io-newick": "^1.5.0",
"bootstrap": "5.1.2",
"d3": "6.6.0",
"d3-v6-tip": "^1.0.9",
"file-saver": "^2.0.5",
"minhashjs": "^1.0.1",
"sax": "^1.4.1"
}
}