{ "name": "<%= tool_name %>", "version": "5.9.1", "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": { "@openc3/tool-common": "5.9.1", "axios": "0.27.2", "date-fns": "2.30.0", "portal-vue": "2.1.7", "single-spa-vue": "2.5.1", "sprintf-js": "1.1.2", "systemjs-webpack-interop": "2.3.7", "vue": "2.7.14", "vue-router": "3.5.3", "vuetify": "2.6.14", "vuex": "3.6.2" }, "devDependencies": { "@babel/eslint-parser": "7.22.5", "@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": "7.1.0", "@vue/test-utils": "1.3.0", "babel-loader": "9.1.2", "babel-plugin-istanbul": "6.1.1", "eslint": "8.44.0", "eslint-config-prettier": "8.8.0", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-vue": "9.15.1", "html-webpack-plugin": "^5.5.3", "prettier": "2.8.8", "sass": "1.63.6", "sass-loader": "13.3.2", "vue-cli-plugin-single-spa": "3.3.0", "vue-cli-plugin-vuetify": "2.5.8", "vue-template-compiler": "2.7.14", "webpack": "5.88.1" } }