chore(front-end): install novnc npm package and types

main
Josue 3 years ago
parent c72dba3901
commit 8afc1feac5
  1. 11
      striker-ui/package-lock.json
  2. 2
      striker-ui/package.json

@ -589,6 +589,11 @@
"fastq": "^1.6.0"
}
},
"@novnc/novnc": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@novnc/novnc/-/novnc-1.2.0.tgz",
"integrity": "sha512-FaUckOedGhSbwQBXk/KGyxKt9ngskg4wPw6ghbHWXOUEmQscAZr3467lTU5DSfppwHJt5k+lQiHoeYUuY90l2Q=="
},
"@opentelemetry/api": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-0.14.0.tgz",
@ -641,6 +646,12 @@
"integrity": "sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==",
"dev": true
},
"@types/novnc-core": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/@types/novnc-core/-/novnc-core-0.1.3.tgz",
"integrity": "sha512-4vlT5g305nSFjJjnjkoN3+FSgayrB/zV6j0qqUhlemI1Eqvbl4W1yGR4ym2MKHtFkhZkeWkUdPBSSJI8u/j0KQ==",
"dev": true
},
"@types/parse-json": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",

@ -15,6 +15,7 @@
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4",
"@novnc/novnc": "^1.2.0",
"next": "^10.2.3",
"pretty-bytes": "^5.6.0",
"react": "17.0.2",
@ -26,6 +27,7 @@
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/node": "^15.12.2",
"@types/novnc-core": "^0.1.3",
"@types/react": "^17.0.11",
"@types/styled-components": "^5.1.10",
"@typescript-eslint/eslint-plugin": "^4.27.0",

Loading…
Cancel
Save