This repository has been archived on 2023-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
ARCHIVED-graphql/package.json

27 lines
502 B
JSON
Raw Normal View History

{
"name": "graphql.andert.me",
"version": "0.1.0",
"license": "AGPL",
"private": true,
2023-07-12 12:07:15 +00:00
"engines": {
"node": "18"
},
"scripts": {
2023-07-12 12:07:15 +00:00
"dev": "next dev",
"build": "next build",
"start": "mesh dev",
"lint": "next lint",
"prebuild": "mesh build"
},
"dependencies": {
"@graphql-mesh/cli": "^0.85.1",
"@graphql-mesh/openapi": "^0.94.7",
2023-07-12 12:07:15 +00:00
"graphql": "^16.7.1",
"next": "^13.4.9",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "18.2.14"
}
}