GUACAMOLE-926: Parse YAML, CSV, JSON on frontend and submit to API.

This commit is contained in:
James Muehlner
2023-01-24 19:20:03 +00:00
parent e6bd12ee4c
commit ec33c81f1a
64 changed files with 5093 additions and 9 deletions

View File

@@ -12,13 +12,18 @@
"angular-translate-interpolation-messageformat": "^2.19.0",
"angular-translate-loader-static-files": "^2.19.0",
"blob-polyfill": ">=7.0.20220408",
"csv": "^6.2.5",
"datalist-polyfill": "^1.25.1",
"file-saver": "^2.0.5",
"jquery": "^3.6.4",
"jstz": "^2.1.1",
"lodash": "^4.17.21"
"lodash": "^4.17.21",
"yaml": "^2.2.1"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^8.3.0",
"clean-webpack-plugin": "^4.0.0",
"closure-webpack-plugin": "^2.6.1",
"copy-webpack-plugin": "^5.1.2",