apollo/packages/test-e2e/package.json
Alessia Bellisario b2f773c6f7
feat(ts): update types to account for changes in TypeScript 4.8 (#1454)
Co-authored-by: Guillaume Chau <guillaume.b.chau@gmail.com>
2023-05-16 14:56:09 +02:00

57 lines
1.8 KiB
JSON

{
"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": "pnpm 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.7.7",
"@vue/apollo-components": "workspace:*",
"@vue/apollo-option": "workspace:*",
"apollo-server-express": "^2.25.4",
"core-js": "^3.23.2",
"graphql": "^15.8.0",
"graphql-type-json": "^0.3.2",
"marked": "^0.7.0",
"regenerator-runtime": "^0.13.9",
"shortid": "^2.2.16",
"subscriptions-transport-ws": "^0.9.19",
"vue": "^3.2.37",
"vue-router": "^4.0.16",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vue/cli-plugin-babel": "^5.0.6",
"@vue/cli-plugin-e2e-cypress": "^5.0.6",
"@vue/cli-service": "^5.0.6",
"cypress": "^10.2.0",
"esbuild": "^0.8.57",
"esbuild-node-externals": "^1.4.1",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^7.20.0",
"graphql-tag": "^2.12.6",
"kill-port": "^1.6.1",
"start-server-and-test": "^1.14.0",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"typescript": "^4.7.4"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}