|
|
@@ -14,6 +14,7 @@
|
|
|
"@types/node": "^12.20.4",
|
|
|
"@types/react": "^17.0.2",
|
|
|
"@types/react-dom": "^17.0.1",
|
|
|
+ "gethue": "file:../../../../npm_dist",
|
|
|
"react": "^17.0.1",
|
|
|
"react-dom": "^17.0.1",
|
|
|
"react-scripts": "4.0.3",
|
|
|
@@ -21,6 +22,124 @@
|
|
|
"web-vitals": "^1.1.0"
|
|
|
}
|
|
|
},
|
|
|
+ "../../../../npm_dist": {
|
|
|
+ "name": "gethue",
|
|
|
+ "version": "4.9.0",
|
|
|
+ "license": "Apache-2.0",
|
|
|
+ "dependencies": {
|
|
|
+ "@types/lodash": "^4.14.161",
|
|
|
+ "axios": "0.21.1",
|
|
|
+ "clipboard": "1.7.1",
|
|
|
+ "core-js": "^3.4.2",
|
|
|
+ "d3": "5.7.0",
|
|
|
+ "d3v3": "1.0.3",
|
|
|
+ "dropzone": "5.5.1",
|
|
|
+ "file-saver": "^2.0.2",
|
|
|
+ "filesize": "4.0.0",
|
|
|
+ "jquery": "3.5.1",
|
|
|
+ "jquery-contextmenu": "^2.9.0",
|
|
|
+ "jquery-form": "4.2.2",
|
|
|
+ "jquery-mousewheel": "3.1.13",
|
|
|
+ "jquery-ui": "1.12.1",
|
|
|
+ "jquery.cookie": "1.4.1",
|
|
|
+ "knockout": "3.5.1",
|
|
|
+ "knockout-sortable": "1.2.0",
|
|
|
+ "knockout-switch-case": "2.1.0",
|
|
|
+ "knockout.mapping": "2.4.3",
|
|
|
+ "knockout.validation": "2.0.3",
|
|
|
+ "less": "^3.10.3",
|
|
|
+ "localforage": "1.7.3",
|
|
|
+ "lodash": "4.17.19",
|
|
|
+ "luxon": "1.25.0",
|
|
|
+ "medium-editor": "5.23.3",
|
|
|
+ "mustache": "4.1.0",
|
|
|
+ "page": "1.8.6",
|
|
|
+ "plotly.js-dist": "1.45.3",
|
|
|
+ "qs": "6.9.4",
|
|
|
+ "regenerator-runtime": "^0.13.3",
|
|
|
+ "removeNPMAbsolutePaths": "^1.0.4",
|
|
|
+ "sanitize-html": "^2.1.2",
|
|
|
+ "select2": "3.5.1",
|
|
|
+ "selectize": "0.12.6",
|
|
|
+ "selectize-plugin-clear": "0.0.3",
|
|
|
+ "sprintf-js": "1.1.2",
|
|
|
+ "vue": "^3.0.5",
|
|
|
+ "vue-custom-element": "3.2.14",
|
|
|
+ "vue3-datepicker": "^0.2.4"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "@babel/core": "7.10.2",
|
|
|
+ "@babel/node": "7.10.1",
|
|
|
+ "@babel/plugin-proposal-class-properties": "7.10.1",
|
|
|
+ "@babel/plugin-proposal-decorators": "^7.10.3",
|
|
|
+ "@babel/plugin-proposal-object-rest-spread": "7.10.1",
|
|
|
+ "@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
|
+ "@babel/preset-env": "7.10.2",
|
|
|
+ "@babel/preset-typescript": "7.10.1",
|
|
|
+ "@types/jest": "26.0.0",
|
|
|
+ "@types/jquery": "3.5.0",
|
|
|
+ "@types/knockout": "3.4.67",
|
|
|
+ "@types/luxon": "1.25.0",
|
|
|
+ "@types/qs": "6.9.4",
|
|
|
+ "@types/sanitize-html": "1.27.0",
|
|
|
+ "@types/webpack": "4.41.23",
|
|
|
+ "@typescript-eslint/eslint-plugin": "3.4.0",
|
|
|
+ "@typescript-eslint/parser": "3.4.0",
|
|
|
+ "@vue/compiler-sfc": "^3.0.5",
|
|
|
+ "@vue/test-utils": "^2.0.0-rc.1",
|
|
|
+ "babel-core": "^7.0.0-bridge.0",
|
|
|
+ "babel-eslint": "10.1.0",
|
|
|
+ "babel-jest": "26.0.1",
|
|
|
+ "babel-jscs": "3.0.0-beta1",
|
|
|
+ "babel-loader": "8.1.0",
|
|
|
+ "babel-plugin-module-resolver": "4.0.0",
|
|
|
+ "babel-preset-typescript-vue3": "^2.0.8",
|
|
|
+ "clean-webpack-plugin": "1.0.1",
|
|
|
+ "copy-webpack-plugin": "^6.0.3",
|
|
|
+ "css-loader": "^3.4.2",
|
|
|
+ "eslint": "7.2.0",
|
|
|
+ "eslint-config-prettier": "6.11.0",
|
|
|
+ "eslint-plugin-jest": "23.13.2",
|
|
|
+ "eslint-plugin-prettier": "3.1.4",
|
|
|
+ "eslint-plugin-vue": "^7.5.0",
|
|
|
+ "expose-loader": "0.7.5",
|
|
|
+ "grunt": "^1.1.0",
|
|
|
+ "grunt-contrib-less": "2.0.0",
|
|
|
+ "grunt-contrib-watch": "1.1.0",
|
|
|
+ "identity-obj-proxy": "^3.0.0",
|
|
|
+ "jest": "26.0.1",
|
|
|
+ "jest-environment-jsdom-sixteen": "1.0.3",
|
|
|
+ "jsdom": "16.4.0",
|
|
|
+ "less-loader": "6.1.2",
|
|
|
+ "lesshint": "6.3.7",
|
|
|
+ "license-checker": "^25.0.1",
|
|
|
+ "load-grunt-tasks": "4.0.0",
|
|
|
+ "markdown": "0.5.0",
|
|
|
+ "node-sass": "4.14.1",
|
|
|
+ "npm-dts-webpack-plugin": "1.3.7",
|
|
|
+ "prettier": "2.0.5",
|
|
|
+ "sass-loader": "8.0.2",
|
|
|
+ "source-map-loader": "1.0.0",
|
|
|
+ "style-loader": "^2.0.0",
|
|
|
+ "stylelint": "13.6.0",
|
|
|
+ "stylelint-config-standard": "20.0.0",
|
|
|
+ "stylelint-scss": "3.18.0",
|
|
|
+ "ts-jest": "^26.5.1",
|
|
|
+ "ts-loader": "7.0.5",
|
|
|
+ "typescript": "3.9.5",
|
|
|
+ "vti": "0.0.24",
|
|
|
+ "vue-jest": "^5.0.0-alpha.8",
|
|
|
+ "vue-loader": "^16.1.2",
|
|
|
+ "webpack": "4.43.0",
|
|
|
+ "webpack-bundle-analyzer": "3.8.0",
|
|
|
+ "webpack-bundle-tracker": "0.4.3",
|
|
|
+ "webpack-clean-obsolete-chunks": "0.4.0",
|
|
|
+ "webpack-cli": "3.3.11"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@babel/code-frame": {
|
|
|
"version": "7.12.13",
|
|
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz",
|
|
|
@@ -8852,6 +8971,10 @@
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/gethue": {
|
|
|
+ "resolved": "../../../../npm_dist",
|
|
|
+ "link": true
|
|
|
+ },
|
|
|
"node_modules/getpass": {
|
|
|
"version": "0.1.7",
|
|
|
"resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
|
|
|
@@ -28202,6 +28325,117 @@
|
|
|
"resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
|
|
|
"integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg="
|
|
|
},
|
|
|
+ "gethue": {
|
|
|
+ "version": "file:../../../../npm_dist",
|
|
|
+ "requires": {
|
|
|
+ "@babel/core": "7.10.2",
|
|
|
+ "@babel/node": "7.10.1",
|
|
|
+ "@babel/plugin-proposal-class-properties": "7.10.1",
|
|
|
+ "@babel/plugin-proposal-decorators": "^7.10.3",
|
|
|
+ "@babel/plugin-proposal-object-rest-spread": "7.10.1",
|
|
|
+ "@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
|
+ "@babel/preset-env": "7.10.2",
|
|
|
+ "@babel/preset-typescript": "7.10.1",
|
|
|
+ "@types/jest": "26.0.0",
|
|
|
+ "@types/jquery": "3.5.0",
|
|
|
+ "@types/knockout": "3.4.67",
|
|
|
+ "@types/lodash": "^4.14.161",
|
|
|
+ "@types/luxon": "1.25.0",
|
|
|
+ "@types/qs": "6.9.4",
|
|
|
+ "@types/sanitize-html": "1.27.0",
|
|
|
+ "@types/webpack": "4.41.23",
|
|
|
+ "@typescript-eslint/eslint-plugin": "3.4.0",
|
|
|
+ "@typescript-eslint/parser": "3.4.0",
|
|
|
+ "@vue/compiler-sfc": "^3.0.5",
|
|
|
+ "@vue/test-utils": "^2.0.0-rc.1",
|
|
|
+ "axios": "0.21.1",
|
|
|
+ "babel-core": "^7.0.0-bridge.0",
|
|
|
+ "babel-eslint": "10.1.0",
|
|
|
+ "babel-jest": "26.0.1",
|
|
|
+ "babel-jscs": "3.0.0-beta1",
|
|
|
+ "babel-loader": "8.1.0",
|
|
|
+ "babel-plugin-module-resolver": "4.0.0",
|
|
|
+ "babel-preset-typescript-vue3": "^2.0.8",
|
|
|
+ "clean-webpack-plugin": "1.0.1",
|
|
|
+ "clipboard": "1.7.1",
|
|
|
+ "copy-webpack-plugin": "^6.0.3",
|
|
|
+ "core-js": "^3.4.2",
|
|
|
+ "css-loader": "^3.4.2",
|
|
|
+ "d3": "5.7.0",
|
|
|
+ "d3v3": "1.0.3",
|
|
|
+ "dropzone": "5.5.1",
|
|
|
+ "eslint": "7.2.0",
|
|
|
+ "eslint-config-prettier": "6.11.0",
|
|
|
+ "eslint-plugin-jest": "23.13.2",
|
|
|
+ "eslint-plugin-prettier": "3.1.4",
|
|
|
+ "eslint-plugin-vue": "^7.5.0",
|
|
|
+ "expose-loader": "0.7.5",
|
|
|
+ "file-saver": "^2.0.2",
|
|
|
+ "filesize": "4.0.0",
|
|
|
+ "grunt": "^1.1.0",
|
|
|
+ "grunt-contrib-less": "2.0.0",
|
|
|
+ "grunt-contrib-watch": "1.1.0",
|
|
|
+ "identity-obj-proxy": "^3.0.0",
|
|
|
+ "jest": "26.0.1",
|
|
|
+ "jest-environment-jsdom-sixteen": "1.0.3",
|
|
|
+ "jquery": "3.5.1",
|
|
|
+ "jquery-contextmenu": "^2.9.0",
|
|
|
+ "jquery-form": "4.2.2",
|
|
|
+ "jquery-mousewheel": "3.1.13",
|
|
|
+ "jquery-ui": "1.12.1",
|
|
|
+ "jquery.cookie": "1.4.1",
|
|
|
+ "jsdom": "16.4.0",
|
|
|
+ "knockout": "3.5.1",
|
|
|
+ "knockout-sortable": "1.2.0",
|
|
|
+ "knockout-switch-case": "2.1.0",
|
|
|
+ "knockout.mapping": "2.4.3",
|
|
|
+ "knockout.validation": "2.0.3",
|
|
|
+ "less": "^3.10.3",
|
|
|
+ "less-loader": "6.1.2",
|
|
|
+ "lesshint": "6.3.7",
|
|
|
+ "license-checker": "^25.0.1",
|
|
|
+ "load-grunt-tasks": "4.0.0",
|
|
|
+ "localforage": "1.7.3",
|
|
|
+ "lodash": "4.17.19",
|
|
|
+ "luxon": "1.25.0",
|
|
|
+ "markdown": "0.5.0",
|
|
|
+ "medium-editor": "5.23.3",
|
|
|
+ "mustache": "4.1.0",
|
|
|
+ "node-sass": "4.14.1",
|
|
|
+ "npm-dts-webpack-plugin": "1.3.7",
|
|
|
+ "page": "1.8.6",
|
|
|
+ "plotly.js-dist": "1.45.3",
|
|
|
+ "prettier": "2.0.5",
|
|
|
+ "qs": "6.9.4",
|
|
|
+ "regenerator-runtime": "^0.13.3",
|
|
|
+ "removeNPMAbsolutePaths": "^1.0.4",
|
|
|
+ "sanitize-html": "^2.1.2",
|
|
|
+ "sass-loader": "8.0.2",
|
|
|
+ "select2": "3.5.1",
|
|
|
+ "selectize": "0.12.6",
|
|
|
+ "selectize-plugin-clear": "0.0.3",
|
|
|
+ "source-map-loader": "1.0.0",
|
|
|
+ "sprintf-js": "1.1.2",
|
|
|
+ "style-loader": "^2.0.0",
|
|
|
+ "stylelint": "13.6.0",
|
|
|
+ "stylelint-config-standard": "20.0.0",
|
|
|
+ "stylelint-scss": "3.18.0",
|
|
|
+ "ts-jest": "^26.5.1",
|
|
|
+ "ts-loader": "7.0.5",
|
|
|
+ "typescript": "3.9.5",
|
|
|
+ "vti": "0.0.24",
|
|
|
+ "vue": "^3.0.5",
|
|
|
+ "vue-custom-element": "3.2.14",
|
|
|
+ "vue-jest": "^5.0.0-alpha.8",
|
|
|
+ "vue-loader": "^16.1.2",
|
|
|
+ "vue3-datepicker": "^0.2.4",
|
|
|
+ "webpack": "4.43.0",
|
|
|
+ "webpack-bundle-analyzer": "3.8.0",
|
|
|
+ "webpack-bundle-tracker": "0.4.3",
|
|
|
+ "webpack-clean-obsolete-chunks": "0.4.0",
|
|
|
+ "webpack-cli": "3.3.11"
|
|
|
+ }
|
|
|
+ },
|
|
|
"getpass": {
|
|
|
"version": "0.1.7",
|
|
|
"resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
|