mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-19 06:50:07 +03:00
Co-authored-by: Jorge Lobo <jlobo@opennebula.systems>
This commit is contained in:
parent
d0ec9b5d74
commit
0aea0c6c73
9431
src/fireedge/package-lock.json
generated
9431
src/fireedge/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -25,106 +25,105 @@
|
||||
"opennebula"
|
||||
],
|
||||
"devDependencies": {
|
||||
"eslint": "^7.11.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"eslint-config-standard": "^14.1.1",
|
||||
"eslint-import-resolver-alias": "^1.1.2",
|
||||
"eslint-import-resolver-webpack": "^0.13.0",
|
||||
"eslint-plugin-babel": "^5.3.1",
|
||||
"eslint-plugin-cypress": "^2.11.2",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-react": "^7.21.4",
|
||||
"eslint-plugin-standard": "^4.0.1",
|
||||
"fireedge-genpotfile": "^1.1.0",
|
||||
"fireedge-pojson": "^1.1.0",
|
||||
"react-hot-loader": "^4.13.0",
|
||||
"webpack-dev-middleware": "^3.7.2",
|
||||
"webpack-hot-middleware": "^2.25.0"
|
||||
"eslint": "7.11.0",
|
||||
"eslint-config-prettier": "6.11.0",
|
||||
"eslint-config-standard": "14.1.1",
|
||||
"eslint-import-resolver-alias": "1.1.2",
|
||||
"eslint-import-resolver-webpack": "0.13.0",
|
||||
"eslint-plugin-babel": "5.3.1",
|
||||
"eslint-plugin-cypress": "2.11.2",
|
||||
"eslint-plugin-import": "2.22.1",
|
||||
"eslint-plugin-node": "11.1.0",
|
||||
"eslint-plugin-promise": "4.2.1",
|
||||
"eslint-plugin-react": "7.21.4",
|
||||
"eslint-plugin-standard": "4.0.1",
|
||||
"fireedge-genpotfile": "1.1.0",
|
||||
"fireedge-pojson": "1.1.0",
|
||||
"react-hot-loader": "4.13.0",
|
||||
"webpack-dev-middleware": "3.7.2",
|
||||
"webpack-hot-middleware": "2.25.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/cli": "^7.10.4",
|
||||
"@babel/core": "^7.10.4",
|
||||
"@babel/node": "^7.10.5",
|
||||
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
|
||||
"@babel/preset-env": "^7.10.4",
|
||||
"@babel/preset-react": "^7.10.4",
|
||||
"@hookform/resolvers": "^0.1.1",
|
||||
"@material-ui/core": "^4.11.0",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "^4.0.0-alpha.56",
|
||||
"ace-builds": "^1.4.12",
|
||||
"atob": "^2.1.2",
|
||||
"axios": "^0.21.1",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-loader": "^8.1.0",
|
||||
"babel-plugin-module-resolver": "^4.0.0",
|
||||
"babel-preset-react-hmre": "^1.1.1",
|
||||
"body-parser": "^1.19.0",
|
||||
"btoa": "^1.2.1",
|
||||
"clsx": "^1.1.1",
|
||||
"colors": "^1.4.0",
|
||||
"compression": "^1.7.4",
|
||||
"copy-webpack-plugin": "^6.1.1",
|
||||
"cors": "^2.8.5",
|
||||
"cross-env": "^7.0.2",
|
||||
"dagre": "^0.8.5",
|
||||
"dompurify": "^2.2.6",
|
||||
"express": "^4.14.0",
|
||||
"fs-extra": "^9.0.1",
|
||||
"fuse.js": "^6.4.1",
|
||||
"guacamole-lite": "^0.6.3",
|
||||
"helmet": "^4.1.1",
|
||||
"http": "^0.0.1-security",
|
||||
"http-proxy-middleware": "^1.0.5",
|
||||
"https": "^1.0.0",
|
||||
"immutable": "^4.0.0-rc.12",
|
||||
"intersection-observer": "^0.11.0",
|
||||
"jsonschema": "^1.2.7",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"jwt-simple": "^0.5.6",
|
||||
"lockfile": "^1.0.4",
|
||||
"luxon": "^1.25.0",
|
||||
"@babel/cli": "7.12.13",
|
||||
"@babel/core": "7.12.13",
|
||||
"@babel/node": "7.12.13",
|
||||
"@babel/plugin-proposal-class-properties": "7.12.13",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.12.13",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.12.13",
|
||||
"@babel/plugin-proposal-optional-chaining": "7.12.13",
|
||||
"@babel/preset-env": "7.12.13",
|
||||
"@babel/preset-react": "7.12.13",
|
||||
"@hookform/resolvers": "0.1.1",
|
||||
"@material-ui/core": "4.11.0",
|
||||
"@material-ui/icons": "4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.56",
|
||||
"ace-builds": "1.4.12",
|
||||
"atob": "2.1.2",
|
||||
"axios": "0.21.1",
|
||||
"babel-eslint": "10.1.0",
|
||||
"babel-loader": "8.1.0",
|
||||
"babel-plugin-module-resolver": "4.0.0",
|
||||
"babel-preset-react-hmre": "1.1.1",
|
||||
"body-parser": "1.19.0",
|
||||
"btoa": "1.2.1",
|
||||
"clsx": "1.1.1",
|
||||
"colors": "1.4.0",
|
||||
"compression": "1.7.4",
|
||||
"copy-webpack-plugin": "6.1.1",
|
||||
"cors": "2.8.5",
|
||||
"cross-env": "7.0.2",
|
||||
"dagre": "0.8.5",
|
||||
"dompurify": "2.2.6",
|
||||
"express": "4.14.0",
|
||||
"fs-extra": "9.0.1",
|
||||
"fuse.js": "6.4.1",
|
||||
"guacamole-lite": "0.6.3",
|
||||
"helmet": "4.1.1",
|
||||
"http": "0.0.1-security",
|
||||
"http-proxy-middleware": "1.0.5",
|
||||
"https": "1.0.0",
|
||||
"immutable": "4.0.0-rc.12",
|
||||
"intersection-observer": "0.11.0",
|
||||
"jsonschema": "1.2.7",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
"jwt-simple": "0.5.6",
|
||||
"lockfile": "1.0.4",
|
||||
"luxon": "1.25.0",
|
||||
"marked": "2.0.0",
|
||||
"morgan": "^1.10.0",
|
||||
"node-pre-gyp": "^0.15.0",
|
||||
"notistack": "^1.0.1",
|
||||
"path": "^0.12.7",
|
||||
"prop-types": "^15.7.2",
|
||||
"qrcode": "^1.4.4",
|
||||
"react": "^16.13.1",
|
||||
"react-ace": "^9.1.4",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-flow-renderer": "^5.11.1",
|
||||
"react-hook-form": "^6.8.6",
|
||||
"react-json-pretty": "^2.2.0",
|
||||
"react-minimal-pie-chart": "^8.1.0",
|
||||
"react-redux": "^7.2.1",
|
||||
"react-router": "^5.2.0",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-transition-group": "^4.4.1",
|
||||
"redux": "^4.0.4",
|
||||
"redux-thunk": "^2.3.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"socket.io": "^2.3.0",
|
||||
"socket.io-client": "^2.3.0",
|
||||
"speakeasy": "^2.0.0",
|
||||
"sprintf-js": "^1.1.2",
|
||||
"upcast": "^4.0.0",
|
||||
"url": "^0.11.0",
|
||||
"uuid": "^8.3.1",
|
||||
"webpack": "^4.43.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"webpack-node-externals": "^2.5.2",
|
||||
"window-or-global": "^1.0.1",
|
||||
"xml2js": "^0.4.23",
|
||||
"xmlrpc": "^1.3.2",
|
||||
"yaml": "^1.10.0",
|
||||
"yup": "^0.29.3",
|
||||
"zeromq": "^5.2.0"
|
||||
"morgan": "1.10.0",
|
||||
"notistack": "1.0.1",
|
||||
"path": "0.12.7",
|
||||
"prop-types": "15.7.2",
|
||||
"qrcode": "1.4.4",
|
||||
"react": "16.13.1",
|
||||
"react-ace": "9.1.4",
|
||||
"react-dom": "16.13.1",
|
||||
"react-flow-renderer": "5.11.1",
|
||||
"react-hook-form": "6.8.6",
|
||||
"react-json-pretty": "2.2.0",
|
||||
"react-minimal-pie-chart": "8.1.0",
|
||||
"react-redux": "7.2.1",
|
||||
"react-router": "5.2.0",
|
||||
"react-router-dom": "5.2.0",
|
||||
"react-transition-group": "4.4.1",
|
||||
"redux": "4.0.4",
|
||||
"redux-thunk": "2.3.0",
|
||||
"rimraf": "3.0.2",
|
||||
"socket.io": "2.3.0",
|
||||
"socket.io-client": "2.3.0",
|
||||
"speakeasy": "2.0.0",
|
||||
"sprintf-js": "1.1.2",
|
||||
"upcast": "4.0.0",
|
||||
"url": "0.11.0",
|
||||
"uuid": "8.3.1",
|
||||
"webpack": "4.43.0",
|
||||
"webpack-cli": "3.3.12",
|
||||
"webpack-node-externals": "2.5.2",
|
||||
"window-or-global": "1.0.1",
|
||||
"xml2js": "0.4.23",
|
||||
"xmlrpc": "1.3.2",
|
||||
"yaml": "1.10.0",
|
||||
"yup": "0.29.3",
|
||||
"zeromq": "5.2.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user