This repository was archived by the owner on Aug 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.01 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.01 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "protvista-proteomicsdb",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"build": "webpack --mode=production",
"watch": "webpack --mode=development -w",
"start": "concurrently \"yarn watch\" \"browser-sync start --index 'public/index.html' --server --files dist/**/*.* \""
},
"dependencies": {
"data-loader": "^2.9.1",
"file-saver": "^2.0.2",
"lit-element": "^2.2.0",
"litemol": "^2.4.2",
"lodash-es": "^4.17.11",
"protvista-filter": "^2.7.0",
"protvista-feature-adapter": "^2.3.3",
"protvista-datatable": "^2.8.2",
"protvista-interpro-adapter": "^2.9.1",
"protvista-interpro-track": "^2.6.1",
"protvista-manager": "^2.16.3",
"protvista-navigation": "^2.16.0",
"protvista-proteomics-adapter": "^2.3.3",
"protvista-sequence": "^2.7.0",
"protvista-structure": "^2.9.1",
"protvista-structure-adapter": "^2.3.3",
"protvista-tooltip": "^2.9.2",
"protvista-track": "^2.6.1",
"protvista-variation": "^2.6.1",
"protvista-variation-adapter": "^2.3.3",
"protvista-variation-graph": "^2.9.3",
"protvista-zoomable": "^2.6.1",
"timing-functions": "^1.0.0",
"url-join": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.3.1",
"@babel/runtime": "^7.3.1",
"@webcomponents/webcomponentsjs": "^2.2.10",
"babel-loader": "^8.0.5",
"browser-sync": "^2.26.3",
"clean-webpack-plugin": "^1.0.1",
"concurrently": "^4.1.0",
"d3": "5.X",
"eslint": "^4.12.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^24.3.1",
"svg-inline-loader": "^0.8.0",
"webpack": "4.28.4",
"webpack-cli": "^3.2.3"
},
"peerDependencies": {
"d3": "5.X"
},
"license": "ISC"
}