diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/package.json b/package.json index 80ae5e6..6011349 100644 --- a/package.json +++ b/package.json @@ -3,17 +3,23 @@ "version": "0.0.1", "license": "AGPL-3.0-or-later", "scripts": { + "lint": "npx eslint --color --format stylish", "start": "vite", "build": "vite build", "serve": "vite preview" }, "devDependencies": { - "vite": "^5.4.11" + "@eslint/css": "^0.9.0", + "@eslint/js": "^9.29.0", + "eslint": "^9.29.0", + "globals": "^16.2.0", + "vite": "^6.3.5" }, "dependencies": { + "@fontsource/inter": "^5.2.6", "bootstrap": "5.3.x", - "bootstrap-icons": "1.11.x", - "ol": "10.3.x", - "proj4": "2.15.x" + "bootstrap-icons": "1.13.x", + "ol": "10.6.x", + "proj4": "2.17.x" } } |