-
Notifications
You must be signed in to change notification settings - Fork 306
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.43 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.43 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
{
"name": "copilot-metrics-viewer",
"version": "3.2.0",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prepare": "nuxt prepare",
"typecheck": "nuxt typecheck",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
"test:e2e": "npx playwright test"
},
"dependencies": {
"@nuxt/eslint": "^0.7.4",
"chart.js": "^4.4.7",
"date-holidays": "^3.24.4",
"eslint": "^9.32.0",
"nuxt": "^3.19.0",
"nuxt-auth-utils": "^0.5.7",
"pg": "^8.19.0",
"roboto-fontface": "^0.10.0",
"undici": ">=7.24.4",
"unstorage": "^1.17.4",
"vue": "latest",
"vue-chartjs": "^5.3.2",
"vuetify": "^3.7.3",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@nuxt/fonts": "^0.13.0",
"@nuxt/test-utils": "^3.20.1",
"@playwright/test": "1.57.0",
"@types/pg": "^8.18.0",
"@types/webfontloader": "^1.6.38",
"@vue/test-utils": "^2.4.6",
"esbuild": ">=0.25.11",
"happy-dom": "^20.8.9",
"pg-mem": "^3.0.14",
"playwright-core": "1.54.2",
"sass-embedded": "^1.80.3",
"typescript": "^5.6.3",
"vitest": "^3.0.5",
"vue-tsc": "^2.1.6",
"vuetify-nuxt-module": "^0.19.5"
},
"overrides": {
"brace-expansion": "^2.0.3",
"serialize-javascript": "^7.0.5"
}
}