40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "test-e2e-composable-vue3",
|
|
"version": "4.0.0-alpha.14",
|
|
"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": "vue-cli-service test:e2e",
|
|
"api": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.2.1",
|
|
"@vue/apollo-composable": "^4.0.0-alpha.14",
|
|
"apollo-server-express": "^2.18.2",
|
|
"core-js": "^3.6.5",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"graphql": "^15.3.0",
|
|
"shortid": "^2.2.15",
|
|
"vue": "^3.0.0",
|
|
"vue-demi": "^0.4.0",
|
|
"vue-router": "^4.0.0-beta.13"
|
|
},
|
|
"devDependencies": {
|
|
"@types/shortid": "^0.0.29",
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-e2e-cypress": "~4.5.0",
|
|
"@vue/cli-plugin-typescript": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"@vue/compiler-sfc": "^3.0.0",
|
|
"axios": "^0.20.0",
|
|
"kill-port": "^1.6.1",
|
|
"start-server-and-test": "^1.10.6",
|
|
"tailwindcss": "^1.0.1"
|
|
}
|
|
}
|