-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.54 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.54 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
{
"name": "vcfplotein",
"version": "1.0.0",
"description": "Clinical genomics web app to visualize and prioritize exome VCF variants on protein structures",
"author": "Diego Said Anaya Mancilla <redcpp@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/redcpp/vcfplotein"
},
"homepage": "http://vcfplotein.liigh.unam.mx",
"keywords": [
"bioinformatics",
"genomics",
"vcf",
"exome-sequencing",
"variant-visualization",
"clinical-genetics",
"vue",
"d3",
"protein-structure"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "node server/index.js",
"lint": "eslint ."
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@gmod/bgzf-filehandle": "^1.2.2",
"@json2csv/plainjs": "^7.0.6",
"@kyvg/vue3-notification": "^3.4.1",
"axios": "^1.7.2",
"d3": "^7.9.0",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"interval-tree-type": "^1.0.1",
"js-priority-queue": "^0.1.5",
"mitt": "^3.0.1",
"pako": "^2.1.0",
"pinia": "^2.1.7",
"save-svg-as-png": "^1.4.17",
"vue": "^3.4.27",
"vue-fullscreen": "^3.1.3",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@eslint/js": "^9.3.0",
"@tailwindcss/vite": "^4.0.0",
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^9.3.0",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.3.0",
"sass": "^1.77.2",
"tailwindcss": "^4.0.0",
"vite": "^5.2.11"
}
}