-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.88 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.88 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
62
63
64
65
66
67
{
"name": "vaxviz",
"version": "1.6.0",
"private": true,
"type": "module",
"engines": {
"node": ">=v24.0.0 <v25.0.0"
},
"scripts": {
"dev": "vite",
"dev-embargo": "export VITE_EMBARGO_VAXVIZ=1 && vite --port 5174",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"test:coverage": "vitest --coverage",
"test:e2e": "playwright test",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix --cache",
"format": "prettier --write src/"
},
"dependencies": {
"@reside-ic/skadi-chart": "^1.1.14",
"color-convert": "^3.1.3",
"flowbite": "^4.0.1",
"flowbite-vue": "^0.2.2",
"jszip": "^3.10.1",
"perfect-debounce": "^2.0.0",
"pinia": "^3.0.3",
"posthog-js": "^1.351.0",
"vue": "^3.5.22",
"vue-router": "^4.6.3",
"vue3-select-component": "^0.16.0"
},
"devDependencies": {
"@pinia/testing": "^1.0.3",
"@playwright/test": "^1.56.1",
"@tailwindcss/vite": "^4.1.17",
"@tsconfig/node24": "^24.0.3",
"@types/color-convert": "^2.0.4",
"@types/jsdom": "^27.0.0",
"@types/node": "^24.9.2",
"@vitejs/plugin-vue": "^6.0.1",
"@vitest/coverage-v8": "^4.0.8",
"@vitest/eslint-plugin": "^1.3.23",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.8.1",
"csvtojson": "^2.0.14",
"eslint": "^9.37.0",
"eslint-plugin-playwright": "^2.2.2",
"eslint-plugin-vue": "~10.5.0",
"jiti": "^2.6.1",
"jsdom": "^27.0.1",
"msw": "^2.12.3",
"npm-run-all2": "^8.0.4",
"prettier": "3.6.2",
"sass-embedded": "^1.95.1",
"tailwindcss": "^4.1.17",
"typescript": "~5.9.0",
"vite": "^7.1.11",
"vite-plugin-vue-devtools": "^8.0.3",
"vitest": "^4.0.8",
"vue-tsc": "^3.1.1"
}
}