Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
feat: add graphql and s3 package
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Dec 8, 2023
1 parent 21087f6 commit a87e19c
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 0 deletions.
52 changes: 52 additions & 0 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"name": "@pergel/graphql",
"type": "module",
"version": "0.0.0",
"packageManager": "[email protected]",
"description": "Pergel GraphQL",
"author": {
"name": "Mehmet @productdevbook",
"email": "[email protected]",
"url": "https://github.com/productdevbookcom"
},
"license": "MIT",
"funding": "https://github.com/sponsors/productdevbook",
"homepage": "https://github.com/oku-ui/pergel",
"repository": {
"type": "git",
"url": "https://github.com/oku-ui/pergel.git"
},
"bugs": "https://github.com/oku-ui/pergel/issues",
"keywords": [],
"scripts": {
"release": "pnpm publish"
},
"peerDependencies": {
"graphql": ">=16.8.0"
},
"dependencies": {
"@apollo/sandbox": "^2.5.1",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/core": "^4.0.0",
"@graphql-codegen/plugin-helpers": "^5.0.1",
"@graphql-codegen/schema-ast": "^4.0.0",
"@graphql-codegen/typed-document-node": "^5.0.1",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-resolvers": "^4.0.1",
"@graphql-codegen/urql-introspection": "^3.0.0",
"@graphql-tools/graphql-file-loader": "^8.0.0",
"@graphql-tools/load": "^8.0.0",
"@graphql-tools/schema": "^10.0.0",
"graphql": "^16.8.1",
"graphql-relay": "^0.10.0",
"graphql-yoga": "^5.0.0",
"ts-relay-cursor-paging": "^2.0.4"
},
"devDependencies": {
"graphql": "^16.8.1"
},
"publishConfig": {
"access": "public"
}
}
31 changes: 31 additions & 0 deletions packages/s3/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "@pergel/module-s3",
"type": "module",
"version": "0.0.0",
"packageManager": "[email protected]",
"description": "Pergel Module for S3 Management",
"author": {
"name": "Mehmet @productdevbook",
"email": "[email protected]",
"url": "https://github.com/productdevbookcom"
},
"license": "MIT",
"funding": "https://github.com/sponsors/productdevbook",
"homepage": "https://github.com/oku-ui/pergel",
"repository": {
"type": "git",
"url": "https://github.com/oku-ui/pergel.git"
},
"bugs": "https://github.com/oku-ui/pergel/issues",
"keywords": [],
"scripts": {
"release": "pnpm publish"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.456.0",
"@aws-sdk/s3-request-presigner": "^3.456.0"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit a87e19c

Please sign in to comment.