{ "name": "test-e2e-options-components-vue3", "version": "4.0.0-alpha.16", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "test": "yarn run test:e2e && kill-port 4042", "test:e2e": "start-server-and-test api http://localhost:4042/.well-known/apollo/server-health test:e2e:client", "test:e2e:client": "vue-cli-service test:e2e --mode production --headless", "test:e2e:dev": "start-server-and-test api http://localhost:4042/.well-known/apollo/server-health test:e2e:dev:client", "test:e2e:dev:client": "vue-cli-service test:e2e --mode development", "api": "node server.js" }, "dependencies": { "@apollo/client": "^3.2.1", "@vue/apollo-components": "^4.0.0-alpha.16", "@vue/apollo-option": "^4.0.0-alpha.16", "apollo-server-express": "^2.18.2", "core-js": "^3.4.1", "graphql": "^15.3.0", "graphql-type-json": "^0.3.0", "marked": "^0.7.0", "shortid": "^2.2.8", "vue": "^3.0.0", "vue-router": "^4.0.0", "vuex": "^4.0.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.2.0", "@typescript-eslint/parser": "^4.2.0", "@vue/cli-plugin-babel": "^4.0.4", "@vue/cli-plugin-e2e-cypress": "^4.0.4", "@vue/cli-service": "^4.0.4", "@vue/compiler-sfc": "^3.0.0", "esbuild": "^0.8.44", "esbuild-node-externals": "^1.0.2", "eslint": "^7.19.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-vue": "^7.5.0", "graphql-tag": "^2.5.0", "kill-port": "^1.6.1", "start-server-and-test": "^1.10.6", "stylus": "^0.54.5", "stylus-loader": "^3.0.2", "typescript": "^4.1.5" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ] }