airshipui/web/package.json
Schiefelbein, Andrew 997055088b Remove coreui from the tree and replace it with a npm reference
Change-Id: I1be701c6b9d4c3d0f53bcf984d30072439eda587
2020-06-26 11:57:24 -05:00

26 lines
592 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": {
"@coreui/coreui": "^3.2.2",
"@coreui/icons": "^1.0.1",
"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"
}
}