diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-23 18:58:09 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-23 18:58:09 +0200 |
| commit | 59ada27edf36463d252de9fdbee41edd7f0f0ada (patch) | |
| tree | c7fd28acb486366be8985805480c10bf8454ef29 /package.json | |
| parent | 392a65a4f3a1422c0164d69cb2bb4d1123c1bbeb (diff) | |
updating template
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
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" } } |
