-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 761 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 761 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
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/vite": "^4.0.0",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^3.0.0",
"tailwindcss": "^4.0.0",
"vite": "^8.0.0"
},
"dependencies": {
"alpinejs": "^3.15.11",
"chart.js": "^4.5.1",
"leaflet": "^1.9.4",
"leaflet-draw": "^1.0.4",
"leaflet.heat": "^0.2.0",
"leaflet.markercluster": "^1.5.3",
"tabulator-tables": "^6.4.0",
"tom-select": "^2.6.0",
"vis-timeline": "^8.5.0"
}
}