aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/package.json b/package.json
index a89771a..7d66ddd 100644
--- a/package.json
+++ b/package.json
@@ -16,9 +16,6 @@
},
"author": "",
"license": "MIT",
- "dependencies": {
- "morphdom": "^2.6.1"
- },
"devDependencies": {
"chokidar-cli": "^3.0.0",
"concurrently": "^7.0.0",
@@ -27,5 +24,9 @@
},
"alias": {
"lustre": "./build/dev/javascript/lustre/dist/lustre"
+ },
+ "dependencies": {
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2"
}
-} \ No newline at end of file
+}