-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.48 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
{
"name": "oncokb-annotation-visualisation",
"version": "0.0.1",
"description": "A standalone npm package to visualise the oncokb annotations in addition to report generation.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"engines": {
"node": "15.2.1",
"yarn": "1.22.5"
},
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist/ && rollup -c --bundleCongigAsCjs",
"lint": "eslint 'src/**/*.{js,ts,tsx}'"
},
"author": "aishikanandi",
"license": "ISC",
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
"dependencies": {
"@babel/runtime": "7.24.7",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"bootstrap": "^4.4.1",
"cbioportal-frontend-commons": "^0.2.11",
"cbioportal-utils": "^0.1.1",
"classnames": "^2.2.6",
"html2pdf.js": "^0.10.2",
"indexof": "^0.0.1",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"lodash": "^4.17.21",
"mobx": "^3.1.11",
"mobx-react": "^4.2.1",
"oncokb-styles": "~1.4.0-alpha.0",
"querystring": "^6.13.11",
"rc-tooltip": "^5.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-html-parser": "^2.0.2",
"react-if": "^3.4.3",
"react-select": "^5.8.0",
"react-spinkit": "latest",
"react-table": "^6.10.3",
"tslib": "1.11.1",
"url": "^0.11.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "18.0.0",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@typescript-eslint/eslint-plugin": "4.28.0",
"@typescript-eslint/parser": "4.30.0",
"autoprefixer": "^10.4.20",
"cssnano": "5.1.1",
"eslint": "7.0.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.40",
"postcss-scss": "^4.0.9",
"rollup": "2.78.0",
"rollup-plugin-dts": "5.1.1",
"rollup-plugin-import-css": "2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.77.8",
"tcm": "^1.0.15",
"typescript": "4.0.3"
},
"browser": {
"fs": false,
"path": false,
"os": false,
"worker_threads": false
}
}