-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.2 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
{
"name": "@roman3349/sbc-pdu",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host ::",
"build": "vite build",
"preview": "vite preview",
"lint": "npm run lint:js && npm run lint:css && npm run lint:i18n",
"lint:js": "eslint .",
"lint:ts": "vue-tsc --noEmit",
"lint:css": "stylelint \"src/**/*.{css,scss,sass,vue}\"",
"lint:i18n": "vue-i18n-extract report --vueFiles './src/**/*.{vue,ts}' --languageFiles './src/locales/*.json' --exclude '$vuetify'"
},
"dependencies": {
"@chenfengyuan/vue-countdown": "^2.1.2",
"@fontsource/roboto": "^5.1.0",
"@mdi/js": "^7.4.47",
"@sentry/browser": "^8.47.0",
"@sentry/vue": "^8.47.0",
"@unhead/vue": "^1.11.14",
"axios": "^1.7.9",
"echarts": "^5.5.1",
"jwt-decode": "^4.0.0",
"luxon": "^3.5.0",
"md5": "^2.3.0",
"openapi-typescript": "^7.4.4",
"otpauth": "^9.3.6",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.2.0",
"preferred-locale": "^2.0.2",
"punycode": "^2.3.1",
"qrcode.vue": "^3.6.0",
"swagger-ui-dist": "^5.18.2",
"unhead": "^1.11.14",
"uuid": "^11.0.3",
"v-clipboard": "^2.2.3",
"vue": "^3.5.13",
"vue-echarts": "^7.0.3",
"vue-i18n": "^10.0.5",
"vue-matomo": "^4.2.0",
"vue-router": "^4.5.0",
"vue3-toastify": "^0.2.8",
"vuetify": "^3.7.6",
"zod": "^3.24.1"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^6.0.1",
"@iqrf/eslint-config": "^0.2.3",
"@sentry/vite-plugin": "^2.22.7",
"@types/luxon": "^3.4.2",
"@types/md5": "^2.3.5",
"@types/node": "^22.10.2",
"@types/punycode": "^2.1.4",
"@types/swagger-ui-dist": "^3.30.5",
"@types/uuid": "^10.0.0",
"@unhead/addons": "^1.11.14",
"@vitejs/plugin-vue": "^5.2.1",
"eslint": "^9.17.0",
"postcss": "^8.4.49",
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"sass": "^1.83.0",
"stylelint": "^16.12.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-pages": "^0.32.4",
"vite-plugin-vue-devtools": "^7.6.8",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-vuetify": "^2.0.4",
"vite-svg-loader": "^5.1.0",
"vue-i18n-extract": "^2.0.7",
"vue-tsc": "^2.1.10"
}
}