OpenC3/cosmos

View on GitHub
openc3-cosmos-init/plugins/openc3-tool-base/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@openc3/tool-base",
  "version": "5.21.0-beta0",
  "scripts": {
    "serve": "webpack serve --port 2910 --env isLocal",
    "lint": "eslint src --ext js",
    "format": "prettier --write \"./**\"",
    "build": "webpack --mode=production"
  },
  "dependencies": {
    "@astrouxds/astro-web-components": "7.24.0",
    "@rails/actioncable": "7.1.3-4",
    "axios": "1.7.7",
    "date-fns": "4.1.0",
    "import-map-overrides": "3.1.1",
    "regenerator-runtime": "0.14.1",
    "single-spa": "5.9.5",
    "systemjs": "6.15.1",
    "vue": "2.7.16",
    "vue-router": "3.5.4",
    "vuetify": "2.7.1",
    "vuex": "3.6.2"
  },
  "__comment__": "NOTE: sass can't be upgraded until Vuetify 3 to avoid tons of deprecation warnings",
  "devDependencies": {
    "@babel/core": "7.26.0",
    "@babel/plugin-proposal-class-properties": "7.18.6",
    "@babel/plugin-transform-runtime": "7.25.9",
    "@babel/preset-env": "7.26.0",
    "@babel/runtime": "7.26.0",
    "@types/systemjs": "6.15.1",
    "babel-plugin-istanbul": "7.0.0",
    "copy-webpack-plugin": "12.0.2",
    "eslint": "8.56.0",
    "html-webpack-plugin": "5.6.3",
    "prettier": "3.3.3",
    "sass": "1.80.4",
    "sass-loader": "16.0.2",
    "serve": "14.2.4",
    "vue-loader": "15.9.8",
    "vue-template-compiler": "2.7.16",
    "webpack": "5.95.0",
    "webpack-cli": "5.1.4",
    "webpack-config-single-spa": "5.3.1",
    "webpack-dev-server": "5.1.0",
    "webpack-merge": "6.0.1"
  }
}