-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.04 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.04 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
68
69
70
71
72
73
74
{
"name": "agola-web",
"version": "0.11.0",
"license": "Apache-2.0",
"private": true,
"type": "module",
"engines": {
"pnpm": "^10"
},
"scripts": {
"serve": "vite",
"build": "vite build",
"check": "vue-tsc --noEmit --skipLibCheck && eslint .",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@twind/core": "^1.1.3",
"@twind/preset-autoprefix": "^1.0.7",
"@twind/preset-tailwind": "^1.1.4",
"@twind/preset-tailwind-forms": "^1.1.2",
"@vue/tsconfig": "^0.8.1",
"@vueuse/components": "^13.9.0",
"@vueuse/core": "^13.9.0",
"@vueuse/integrations": "^13.9.0",
"@vueuse/shared": "^13.9.0",
"ansi_up": "^6.0.6",
"anylogger": "^1.0.11",
"anylogger-loglevel": "^1.0.0",
"core-js": "^3.45.1",
"focus-trap": "^7.6.5",
"lodash": "^4.17.21",
"loglevel": "^1.9.2",
"luxon": "^3.7.2",
"reflect-metadata": "^0.2.2",
"tslib": "^2.8.1",
"typedjson": "^1.8.0",
"universal-cookie": "^8.0.1",
"uuidjs": "^5.1.0",
"vue": "^3.5.21",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/lodash": "^4.17.20",
"@types/luxon": "^3.7.1",
"@types/react": "link:stub/types__react",
"@typescript-eslint/eslint-plugin": "^8.44.0",
"@typescript-eslint/parser": "^8.44.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vitest/coverage-v8": "^3.2.4",
"@vue/compiler-sfc": "^3.5.21",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.36.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-vue": "^10.5.0",
"globals": "^16.4.0",
"jsdom": "^27.0.0",
"msw": "^2.11.3",
"prettier": "3.6.2",
"sass": "^1.93.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.0",
"vite": "^7.1.7",
"vitest": "^3.2.4",
"volar-service-prettier": "^0.0.65",
"vue-eslint-parser": "^10.2.0",
"vue-router-mock": "^2.0.0",
"vue-tsc": "^3.0.7"
}
}