Files
apollo/packages/test-e2e-ssr/package.json
T
Guillaume Chau 574bd8f2b1 test: ssr
2023-09-12 11:34:12 +02:00

43 lines
1.3 KiB
JSON

{
"name": "test-e2e-ssr",
"version": "4.0.0-alpha.16",
"private": true,
"scripts": {
"dev": "node ./server.mjs",
"test": "pnpm run test:e2e",
"test:e2e": "start-server-and-test api 'http-get://localhost:4042/graphql?query=%7B__typename%7D' test:e2e:run",
"test:e2e:run": "start-server-and-test dev http://localhost:8080 test:e2e:cy",
"test:e2e:cy": "cypress run --headless",
"test:e2e:dev": "cypress open",
"api": "test-server --simulate-latency 50",
"api:dev": "test-server --simulate-latency 500"
},
"dependencies": {
"@apollo/client": "^3.7.16",
"@vue/apollo-composable": "workspace:*",
"@vue/apollo-util": "workspace:*",
"devalue": "^4.3.2",
"express": "^4.18.2",
"graphql": "^16.7.1",
"graphql-tag": "^2.12.6",
"isomorphic-fetch": "^3.0.0",
"test-server": "workspace:*",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@types/node": "^20.6.0",
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"cypress": "^12.17.0",
"cypress-vite": "^1.4.1",
"postcss": "^8.4.25",
"start-server-and-test": "^2.0.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "^4.4.2",
"vue-tsc": "^1.8.3"
}
}