-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
86 lines (86 loc) · 2.66 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
84
85
86
{
"name": "@fdm-monster/client",
"version": "1.8.8",
"author": "David Zwart",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/fdm-monster/fdm-monster-client.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"serve:production": "vue-cli-service serve --mode production",
"build": "vue-cli-service build --skip-plugins pwa,workbox",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"build:dev": "vue-cli-service build --mode development",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.vue\""
},
"dependencies": {
"@sentry/tracing": "7.120.3",
"@sentry/vue": "8.48.0",
"@tanstack/vue-query": "5.64.1",
"@vue/composition-api": "1.7.2",
"@vueuse/core": "11.3.0",
"@vueuse/integrations": "11.3.0",
"axios": "1.7.9",
"chart.js": "4.4.7",
"core-js": "3.40.0",
"jwt-decode": "4.0.0",
"luxon": "3.5.0",
"pinia": "2.3.0",
"register-service-worker": "1.7.2",
"semver": "7.6.3",
"socket.io-client": "4.8.1",
"validator": "13.12.0",
"vee-validate": "3.4.15",
"vue": "2.7.16",
"vue-chartjs": "5.3.2",
"vue-router": "3.6.5",
"vuedraggable": "2.24.3",
"vuetify": "2.7.2"
},
"devDependencies": {
"@fontsource/roboto": "5.1.1",
"@types/jest": "29.5.14",
"@types/luxon": "3.4.2",
"@types/semver": "7.5.8",
"@types/validator": "13.12.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-e2e-cypress": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-router": "5.0.8",
"@vue/cli-plugin-typescript": "5.0.8",
"@vue/cli-plugin-unit-jest": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "13.0.0",
"@vue/test-utils": "2.4.6",
"@vue/vue2-jest": "29.2.6",
"babel-jest": "29.7.0",
"cypress": "13.17.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "9.32.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.3.0",
"material-design-icons-iconfont": "6.7.0",
"prettier": "2.8.8",
"rimraf": "6.0.1",
"sass": "1.83.4",
"sass-loader": "16.0.4",
"ts-jest": "29.2.5",
"typescript": "5.7.3",
"vue-cli-plugin-vuetify": "2.5.8",
"vue-svg-loader": "0.16.0",
"vue-template-compiler": "2.7.16",
"vuetify-loader": "1.9.2",
"webpack": "5.97.1"
},
"packageManager": "[email protected]"
}