summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-23 18:58:09 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-23 18:58:09 +0200
commit59ada27edf36463d252de9fdbee41edd7f0f0ada (patch)
treec7fd28acb486366be8985805480c10bf8454ef29 /package.json
parent392a65a4f3a1422c0164d69cb2bb4d1123c1bbeb (diff)
updating template
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"
}
}