-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
113 lines (113 loc) · 3.78 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "@bihealth/reev-frontend-lib",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "0.7.1",
"repository": {
"type": "git",
"url": "git+https://github.com/bihealth/reev-frontend-lib.git"
},
"type": "module",
"files": [
"dist"
],
"main": "./dist/reev-frontend-lib.umd.js",
"module": "./dist/reev-frontend-lib.es.js",
"exports": {
".": {
"import": "./dist/reev-frontend-lib.es.js",
"require": "./dist/reev-frontend-lib.umd.js"
},
"./dist/reev-frontend-lib.css": {
"import": "./dist/reev-frontend-lib.css",
"require": "./dist/reev-frontend-lib.css"
},
"./dist/reev-frontend-lib.min.css": {
"import": "./dist/reev-frontend-lib.min.css",
"require": "./dist/reev-frontend-lib.min.css"
},
"./dist/reev-frontend-lib.scss": {
"import": "./dist/reev-frontend-lib.scss",
"require": "./dist/reev-frontend-lib.scss"
}
},
"types": "./dist/main.d.ts",
"scripts": {
"test:unit": "vitest --config vitest.config.mts --coverage",
"test:unit:nocov": "vitest --config vitest.config.mts",
"build": "vue-tsc && vite build",
"type-check": "vue-tsc --noEmit --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.mdx --fix --ignore-path .gitignore --ignore-pattern 'src/pbs/google/protobuf/*'",
"format": "prettier --write .storybook ext/ src/ *.json *.cjs *.mts",
"format:check": "prettier --list-different .storybook src/ *.json *.cjs *.mts",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@hey-api/client-fetch": "^0.2.4",
"@mdi/font": "^7.4.47",
"@protobuf-ts/runtime": "^2.9.3",
"@reactgular/chunks": "^1.0.1",
"@types/luxon": "^3.4.2",
"downsample": "^1.4.0",
"igv": "^2.15.11",
"luxon": "^3.4.4",
"plotly.js-dist": "^2.29.1",
"title-case": "^4.3.1",
"vega": "^5.27.0",
"vega-embed": "^6.24.0",
"vite-plugin-css-injected-by-js": "^3.4.0",
"vite-plugin-static-copy": "^1.0.1",
"vite-plugin-vuetify": "^2.0.1",
"vue": "^3.4.18",
"vue-router": "^4.3.0",
"vuetify": "^3.5.7"
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.52.11",
"@pinia/testing": "^0.1.3",
"@protobuf-ts/plugin": "^2.9.3",
"@rushstack/eslint-patch": "^1.7.2",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/blocks": "^7.6.13",
"@storybook/test": "^7.6.17",
"@storybook/vue3": "^7.6.17",
"@storybook/vue3-vite": "^7.6.17",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-istanbul": "^1.3.1",
"@vitest/coverage-v8": "^1.2.2",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.4",
"eslint": "^8.57.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.22.0",
"jsdom": "^24.0.0",
"jsdom-worker": "^0.3.0",
"path": "^0.12.7",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.71.1",
"storybook": "^7.6.17",
"terser": "^5.31.0",
"typescript": "^5.3.3",
"vite": "^5.2.12",
"vite-plugin-dts": "^3.7.2",
"vite-plugin-sass-dts": "^1.3.17",
"vitest": "^1.2.2",
"vitest-canvas-mock": "^0.3.3",
"vitest-fetch-mock": "^0.2.2",
"vue-tsc": "^2.0.19"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}