mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
bba29b083f
* Transaction fix (#4421) (#4461) * When transaction is active, objects.get should search in dirty object first. * Bugfix/create tree node (#4472) * Transaction fix (#4421) * When transaction is active, objects.get should search in dirty object first. * find insert location prior to adding item to tree * no need to resort * add item should only add to direct descendants * remove unused function * copy composition before sorting * remove unused var * remove master pollution * Revert "remove master pollution" * add item to correct location * Changed descending to ascending in sort order method (#4480) * adding RAF to display layout alphanumerics (#4486) * [Tabs] Sizing of offscreen tabs causing issues (#4444) * [LAD Tables] Use RAF for updating template (#4500) * Fixes LAD rows for string telemetry (#4508) * Fixes LAD rows for string telemetry * saving the object if it was missing (#4471) * 4328 - Maintain reference to a focusedImage if the bounds change (#4545) * WIP: adding assertions to catch negative index state * just testing the flow * SUpdate the image history index to previous selected image * Cleaning up spacing and log statements * Converted focusedImageIndex assignment to ternary and general cleanup * imported objects are not persisting (#4477) * imported objects are not persisting #4470 * disabled karma spec reporter suppressErrorSummary * update version number * Delete importFromJsonAction directory since it was empty
119 lines
4.3 KiB
JSON
119 lines
4.3 KiB
JSON
{
|
|
"name": "openmct",
|
|
"version": "1.8.1",
|
|
"description": "The Open MCT core platform",
|
|
"devDependencies": {
|
|
"@braintree/sanitize-url": "^5.0.2",
|
|
"@percy/cli": "^1.0.0-beta.70",
|
|
"@percy/playwright": "^1.0.1",
|
|
"@playwright/test": "^1.16.3",
|
|
"allure-playwright": "^2.0.0-beta.14",
|
|
"angular": ">=1.8.0",
|
|
"angular-route": "1.4.14",
|
|
"babel-eslint": "10.0.3",
|
|
"comma-separated-values": "^3.6.4",
|
|
"concurrently": "^3.6.1",
|
|
"copy-webpack-plugin": "^4.5.2",
|
|
"cross-env": "^6.0.3",
|
|
"css-loader": "^1.0.0",
|
|
"d3-axis": "1.0.x",
|
|
"d3-scale": "1.0.x",
|
|
"d3-selection": "1.3.x",
|
|
"eslint": "7.0.0",
|
|
"eslint-plugin-playwright": "0.6.0",
|
|
"eslint-plugin-vue": "^7.5.0",
|
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0",
|
|
"eventemitter3": "^1.2.0",
|
|
"exports-loader": "^0.7.0",
|
|
"express": "^4.13.1",
|
|
"fast-sass-loader": "1.4.6",
|
|
"file-loader": "^1.1.11",
|
|
"file-saver": "^1.3.8",
|
|
"git-rev-sync": "^1.4.0",
|
|
"glob": ">= 3.0.0",
|
|
"html-loader": "^0.5.5",
|
|
"html2canvas": "^1.0.0-rc.7",
|
|
"imports-loader": "^0.8.0",
|
|
"istanbul-instrumenter-loader": "^3.0.1",
|
|
"jasmine-core": "^3.7.1",
|
|
"jsdoc": "^3.3.2",
|
|
"karma": "6.3.9",
|
|
"karma-chrome-launcher": "3.1.0",
|
|
"karma-cli": "2.0.0",
|
|
"karma-coverage": "2.1.0",
|
|
"karma-coverage-istanbul-reporter": "3.0.3",
|
|
"karma-firefox-launcher": "2.1.2",
|
|
"karma-jasmine": "4.0.1",
|
|
"karma-junit-reporter": "2.0.1",
|
|
"karma-sourcemap-loader": "0.3.8",
|
|
"karma-spec-reporter": "0.0.32",
|
|
"karma-webpack": "4.0.2",
|
|
"location-bar": "^3.0.1",
|
|
"lodash": "^4.17.12",
|
|
"markdown-toc": "^0.11.7",
|
|
"marked": "^0.3.5",
|
|
"mini-css-extract-plugin": "^0.4.1",
|
|
"minimist": "^1.2.5",
|
|
"moment": "2.25.3",
|
|
"moment-duration-format": "^2.2.2",
|
|
"moment-timezone": "0.5.28",
|
|
"node-bourbon": "^4.2.3",
|
|
"node-sass": "^4.14.1",
|
|
"painterro": "^1.2.56",
|
|
"playwright": "^1.16.3",
|
|
"plotly.js-basic-dist": "^2.5.0",
|
|
"plotly.js-gl2d-dist": "^2.5.0",
|
|
"printj": "^1.2.1",
|
|
"raw-loader": "^0.5.1",
|
|
"request": "^2.69.0",
|
|
"sinon": "^12.0.1",
|
|
"split": "^1.0.0",
|
|
"style-loader": "^1.0.1",
|
|
"uuid": "^3.3.3",
|
|
"v8-compile-cache": "^1.1.0",
|
|
"vue": "2.5.6",
|
|
"vue-eslint-parser": "7.11.0",
|
|
"vue-loader": "^15.2.6",
|
|
"vue-template-compiler": "2.5.6",
|
|
"webpack": "^4.16.2",
|
|
"webpack-cli": "^3.1.0",
|
|
"webpack-dev-middleware": "^3.1.3",
|
|
"webpack-hot-middleware": "^2.22.3",
|
|
"zepto": "^1.2.0"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf ./dist /node_modules; rm package-lock.json",
|
|
"clean-test-lint": "npm run clean; npm install ; npm run test; npm run lint",
|
|
"start": "node app.js",
|
|
"lint": "eslint platform example src --ext .js,.vue openmct.js",
|
|
"lint:fix": "eslint platform example src --ext .js,.vue openmct.js --fix",
|
|
"build:prod": "cross-env NODE_ENV=production webpack",
|
|
"build:dev": "webpack",
|
|
"build:watch": "webpack --watch",
|
|
"test": "cross-env NODE_OPTIONS=\"--max_old_space_size=4096\" karma start --single-run",
|
|
"test:debug": "cross-env NODE_ENV=debug karma start --no-single-run",
|
|
"test:coverage": "cross-env NODE_OPTIONS=\"--max_old_space_size=4096\" COVERAGE=true karma start --single-run",
|
|
"test:coverage:firefox": "cross-env NODE_OPTIONS=\"--max_old_space_size=4096\" karma start --single-run --browsers=FirefoxHeadless",
|
|
"test:e2e:ci": "npx playwright test --config=e2e/playwright-ci.config.js smoke",
|
|
"test:e2e:local": "npx playwright test --config=e2e/playwright-local.config.js",
|
|
"test:e2e:visual": "percy exec -- npx playwright test --config=e2e/playwright-visual.config.js default",
|
|
"test:e2e:full": "npx playwright test --config=e2e/playwright-ci.config.js",
|
|
"test:watch": "cross-env NODE_OPTIONS=\"--max_old_space_size=4096\" karma start --no-single-run",
|
|
"verify": "concurrently 'npm:test' 'npm:lint'",
|
|
"jsdoc": "jsdoc -c jsdoc.json -R API.md -r -d dist/docs/api",
|
|
"otherdoc": "node docs/gendocs.js --in docs/src --out dist/docs --suppress-toc 'docs/src/index.md|docs/src/process/index.md'",
|
|
"docs": "npm run jsdoc ; npm run otherdoc",
|
|
"prepare": "npm run build:prod"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nasa/openmct.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.12.2 <16.0.0"
|
|
},
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"private": true
|
|
}
|