-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.51 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
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "@fdm-monster/client-next",
"version": "0.0.16",
"repository": {
"type": "git",
"url": "git+https://github.com/fdm-monster/fdm-monster-client-next.git"
},
"author": "David Zwart",
"license": "AGPL-3.0-or-later",
"publishConfig": {
"access": "public"
},
"description": "FDM Monster Client Next is the Vue3 frontend for FDM Monster.",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore",
"test:unit": "vitest --environment jsdom",
"test:coverage": "vitest run --coverage --environment jsdom",
"test:e2e": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress open'"
},
"dependencies": {
"core-js": "3.39.0",
"material-design-icons-iconfont": "6.7.0",
"roboto-fontface": "*",
"vue": "3.5.13",
"vuetify": "3.7.6"
},
"devDependencies": {
"@babel/types": "7.26.3",
"@sentry/tracing": "7.114.0",
"@sentry/vite-plugin": "2.22.7",
"@sentry/vue": "8.47.0",
"@tanstack/vue-query": "5.62.9",
"@testing-library/vue": "8.1.0",
"@types/jsdom": "21.1.7",
"@types/node": "22.10.3",
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"@vitejs/plugin-vue": "5.2.1",
"@vitest/ui": "2.1.8",
"@vitest/web-worker": "2.1.8",
"@vue/eslint-config-typescript": "14.2.0",
"@vue/test-utils": "2.4.6",
"@vueuse/core": "12.3.0",
"@vueuse/integrations": "12.3.0",
"axios": "1.7.9",
"axios-mock-adapter": "2.1.0",
"c8": "10.1.3",
"chart.js": "4.4.7",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-vue": "9.32.0",
"eslint-plugin-vuetify": "2.5.1",
"jsdom": "25.0.1",
"jwt-decode": "4.0.0",
"pinia": "2.3.0",
"prettier": "3.4.2",
"sass": "1.83.0",
"selective-object-reuse": "1.0.6",
"semver": "7.6.3",
"socket.io-client": "4.8.1",
"typescript": "5.7.2",
"unplugin-auto-import": "0.19.0",
"unplugin-fonts": "1.3.1",
"unplugin-vue-components": "0.28.0",
"vite": "5.4.11",
"vite-plugin-vuetify": "2.0.4",
"vitest": "2.1.8",
"vue-chartjs": "5.3.2",
"vue-router": "4.5.0",
"vue-tsc": "2.2.0",
"vuedraggable": "4.1.0"
},
"packageManager": "yarn@4.6.0"
}