-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.24 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
{
"name": "nci-webtools-dceg-mosaic-tiler",
"version": "1.0.0",
"description": "A webtool cataloging mosaic chromosomal alterations (mCAs) and interactively examining frequently altered genomic regions",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write --ignore-unknown .",
"postinstall": "husky install"
},
"devDependencies": {
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1"
},
"prettier": {
"printWidth": 120,
"quoteProps": "consistent",
"bracketSameLine": true
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CBIIT/nci-webtools-dceg-mosaic-tiler.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CBIIT/nci-webtools-dceg-mosaic-tiler/issues"
},
"homepage": "https://github.com/CBIIT/nci-webtools-dceg-mosaic-tiler#readme",
"dependencies": {
"@types/d3": "^7.4.0",
"d3": "^7.8.2",
"downloadjs": "^1.4.7",
"html-react-parser": "^3.0.4",
"jquery": "^3.6.3",
"jspdf": "^2.5.1",
"react-d3-components": "^0.9.1",
"resize-observer-polyfill": "^1.5.1"
}
}