summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index 7e2e9b4..a81af33 100644
--- a/package.json
+++ b/package.json
@@ -4,11 +4,12 @@
"description": "Animism CMS",
"main": "index.js",
"author": "Jules Laplace",
- "license": "LNT",
- },
+ "license": "UNLICENSED",
"dependencies": {
"get-routes": "^2.0.0",
"object-assign": "^2.0.0",
- "okcms": "git+ssh://git@ghghgh.us/~/okcms.git#v0.2.5"
+ "okcms": "git+ssh://git@ghghgh.us/~/okcms.git#v0.2.5",
+ "preact": "^10.4.4",
+ "preact-compat": "^3.19.0"
}
}