forked from Vatsim-Scandinavia/controlcenter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 840 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 840 Bytes
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
{
"name": "controlcenter",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.0.0",
"@popperjs/core": "^2.11.8",
"@vitejs/plugin-vue": "^6.0.0",
"bootstrap": "^5.3.0",
"bootstrap-table": "1.27.3",
"chart.js": "^4.4.0",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-plugin-autocolors": "^0.3.1",
"core-js": "^3.37.1",
"easymde": "^2.18.0",
"flatpickr": "^4.6.13",
"laravel-vite-plugin": "^3.0.0",
"moment": "^2.29.1",
"sass": "1.103.1",
"vite": "^8.0.0",
"sortablejs": "^1.15.7",
"vue": "^3.0",
"tailwindcss": "^4.3.0",
"@tailwindcss/vite": "^4.3.0"
}
}