aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-02-05 16:48:16 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-02-05 16:48:16 +0200
commita96d162f649704df5d9b567158366015cbe3172c (patch)
tree656f946eeb6748fe01447004399e08a45ff0b5f5 /package.json
parent7d78bf4d2111af87636069ee2d35d6323ffc96be (diff)
Get basic stuff working
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 5ea82b4..c484f3d 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,9 @@
"preview": "vite preview"
},
"dependencies": {
+ "ace-builds": "1.4.14",
"react": "^17.0.2",
+ "react-ace": "9.5.0",
"react-dom": "^17.0.2",
"swr": "1.2.1"
},