{ "name": "<%= tool_name %>", "version": "5.18.0", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build --no-module", "test:unit": "vue-cli-service test:unit", "lint": "vue-cli-service lint", "serve:standalone": "vue-cli-service serve --mode standalone", "test:components": "vue-cli-service test:components" }, "dependencies": { "@astrouxds/astro-web-components": "7.22.1", "@openc3/tool-common": "5.18.0", "axios": "1.7.4", "date-fns": "3.6.0", "portal-vue": "2.1.7", "single-spa-vue": "2.5.1", "sprintf-js": "1.1.3", "systemjs-webpack-interop": "2.3.7", "vue": "2.7.16", "vue-router": "3.5.3", "vuetify": "2.7.1", "vuex": "3.6.2" }, "devDependencies": { "@babel/eslint-parser": "7.25.1", "@vue/babel-preset-app": "5.0.8", "@vue/cli": "5.0.8", "@vue/cli-plugin-babel": "5.0.8", "@vue/cli-plugin-eslint": "5.0.8", "@vue/cli-plugin-router": "5.0.8", "@vue/cli-plugin-vuex": "5.0.8", "@vue/cli-service": "5.0.8", "@vue/eslint-config-prettier": "9.0.0", "@vue/test-utils": "1.3.0", "babel-loader": "9.1.3", "babel-plugin-istanbul": "7.0.0", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-vue": "9.27.0", "html-webpack-plugin": "^5.6.0", "prettier": "3.3.3", "sass": "1.77.8", "sass-loader": "14.2.1", "vue-cli-plugin-single-spa": "3.3.0", "vue-cli-plugin-vuetify": "2.5.8", "vue-template-compiler": "2.7.16", "webpack": "5.93.0" } }