mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[common/hc] topaz: get Ace running
This commit is contained in:
parent
bb074b2618
commit
cd33aafbd2
5 changed files with 696 additions and 0 deletions
17
common/hellcooling/config/ext/topaz/package.json
Normal file
17
common/hellcooling/config/ext/topaz/package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue