2015-07-21 14:24:17 -07:00
|
|
|
{
|
2016-05-04 10:08:55 -07:00
|
|
|
"name": "openmct",
|
2024-09-10 16:14:22 -07:00
|
|
|
"version": "4.1.0-next",
|
2016-04-04 09:32:21 -07:00
|
|
|
"description": "The Open MCT core platform",
|
2024-03-28 14:49:00 -07:00
|
|
|
"module": "dist/openmct.js",
|
2023-12-14 05:50:17 -08:00
|
|
|
"main": "dist/openmct.js",
|
2024-03-28 14:49:00 -07:00
|
|
|
"types": "dist/types/index.d.ts",
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"import": "./dist/openmct.js",
|
|
|
|
"require": "./dist/openmct.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"workspaces": [
|
|
|
|
"e2e"
|
|
|
|
],
|
2018-08-07 14:47:50 -07:00
|
|
|
"devDependencies": {
|
2024-01-02 08:22:06 -08:00
|
|
|
"@babel/eslint-parser": "7.23.3",
|
2023-10-30 23:05:33 +00:00
|
|
|
"@braintree/sanitize-url": "6.0.4",
|
2023-12-20 11:23:24 -08:00
|
|
|
"@types/d3-axis": "3.0.6",
|
|
|
|
"@types/d3-scale": "4.0.8",
|
|
|
|
"@types/d3-selection": "3.0.10",
|
2024-03-26 16:52:33 -07:00
|
|
|
"@types/d3-shape": "3.0.0",
|
2023-01-13 21:12:08 -05:00
|
|
|
"@types/eventemitter3": "1.2.0",
|
2023-11-09 07:51:38 -08:00
|
|
|
"@types/jasmine": "5.1.2",
|
2024-03-19 22:57:38 -07:00
|
|
|
"@types/lodash": "4.17.0",
|
2024-01-02 17:46:40 +00:00
|
|
|
"@vue/compiler-sfc": "3.4.3",
|
2022-12-08 22:45:25 +00:00
|
|
|
"babel-loader": "9.1.0",
|
2022-03-22 16:04:23 -07:00
|
|
|
"babel-plugin-istanbul": "6.1.1",
|
2022-09-30 17:17:02 +02:00
|
|
|
"codecov": "3.8.3",
|
2022-02-07 12:53:08 -08:00
|
|
|
"comma-separated-values": "3.6.4",
|
2024-03-11 16:33:15 -07:00
|
|
|
"copy-webpack-plugin": "12.0.2",
|
2023-10-28 14:57:47 +00:00
|
|
|
"cspell": "7.3.8",
|
2024-03-03 08:29:37 -08:00
|
|
|
"css-loader": "6.10.0",
|
2022-05-09 20:58:12 +00:00
|
|
|
"d3-axis": "3.0.0",
|
2023-11-28 14:07:34 -08:00
|
|
|
"d3-scale": "4.0.2",
|
2022-05-09 20:58:12 +00:00
|
|
|
"d3-selection": "3.0.0",
|
2024-03-26 16:52:33 -07:00
|
|
|
"d3-shape": "3.0.0",
|
2024-02-06 16:16:22 -08:00
|
|
|
"eslint": "8.56.0",
|
|
|
|
"eslint-config-prettier": "9.1.0",
|
2023-10-03 16:56:06 +00:00
|
|
|
"eslint-plugin-compat": "4.2.0",
|
2023-10-16 09:26:12 -07:00
|
|
|
"eslint-plugin-no-unsanitized": "4.0.2",
|
2024-08-07 14:36:14 -07:00
|
|
|
"eslint-plugin-playwright": "1.5.2",
|
2024-02-06 16:16:22 -08:00
|
|
|
"eslint-plugin-prettier": "5.1.3",
|
2023-08-31 22:40:00 +02:00
|
|
|
"eslint-plugin-simple-import-sort": "10.0.0",
|
2023-11-09 08:06:08 -08:00
|
|
|
"eslint-plugin-unicorn": "49.0.0",
|
2024-03-04 15:57:12 -08:00
|
|
|
"eslint-plugin-vue": "9.22.0",
|
2023-11-07 07:41:02 -08:00
|
|
|
"eslint-plugin-you-dont-need-lodash-underscore": "6.13.0",
|
2024-05-14 14:51:33 -07:00
|
|
|
"eventemitter3": "5.0.1",
|
2022-02-15 14:07:58 +01:00
|
|
|
"file-saver": "2.0.5",
|
2023-06-27 08:12:02 +00:00
|
|
|
"flatbush": "4.2.0",
|
2022-03-22 20:20:39 -07:00
|
|
|
"git-rev-sync": "3.0.2",
|
2022-02-07 12:53:08 -08:00
|
|
|
"html2canvas": "1.4.1",
|
2024-03-11 16:03:12 -07:00
|
|
|
"imports-loader": "5.0.0",
|
2023-10-20 23:20:32 +00:00
|
|
|
"jasmine-core": "5.1.1",
|
2023-04-25 22:30:58 +00:00
|
|
|
"karma": "6.4.2",
|
2023-04-25 22:43:41 +00:00
|
|
|
"karma-chrome-launcher": "3.2.0",
|
2020-08-10 09:47:04 -07:00
|
|
|
"karma-cli": "2.0.0",
|
2022-05-10 03:37:05 +00:00
|
|
|
"karma-coverage": "2.2.0",
|
2020-08-10 09:47:04 -07:00
|
|
|
"karma-coverage-istanbul-reporter": "3.0.3",
|
2022-07-14 17:16:50 -07:00
|
|
|
"karma-jasmine": "5.1.0",
|
2021-09-18 13:00:16 -07:00
|
|
|
"karma-junit-reporter": "2.0.1",
|
2023-03-31 02:53:09 -07:00
|
|
|
"karma-sourcemap-loader": "0.4.0",
|
2023-01-03 13:32:19 -08:00
|
|
|
"karma-spec-reporter": "0.0.36",
|
2024-03-11 16:03:50 -07:00
|
|
|
"karma-webpack": "5.0.1",
|
2022-03-16 14:44:41 -07:00
|
|
|
"location-bar": "3.0.1",
|
2022-03-28 17:32:05 -07:00
|
|
|
"lodash": "4.17.21",
|
2024-03-03 08:41:49 -08:00
|
|
|
"marked": "12.0.0",
|
2023-06-05 20:02:59 -07:00
|
|
|
"mini-css-extract-plugin": "2.7.6",
|
2024-01-29 12:27:25 -08:00
|
|
|
"moment": "2.30.1",
|
2022-04-17 20:18:13 +00:00
|
|
|
"moment-duration-format": "2.3.2",
|
2023-02-27 23:44:34 +00:00
|
|
|
"moment-timezone": "0.5.41",
|
2024-03-11 15:40:13 -07:00
|
|
|
"npm-run-all2": "6.1.2",
|
2022-09-30 17:17:02 +02:00
|
|
|
"nyc": "15.1.0",
|
2023-10-29 15:55:57 +00:00
|
|
|
"painterro": "1.2.87",
|
2024-03-04 16:22:18 -08:00
|
|
|
"plotly.js-basic-dist-min": "2.29.1",
|
2023-12-20 11:23:24 -08:00
|
|
|
"plotly.js-gl2d-dist-min": "2.20.0",
|
2024-02-06 16:16:22 -08:00
|
|
|
"prettier": "3.2.5",
|
|
|
|
"prettier-eslint": "16.3.0",
|
2022-03-23 08:03:37 -07:00
|
|
|
"printj": "1.3.1",
|
2022-04-18 15:48:03 -07:00
|
|
|
"resolve-url-loader": "5.0.0",
|
2024-03-04 13:20:17 -08:00
|
|
|
"sanitize-html": "2.12.1",
|
2024-03-11 15:42:05 -07:00
|
|
|
"sass": "1.71.1",
|
2024-03-04 19:10:15 -08:00
|
|
|
"sass-loader": "14.1.1",
|
2023-06-02 21:47:13 +00:00
|
|
|
"style-loader": "3.3.3",
|
2023-12-20 11:23:24 -08:00
|
|
|
"terser-webpack-plugin": "5.3.9",
|
2023-10-10 16:29:01 -04:00
|
|
|
"tiny-emitter": "2.1.0",
|
2024-01-02 09:04:52 -08:00
|
|
|
"typescript": "5.3.3",
|
2023-11-06 15:33:06 -08:00
|
|
|
"uuid": "9.0.1",
|
2024-04-22 13:19:00 -07:00
|
|
|
"vue": "3.4.24",
|
2024-03-03 08:55:45 -08:00
|
|
|
"vue-eslint-parser": "9.4.2",
|
2023-09-03 08:14:54 -07:00
|
|
|
"vue-loader": "16.8.3",
|
2024-03-04 13:42:26 -08:00
|
|
|
"webpack": "5.90.3",
|
2023-05-24 10:35:28 -07:00
|
|
|
"webpack-cli": "5.1.1",
|
2024-03-04 16:11:50 -08:00
|
|
|
"webpack-dev-server": "5.0.2",
|
2023-11-07 00:09:51 +00:00
|
|
|
"webpack-merge": "5.10.0"
|
2015-07-21 14:24:17 -07:00
|
|
|
},
|
|
|
|
"scripts": {
|
2024-06-21 16:37:36 -07:00
|
|
|
"clean": "rm -rf ./dist ./node_modules ./coverage ./html-test-results ./e2e/test-results ./.nyc_output ./e2e/.nyc_output",
|
2024-03-28 14:49:00 -07:00
|
|
|
"start": "npx webpack serve --config ./.webpack/webpack.dev.mjs",
|
|
|
|
"start:prod": "npx webpack serve --config ./.webpack/webpack.prod.mjs",
|
|
|
|
"start:coverage": "npx webpack serve --config ./.webpack/webpack.coverage.mjs",
|
2023-10-10 16:29:01 -04:00
|
|
|
"lint:js": "eslint \"example/**/*.js\" \"src/**/*.js\" \"e2e/**/*.js\" \"openmct.js\" --max-warnings=0",
|
|
|
|
"lint:vue": "eslint \"src/**/*.vue\"",
|
2023-10-04 05:47:49 -07:00
|
|
|
"lint:spelling": "cspell \"**/*.{js,md,vue}\" --show-context --gitignore --quiet",
|
2023-08-31 01:12:06 +02:00
|
|
|
"lint": "run-p \"lint:js -- {1}\" \"lint:vue -- {1}\" \"lint:spelling -- {1}\" --",
|
2022-05-19 16:09:22 -07:00
|
|
|
"lint:fix": "eslint example src e2e --ext .js,.vue openmct.js --fix",
|
2024-03-28 14:49:00 -07:00
|
|
|
"build:prod": "webpack --config ./.webpack/webpack.prod.mjs",
|
|
|
|
"build:dev": "webpack --config ./.webpack/webpack.dev.mjs",
|
|
|
|
"build:coverage": "webpack --config ./.webpack/webpack.coverage.mjs",
|
|
|
|
"build:watch": "webpack --config ./.webpack/webpack.dev.mjs --watch",
|
2022-02-15 14:00:37 -08:00
|
|
|
"info": "npx envinfo --system --browsers --npmPackages --binaries --languages --markdown",
|
2024-01-02 10:24:22 -05:00
|
|
|
"test": "karma start karma.conf.cjs",
|
|
|
|
"test:debug": "KARMA_DEBUG=true karma start karma.conf.cjs",
|
2024-03-28 14:49:00 -07:00
|
|
|
"test:e2e": "npm test --workspace e2e",
|
|
|
|
"test:e2e:a11y": "npm test --workspace e2e -- --config=playwright-visual-a11y.config.js --project=chrome --grep @a11y",
|
|
|
|
"test:e2e:mobile": "npm test --workspace e2e -- --config=playwright-mobile.config.js",
|
|
|
|
"test:e2e:couchdb": "npm test --workspace e2e -- --config=playwright-ci.config.js --project=chrome --grep @couchdb --workers=1",
|
2024-08-07 14:36:14 -07:00
|
|
|
"test:e2e:ci": "npm test --workspace e2e -- --config=playwright-ci.config.js --project=chrome --grep-invert \"@couchdb|@generatedata\"",
|
2024-03-28 14:49:00 -07:00
|
|
|
"test:e2e:local": "npm test --workspace e2e -- --config=playwright-local.config.js --project=chrome",
|
|
|
|
"test:e2e:generatedata": "npm test --workspace e2e -- --config=playwright-ci.config.js --project=chrome --grep @generatedata",
|
|
|
|
"test:e2e:checksnapshots": "npm test --workspace e2e -- --config=playwright-ci.config.js --project=chrome --grep @snapshot --retries=0",
|
|
|
|
"test:e2e:updatesnapshots": "npm test --workspace e2e -- --config=playwright-ci.config.js --project=chrome --grep @snapshot --update-snapshots",
|
2024-08-07 14:36:14 -07:00
|
|
|
"test:e2e:visual:ci": "npm run test:visual --workspace e2e -- --config .percy.ci.yml --partial -- npx playwright test --config=playwright-visual-a11y.config.js --project=chrome",
|
|
|
|
"test:e2e:visual:full": "npm run test:visual --workspace e2e -- --config .percy.nightly.yml -- npx playwright test --config=playwright-visual-a11y.config.js",
|
2024-03-28 14:49:00 -07:00
|
|
|
"test:e2e:full": "npm test --workspace e2e -- --config=playwright-ci.config.js --grep-invert @couchdb",
|
|
|
|
"test:e2e:watch": "npm test --workspace e2e -- --ui --config=playwright-watch.config.js",
|
|
|
|
"test:perf:contract": "npm test --workspace e2e -- --config=playwright-performance-dev.config.js",
|
|
|
|
"test:perf:localhost": "npm test --workspace e2e -- --config=playwright-performance-prod.config.js --project=chrome",
|
|
|
|
"test:perf:memory": "npm test --workspace e2e -- --config=playwright-performance-prod.config.js --project=chrome-memory",
|
2022-01-18 18:52:24 +01:00
|
|
|
"update-about-dialog-copyright": "perl -pi -e 's/20\\d\\d\\-202\\d/2014\\-2023/gm' ./src/ui/layout/AboutDialog.vue",
|
2024-01-09 13:31:51 -08:00
|
|
|
"update-copyright-date": "npm run update-about-dialog-copyright && grep -lr --null --include=*.{js,scss,vue,ts,sh,html,md,frag} 'Copyright (c) 20' . | xargs -r0 perl -pi -e 's/Copyright\\s\\(c\\)\\s20\\d\\d\\-20\\d\\d/Copyright \\(c\\)\\ 2014\\-2024/gm'",
|
2022-09-30 17:17:02 +02:00
|
|
|
"cov:e2e:report": "nyc report --reporter=lcovonly --report-dir=./coverage/e2e",
|
|
|
|
"cov:e2e:full:publish": "codecov --disable=gcov -f ./coverage/e2e/lcov.info -F e2e-full",
|
2024-08-07 14:36:14 -07:00
|
|
|
"cov:e2e:ci:publish": "codecov --disable=gcov -f ./coverage/e2e/lcov.info -F e2e-ci",
|
2022-09-30 17:17:02 +02:00
|
|
|
"cov:unit:publish": "codecov --disable=gcov -f ./coverage/unit/lcov.info -F unit",
|
2022-10-21 17:29:52 -07:00
|
|
|
"prepare": "npm run build:prod && npx tsc"
|
2015-07-21 14:24:17 -07:00
|
|
|
},
|
2023-08-21 22:32:07 +02:00
|
|
|
"homepage": "https://nasa.github.io/openmct",
|
2015-07-21 14:24:17 -07:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-12-01 09:44:03 -08:00
|
|
|
"url": "git+https://github.com/nasa/openmct.git"
|
2015-07-21 14:24:17 -07:00
|
|
|
},
|
2021-07-14 09:26:38 -07:00
|
|
|
"engines": {
|
2023-11-28 13:05:28 -08:00
|
|
|
"node": ">=18.14.2 <22"
|
2021-07-14 09:26:38 -07:00
|
|
|
},
|
2022-03-21 12:27:18 -07:00
|
|
|
"browserslist": [
|
|
|
|
"Firefox ESR",
|
|
|
|
"not IE 11",
|
|
|
|
"last 2 Chrome versions",
|
|
|
|
"unreleased Chrome versions",
|
2023-04-06 16:51:28 -07:00
|
|
|
"ios_saf >= 16",
|
|
|
|
"Safari >= 16"
|
2022-03-21 12:27:18 -07:00
|
|
|
],
|
2023-08-21 22:32:07 +02:00
|
|
|
"author": {
|
|
|
|
"name": "National Aeronautics and Space Administration",
|
|
|
|
"url": "https://www.nasa.gov"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"keywords": [
|
|
|
|
"nasa"
|
|
|
|
]
|
2024-06-21 16:37:36 -07:00
|
|
|
}
|