|
@@ -70,6 +70,7 @@
|
|
|
"medium-editor": "5.23.3",
|
|
"medium-editor": "5.23.3",
|
|
|
"page": "1.8.6",
|
|
"page": "1.8.6",
|
|
|
"plotly.js-dist": "1.45.3",
|
|
"plotly.js-dist": "1.45.3",
|
|
|
|
|
+ "qs": "6.9.4",
|
|
|
"regenerator-runtime": "^0.13.3",
|
|
"regenerator-runtime": "^0.13.3",
|
|
|
"removeNPMAbsolutePaths": "^1.0.4",
|
|
"removeNPMAbsolutePaths": "^1.0.4",
|
|
|
"sanitize-html": "^2.1.2",
|
|
"sanitize-html": "^2.1.2",
|
|
@@ -97,6 +98,7 @@
|
|
|
"@types/jquery": "3.5.0",
|
|
"@types/jquery": "3.5.0",
|
|
|
"@types/knockout": "3.4.67",
|
|
"@types/knockout": "3.4.67",
|
|
|
"@types/luxon": "1.25.0",
|
|
"@types/luxon": "1.25.0",
|
|
|
|
|
+ "@types/qs": "6.9.4",
|
|
|
"@types/sanitize-html": "1.27.0",
|
|
"@types/sanitize-html": "1.27.0",
|
|
|
"@types/webpack": "4.41.23",
|
|
"@types/webpack": "4.41.23",
|
|
|
"@typescript-eslint/eslint-plugin": "3.4.0",
|
|
"@typescript-eslint/eslint-plugin": "3.4.0",
|
|
@@ -159,7 +161,7 @@
|
|
|
"dev-workers": "webpack --config webpack.config.workers.js --watch -d",
|
|
"dev-workers": "webpack --config webpack.config.workers.js --watch -d",
|
|
|
"less": "./node_modules/.bin/grunt less",
|
|
"less": "./node_modules/.bin/grunt less",
|
|
|
"less-dev": "./node_modules/.bin/grunt watch",
|
|
"less-dev": "./node_modules/.bin/grunt watch",
|
|
|
- "style-lint": "stylelint \"desktop/core/src/desktop/static/desktop/less/**/*.less\" \"desktop/core/src/desktop/js/**/*.scss\"" ,
|
|
|
|
|
|
|
+ "style-lint": "stylelint \"desktop/core/src/desktop/static/desktop/less/**/*.less\" \"desktop/core/src/desktop/js/**/*.scss\"",
|
|
|
"style-lint-fix": "npm run style-lint -- --fix",
|
|
"style-lint-fix": "npm run style-lint -- --fix",
|
|
|
"lint": "eslint desktop/core/src/desktop/js tools/sql-docs tools/jison",
|
|
"lint": "eslint desktop/core/src/desktop/js tools/sql-docs tools/jison",
|
|
|
"lint-debug": "npm run lint -- --debug",
|
|
"lint-debug": "npm run lint -- --debug",
|