saleor-dashboard/.github/workflows/package.json

14 lines
265 B
JSON

{
"engines": {
"node": ">=14"
},
"dependencies": {
"@actions/core": "^1.9.1",
"@octokit/core": "^4.0.4",
"commander": "^9.4.0",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"xhr-request": "^1.1.0",
"xhr2": "^0.2.1"
}
}