aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2021-02-05 15:25:50 +0000
committers-ol <s-ol@users.noreply.github.com>2021-02-05 15:25:50 +0000
commite5e73c78f04015c99536bce368a2330f297f4afe (patch)
tree05bd064a700ebe72dc428ea57515f38105f9a05c /package.json
parentlazy-load graph.json (diff)
downloadfedidag-e5e73c78f04015c99536bce368a2330f297f4afe.tar.gz
fedidag-e5e73c78f04015c99536bce368a2330f297f4afe.zip
react-ify
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 6003ff3..d28dd72 100644
--- a/package.json
+++ b/package.json
@@ -14,8 +14,8 @@
[
"@babel/plugin-transform-react-jsx",
{
- "pragma": "dom.createElement",
- "pragmaFrag": "dom.createFragment"
+ "pragma": "h",
+ "pragmaFrag": "Fragment"
}
]
]
@@ -25,6 +25,7 @@
"core-js": "^3.8.3",
"date-fns": "^2.16.1",
"jsonld": "^3.3.0",
+ "preact": "^10.5.12",
"regenerator-runtime": "^0.13.7"
},
"devDependencies": {