aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2022-03-20 10:58:23 +0000
committerHayleigh Thompson <me@hayleigh.dev>2022-03-20 10:58:23 +0000
commit170a249f1bc5caae55ae5a3469f0fc6beef63568 (patch)
tree13a65659aa2aef065d1acf59af20a109df83eaa4 /package.json
parent06e3827589771da31bf033d304da4ba3a40c9cde (diff)
downloadlustre-170a249f1bc5caae55ae5a3469f0fc6beef63568.tar.gz
lustre-170a249f1bc5caae55ae5a3469f0fc6beef63568.zip
:construction: Morphdom is dead, long live React.
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
+}