-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.63 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
{
"name": "ef-tdms-frontend",
"version": "1.8.2",
"type": "module",
"description": "Eurofurence Telecommunication Device Management System",
"homepage": "https://github.com/eurofurence/ef-telecommunication-device-management-system",
"repository": {
"type": "git",
"url": "https://github.com/eurofurence/ef-telecommunication-device-management-system.git"
},
"bugs": {
"url": "https://github.com/eurofurence/ef-telecommunication-device-management-system/issues"
},
"author": "Niels Gandraß <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"serve": "vite preview",
"lint": "eslint . --ignore-path .gitignore"
},
"dependencies": {
"@highlightjs/vue-plugin": "^2.1.0",
"@mdi/font": "^7.2.96",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"axios": "^1.5.0",
"chart.js": "^4.4.3",
"highlight.js": "^11.10.0",
"leaflet": "^1.9.4",
"pinia": "^2.1.6",
"roboto-fontface": "^0.10.0",
"vue": "^3.3.4",
"vue-chartjs": "^5.3.1",
"vue-i18n": "^9.4.1",
"vue-router": "4.4.0",
"vue-toastification": "^2.0.0-rc.5",
"vuetify": "^3.3.16"
},
"devDependencies": {
"@types/node": "^20.6.2",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.17.0",
"sass": "^1.67.0",
"typescript": "^5.0.2",
"unplugin-fonts": "^1.0.3",
"vite": "^5.3.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-vuetify": "^2.0.3",
"vue-tsc": "^2.0.21"
}
}