a6ffbbc180
chore: update deps ci: fix command ci: fix missing install ci: try fixing the changelog body ci: debug env ci: try fix changelog body ci: changeloooooooooooog ci: changelooooooooooooooooooooooog ci: changelog meow ci: new action!!! ci: test changelog command ci: use node 16 ci: meow ci: test command ci: fetch everything? ci: simplify changelog ci: bump cache ci: simplify
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"name": "test-e2e-composable-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-composable": "^4.0.0-alpha.16",
|
|
"apollo-server-express": "^2.18.2",
|
|
"core-js": "^3.6.5",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"graphql": "^15.3.0",
|
|
"graphql-tag": "^2.12.6",
|
|
"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.24.0",
|
|
"kill-port": "^1.6.1",
|
|
"start-server-and-test": "^1.10.6",
|
|
"tailwindcss": "^1.0.1"
|
|
}
|
|
}
|