-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.84 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": "@molgenis/vip-report-template",
"version": "7.1.0",
"description": "Report Template for Variant Call Format (VCF) Report Generator",
"scripts": {
"build": "vite build",
"build-dev": "vite build --mode dev",
"coverage": "vitest run --coverage",
"dev": "vite",
"format": "prettier --write src/**/*.{json,tsx,ts}",
"lint": "eslint src/**/*.{json,tsx,ts}",
"prepare": "husky",
"test": "vitest run",
"test:watch": "vitest"
},
"license": "LGPL-3.0",
"devDependencies": {
"@molgenis/vite-plugin-inline": "^1.0.27",
"@types/async-lock": "^1.4.2",
"@types/node": "^22.9.3",
"@vitest/coverage-v8": "^2.1.5",
"async-lock": "^1.4.1",
"bulma": "^1.0.2",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-solid": "^0.14.4",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"sass": "^1.81.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.11",
"vite-plugin-solid": "^2.10.2",
"vitest": "^2.1.5"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@molgenis/vip-report-api": "^6.2.2",
"@molgenis/vip-report-vcf": "^3.1.0",
"@solidjs/router": "^0.15.1",
"ajv": "^8.17.1",
"base64-js": "^1.5.1",
"igv": "^3.1.0",
"solid-js": "^1.9.3"
},
"lint-staged": {
"src/**/*.{tsx,ts}": [
"eslint",
"prettier --write"
]
},
"bugs": {
"url": "https://github.com/molgenis/vip-report-template/issues"
},
"homepage": "https://github.com/molgenis/vip-report-template#readme",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/molgenis/vip-report-template.git"
},
"engines": {
"node": "22",
"pnpm": "9"
}
}