-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.99 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
{
"name": "bakrep-web",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"test:unit": "vitest --environment jsdom --root src/",
"test:unit:ci": "vitest --environment jsdom --root src/ run",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"datatables.net-bs5": "^1.13.6",
"datatables.net-vue3": "^2.1.3",
"file-saver": "^2.0.5",
"igv": "^2.15.10",
"json5": "^2.2.3",
"jsonpointer": "^5.0.1",
"plotly.js-dist-min": "^2.27.0",
"vue": "^3.2.45",
"vue-chartjs": "^5.2.0",
"vue-router": "^4.1.6",
"zod": "^3.22.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
"@storybook/addon-essentials": "^8.1.5",
"@storybook/addon-interactions": "^8.1.5",
"@storybook/addon-links": "^8.1.5",
"@storybook/blocks": "^8.1.5",
"@storybook/test": "^8.1.5",
"@storybook/vue3": "^8.1.5",
"@storybook/vue3-vite": "^8.1.5",
"@types/bootstrap": "^5.2.6",
"@types/file-saver": "^2.0.5",
"@types/jsdom": "^21.1.2",
"@types/node": "^20.12.5",
"@types/plotly.js-dist-min": "^2.3.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.5",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.23.0",
"jsdom": "^21.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"storybook": "^8.1.5",
"typescript": "~5.4.0",
"vite": "^5.2.8",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.11"
}
}