diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-04 16:31:27 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-04 16:31:27 -0700 |
commit | d74523d15d37a1809a797beda962c957fba181b2 (patch) | |
tree | f5a7e7866940e477602249da8191d75988784ee7 /package.json | |
parent | f4ad269f8b9f9b0bfcc60bb2584316c3fdd10d10 (diff) | |
download | the-abstraction-engine-d74523d15d37a1809a797beda962c957fba181b2.tar.gz the-abstraction-engine-d74523d15d37a1809a797beda962c957fba181b2.zip |
checkpoint
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index f4b2a67..9ccb2eb 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,8 @@ "preview": "vite preview" }, "dependencies": { + "codemirror": "^6.0.1", + "rainbowbrackets": "github:eriknewland/rainbowbrackets", "react": "^18.2.0", "react-dom": "^18.2.0" }, |