aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..bf89a66
--- /dev/null
+++ b/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "webmap-northern-sweden",
+ "version": "0.0.1",
+ "license": "AGPL-3.0-or-later",
+ "scripts": {
+ "start": "vite",
+ "build": "vite build",
+ "serve": "vite preview"
+ },
+ "devDependencies": {
+ "vite": "5.x"
+ },
+ "dependencies": {
+ "ol": "8.2.x",
+ "proj4": "2.9.x"
+ }
+}