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

39 lines
1.0 KiB
JSON
Raw Normal View History

{
2023-07-12 14:32:52 +00:00
"name": "next",
"version": "0.1.0",
"private": true,
"scripts": {
2023-07-12 14:39:45 +00:00
"dev": "mesh build && next dev",
2023-08-21 13:34:56 +00:00
"schema": "dotenv -- node ./src/fetch-schema.js",
2023-07-12 14:39:45 +00:00
"build": "mesh build && next build",
"start": "next start",
2023-07-12 14:32:52 +00:00
"lint": "next lint"
},
"dependencies": {
2023-08-21 13:34:56 +00:00
"@directus/sdk": "^11.0.1",
"@envelop/generic-auth": "^6.0.0",
2023-07-12 14:32:52 +00:00
"@graphql-mesh/cli": "^0.85.1",
2023-08-21 13:34:56 +00:00
"@graphql-mesh/graphql": "^0.95.1",
2023-07-12 14:32:52 +00:00
"@graphql-mesh/openapi": "^0.94.7",
2023-08-21 13:34:56 +00:00
"@graphql-tools/schema": "^10.0.0",
2023-07-12 14:32:52 +00:00
"@types/node": "20.4.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
2023-08-21 13:34:56 +00:00
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"dotenv-cli": "^7.3.0",
2023-07-12 14:32:52 +00:00
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
2023-08-21 13:34:56 +00:00
"fs": "0.0.1-security",
"graphql": "^16.7.1",
"graphql-request": "^6.1.0",
2023-07-12 14:32:52 +00:00
"next": "13.4.9",
2023-08-21 13:34:56 +00:00
"node-fetch": "^3.3.2",
2023-07-12 14:32:52 +00:00
"postcss": "8.4.25",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.6"
}
}