[common/hc] topaz: get Ace running

This commit is contained in:
Alyxia Sother 2023-10-31 21:47:10 +01:00
parent bb074b2618
commit cd33aafbd2
No known key found for this signature in database
GPG key ID: 0B2497099595CAA5
5 changed files with 696 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{
"name": "topaz",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ace-builds": "^1.31.1",
"electron": "^27.0.2",
"react-ace": "^10.1.0"
}
}