-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 2.01 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
{
"name": "dig-dug-t2dkp",
"version": "4.0.1",
"private": true,
"scripts": {
"watch": "vue-cli-service build --mode development --watch",
"build": "vue-cli-service build --mode development",
"deploy": "vue-cli-service build --mode production"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.39",
"@vue/babel-preset-app": "^4.5.19",
"bootstrap": "^4.6.2",
"bootstrap-vue": "^2.23.1",
"c3": "^0.7.20",
"chi-squared": "^1.1.0",
"color-ruler": "^0.1.4",
"cookie": "^0.6.0",
"core-js": "^3.37.1",
"d3": "^5.16.0",
"flat": "^5.0.2",
"gwas-credible-sets": "^0.1.0",
"jquery": "^3.7.1",
"json-query": "^2.2.2",
"locuszoom": "^0.13.4",
"lodash": "^4.17.21",
"lodash.merge": "^4.6.2",
"query-string": "^6.14.1",
"raremetal.js": "^1.3.2",
"showdown": "^1.9.1",
"string-replace-loader": "^2.3.0",
"tabix-reader": "^1.0.1",
"trapi-client": "^0.0.3",
"url-parse": "^1.5.10",
"vis-network": "9.1.9",
"vis-util": "^5.0.7",
"vue": "^2.7.16",
"vue-async-computed": "^3.9.0",
"vue-codemirror": "^4.0.6",
"vue-cookies": "^1.8.4",
"vue-gtag": "^1.16.1",
"vue-select": "^3.20.3",
"vue-typeahead-bootstrap": "^2.12.0",
"vue-vis-network": "^1.0.2",
"vuex": "^3.6.2",
"xml-js": "^1.6.11",
"yaml": "^1.10.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@vue/babel-preset-app": "^4.5.19",
"@vue/cli-plugin-babel": "^4.5.19",
"@vue/cli-service": "^4.5.19",
"babel-loader": "^8.4.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"cache-loader": "^4.1.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.17.0",
"prettier": "^2.8.8",
"regenerator-runtime": "^0.13.11",
"vue-template-compiler": "^2.7.16"
}
}