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..3d30789 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.14.1", + "@eslint/js": "^10.0.1", + "eslint": "^10.0.3", + "globals": "^17.4.0", + "vite": "^7.3.1" }, "dependencies": { + "@fontsource/inter": "^5.2.8", "bootstrap": "5.3.x", - "bootstrap-icons": "1.11.x", - "ol": "10.3.x", - "proj4": "2.15.x" + "bootstrap-icons": "1.13.x", + "ol": "10.8.x", + "proj4": "2.20.x" } } |
