airshipui/web/package.json
Schiefelbein, Andrew a7d68ebdbf addition of monaco editor for online yaml & json editing
Much of this is place holders until further discussion happens

Modified the test to use a more dynamic style of test render

Change-Id: Id9324a66dcd0ad47ce20540d9aa6721747dfb703
2020-06-24 12:47:08 -05:00

24 lines
527 B
JSON
Executable File

{
"name": "electron-poc",
"version": "0.0.1",
"main": "js/main.js",
"scripts": {
"start": "electron ."
},
"description": "Airship UI",
"author": "The Airship Authors",
"license": "ISC",
"devDependencies": {
"electron": "^8.3.0",
"eslint": "^6.8.0",
"eslint-plugin-html": "^6.0.2"
},
"dependencies": {
"electron-json-config": "^1.5.3",
"monaco-editor": "^0.20.0",
"node-sass": "^4.14.0",
"vis-network": "^7.6.10",
"xmlhttprequest": "^1.8.0"
}
}