-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
70 lines (70 loc) · 1.9 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
{
"name": "agola-web",
"version": "0.10.0",
"license": "Apache-2.0",
"private": true,
"type": "module",
"engines": {
"pnpm": "^8"
},
"scripts": {
"serve": "vite",
"build": "vite build",
"check": "vue-tsc --noEmit --skipLibCheck",
"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",
"@vueuse/components": "^10.9.0",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"@vueuse/shared": "^10.9.0",
"ansi_up": "^6.0.2",
"anylogger": "^1.0.11",
"anylogger-loglevel": "^1.0.0",
"core-js": "^3.36.0",
"focus-trap": "^7.5.4",
"lodash": "^4.17.21",
"loglevel": "^1.9.1",
"luxon": "^3.4.4",
"reflect-metadata": "^0.2.1",
"tslib": "^2.6.2",
"typedjson": "^1.8.0",
"universal-cookie": "^7.1.0",
"uuidjs": "^5.0.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@types/lodash": "^4.17.0",
"@types/luxon": "^3.4.2",
"@types/react": "link:stub/types__react",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.3.1",
"@vue/compiler-sfc": "^3.4.21",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.23.0",
"jsdom": "^24.0.0",
"msw": "^2.2.3",
"prettier": "3.2.5",
"sass": "^1.72.0",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^1.3.1",
"volar-service-prettier": "^0.0.33",
"vue-router-mock": "^1.1.0",
"vue-tsc": "^2.0.6"
}
}