mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
d80b692354
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.20.0 to 8.0.3. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.20.0...v8.0.3) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * bump eslint to 8.11.0 * bump eslint-plugin-vue to 8.5.0 * disable eslint rule for multi-word component names. TODO enable it and follow conventions Co-authored-by: Nikhil Mandlik <nikhil.k.mandlik@nasa.gov> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Hill <john.c.hill@nasa.gov> Co-authored-by: unlikelyzero <jchill2@gmail.com> Co-authored-by: Andrew Henry <akhenry@gmail.com>
114 lines
4.7 KiB
JSON
114 lines
4.7 KiB
JSON
{
|
|
"name": "openmct",
|
|
"version": "2.0.1-SNAPSHOT",
|
|
"description": "The Open MCT core platform",
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "7.16.3",
|
|
"@braintree/sanitize-url": "6.0.0",
|
|
"@percy/cli": "1.0.0-beta.75",
|
|
"@percy/playwright": "1.0.1",
|
|
"@playwright/test": "1.19.2",
|
|
"allure-playwright": "2.0.0-beta.15",
|
|
"comma-separated-values": "3.6.4",
|
|
"copy-webpack-plugin": "10.2.0",
|
|
"core-js": "3.20.3",
|
|
"cross-env": "7.0.3",
|
|
"css-loader": "4.0.0",
|
|
"d3-axis": "1.0.x",
|
|
"d3-scale": "1.0.x",
|
|
"d3-selection": "1.3.x",
|
|
"eslint": "8.11.0",
|
|
"eslint-plugin-playwright": "0.8.0",
|
|
"eslint-plugin-vue": "8.5.0",
|
|
"eslint-plugin-you-dont-need-lodash-underscore": "6.12.0",
|
|
"eventemitter3": "1.2.0",
|
|
"exports-loader": "0.7.0",
|
|
"express": "4.13.1",
|
|
"file-loader": "6.1.0",
|
|
"file-saver": "2.0.5",
|
|
"git-rev-sync": "1.4.0",
|
|
"html-loader": "0.5.5",
|
|
"html2canvas": "1.4.1",
|
|
"imports-loader": "0.8.0",
|
|
"istanbul-instrumenter-loader": "3.0.1",
|
|
"jasmine-core": "4.0.0",
|
|
"jsdoc": "3.5.5",
|
|
"karma": "6.3.15",
|
|
"karma-chrome-launcher": "3.1.0",
|
|
"karma-cli": "2.0.0",
|
|
"karma-coverage": "2.1.1",
|
|
"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.33",
|
|
"karma-webpack": "5.0.0",
|
|
"location-bar": "3.0.1",
|
|
"lodash": "4.17.12",
|
|
"mini-css-extract-plugin": "2.4.5",
|
|
"moment": "2.29.1",
|
|
"moment-duration-format": "2.2.2",
|
|
"moment-timezone": "0.5.28",
|
|
"node-bourbon": "4.2.3",
|
|
"painterro": "1.2.56",
|
|
"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",
|
|
"resolve-url-loader": "4.0.0",
|
|
"sass": "1.49.0",
|
|
"sass-loader": "12.4.0",
|
|
"sinon": "13.0.1",
|
|
"style-loader": "^1.0.1",
|
|
"uuid": "3.3.3",
|
|
"vue": "2.6.14",
|
|
"vue-eslint-parser": "8.2.0",
|
|
"vue-loader": "15.9.8",
|
|
"vue-template-compiler": "2.6.14",
|
|
"webpack": "5.68.0",
|
|
"webpack-cli": "4.9.2",
|
|
"webpack-dev-middleware": "3.7.3",
|
|
"webpack-hot-middleware": "2.22.3",
|
|
"webpack-merge": "5.8.0",
|
|
"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 example src --ext .js,.vue openmct.js",
|
|
"lint:fix": "eslint example src --ext .js,.vue openmct.js --fix",
|
|
"build:prod": "cross-env webpack --config webpack.prod.js",
|
|
"build:dev": "webpack --config webpack.dev.js",
|
|
"build:watch": "webpack --config webpack.dev.js --watch",
|
|
"info": "npx envinfo --system --browsers --npmPackages --binaries --languages --markdown",
|
|
"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 --project=chrome smoke default condition timeConductor",
|
|
"test:e2e:local": "npx playwright test --config=e2e/playwright-local.config.js --project=chrome",
|
|
"test:e2e:visual": "percy exec --config ./e2e/.percy.yml -- 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",
|
|
"jsdoc": "jsdoc -c jsdoc.json -R API.md -r -d dist/docs/api",
|
|
"update-about-dialog-copyright": "perl -pi -e 's/20\\d\\d\\-202\\d/2014\\-2022/gm' ./src/ui/layout/AboutDialog.vue",
|
|
"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\\-2022/gm'",
|
|
"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": ">=12.22.0"
|
|
},
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"private": true
|
|
}
|