-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
84 lines (84 loc) · 3.31 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
{
"name": "ncats-protvista-uniprot",
"description": "NCATS version of the ProtVista tool",
"version": "2.8.39",
"files": [
"dist",
"src"
],
"scripts": {
"build:es": "tsc",
"build": "webpack --mode=production && yarn build:es",
"watch": "webpack --mode=development -w",
"pub": "yarn build && npm version patch && npm publish",
"link-all": "yarn link protvista-interpro-adapter protvista-feature-adapter protvista-interpro-track protvista-filter protvista-manager protvista-navigation protvista-proteomics-adapter protvista-sequence protvista-structure-adapter protvista-tooltip protvista-track protvista-variation protvista-variation-adapter protvista-variation-graph protvista-zoomable protvista-datatable protvista-structure data-loader",
"add-all": "yarn add protvista-feature-adapter protvista-filter protvista-manager protvista-navigation protvista-proteomics-adapter protvista-sequence protvista-structure-adapter protvista-tooltip protvista-track protvista-variation protvista-variation-adapter protvista-variation-graph protvista-zoomable protvista-datatable protvista-structure data-loader",
"start": "webpack serve --mode=development",
"test:lint": "eslint src --ext .ts ",
"test:types": "tsc",
"test:unit": "jest",
"test": "npm-run-all --continue-on-error test:*",
"clear-cdn-cache": "./scripts/clearCDNcaches.sh"
},
"main": "dist/protvista-uniprot.js",
"module": "dist/es/protvista-uniprot.js",
"keywords": [],
"author": "Xavier Watkins <[email protected]>",
"license": "MIT",
"dependencies": {
"core-js": "^3.13.0",
"data-loader": "^2.9.1",
"file-saver": "^2.0.2",
"lit-element": "^2.2.0",
"protvista-datatable": "3.5.1",
"protvista-feature-adapter": "3.5.1",
"protvista-filter": "3.1.2",
"protvista-interpro-adapter": "3.4.0",
"protvista-interpro-track": "3.4.0",
"protvista-manager": "3.4.0",
"protvista-navigation": "3.5.1",
"protvista-proteomics-adapter": "^3.4.5",
"protvista-sequence": "3.5.1",
"protvista-structure": "3.5.2",
"protvista-structure-adapter": "3.5.1",
"protvista-tooltip": "3.1.2",
"protvista-track": "3.4.0",
"protvista-variation": "3.5.2",
"protvista-variation-adapter": "^3.4.5",
"protvista-variation-graph": "3.4.0",
"protvista-zoomable": "3.4.0",
"timing-functions": "^2.0.1",
"url-join": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime-corejs3": "^7.14.0",
"@types/file-saver": "^2.0.2",
"@types/url-join": "^4.0.0",
"@typescript-eslint/eslint-plugin": "4.26.1",
"@typescript-eslint/parser": "4.26.1",
"babel-jest": "^27.0.1",
"babel-loader": "^8.2.2",
"concurrently": "^4.1.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^5.2.6",
"d3": "5.X",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"jest": "^26.4.2",
"npm-run-all": "^4.1.5",
"style-loader": "^2.0.0",
"svg-inline-loader": "^0.8.0",
"typescript": "^4.3.2",
"webpack": "^5.65.0",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
},
"peerDependencies": {
"d3": "5.X"
},
"gitHead": "5a756316482fa31d085602d46438861fb45e5178"
}