- Reverts the schneespur/ subdirectory restructure (b8e426b)
- Restores package.json and vite.config.js (needed for npm build, were
removed in an earlier cleanup before the restructure)
- Updates public/build/ assets with current Vite output (new content hashes)
24 lines
591 B
JSON
24 lines
591 B
JSON
{
|
|
"$schema": "https://www.schemastore.org/package.json",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.2.4",
|
|
"alpinejs": "^3.4.2",
|
|
"axios": "^1.11.0",
|
|
"concurrently": "^9.0.1",
|
|
"laravel-vite-plugin": "^2.0.0",
|
|
"tailwindcss": "^4.2.4",
|
|
"vite": "^7.0.7",
|
|
"vite-plugin-pwa": "^1.2.0"
|
|
},
|
|
"dependencies": {
|
|
"idb": "^8.0.3",
|
|
"leaflet": "^1.9.4",
|
|
"qrcode": "^1.5.4"
|
|
}
|
|
}
|