maps.chandlerswift.com/package.json

18 lines
296 B
JSON
Raw Normal View History

{
"name": "maps.chandlerswift.com",
"version": "0.0.0",
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"vite": "^4.3.9"
},
"dependencies": {
2024-01-29 03:18:36 -06:00
"hls.js": "^1.5.2",
2023-08-27 17:39:55 -05:00
"ol": "latest",
"proj4": "2.9.0"
}
}