Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add open payments sdk #100

Merged
merged 20 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 0 additions & 81 deletions local-signatures/index.ts

This file was deleted.

25 changes: 16 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,36 +12,49 @@
"analyze": "bash ./scripts/analyze.sh",
"build": "bash ./scripts/build.sh",
"dev": "bash ./scripts/dev.sh",
"lint": "concurrently \"lint:*\"",
"lint": "concurrently \"pnpm:lint:*\"",
"lint:fix": "eslint --ext js,jsx,ts,tsx, src --fix",
"lint:eslint": "eslint . --ext .js,.ts,.tsx --max-warnings 0 --ignore-path .gitignore",
"lint:prettier": "prettier \"**/*.(md|json|yml)\" --ignore-path .gitignore --check",
"lint:type": "tsc --noEmit",
"local-signatures": "pnpm tsx --watch ./local-signatures/index.ts",
"test": "jest --maxWorkers=2 --passWithNoTests",
"test:ci": "pnpm test -- --reporters=default --reporters=github-actions"
},
"dependencies": {
"@interledger/open-payments": "^6.6.0",
"@noble/ed25519": "^2.0.0",
"@noble/hashes": "^1.3.3",
"assert": "^2.1.0",
"awilix": "^10.0.1",
"axios": "^1.5.1",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.0",
"clean-webpack-plugin": "^4.0.0",
"constants-browserify": "^1.0.0",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.32.1",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.8.1",
"dotenv": "^16.3.1",
"events": "^3.3.0",
"html-webpack-plugin": "^5.5.3",
"http-message-signatures": "^1.0.4",
"httpbis-digest-headers": "^1.0.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"querystring-es3": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"style-loader": "^3.3.3",
"tailwind-merge": "^2.1.0",
"terser-webpack-plugin": "^5.3.9",
"url": "^0.11.3",
"util": "^0.12.5",
"uuid": "^9.0.1",
"webextension-polyfill": "^0.10.0",
"webpack": "^5.88.2",
Expand All @@ -51,16 +64,13 @@
"zip-webpack-plugin": "^4.0.1"
},
"devDependencies": {
"@interledger/http-signature-utils": "^2.0.0",
"@tailwindcss/forms": "^0.5.7",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/chrome": "^0.0.244",
"@types/inboxsdk": "^2.0.11",
"@types/jest": "^29.5.5",
"@types/jquery": "^3.5.18",
"@types/koa": "^2.13.12",
"@types/koa-bodyparser": "^4.3.12",
"@types/lodash": "^4.14.197",
"@types/node": "^20.8.4",
"@types/react": "^18.2.21",
Expand Down Expand Up @@ -94,8 +104,6 @@
"jest-chrome": "^0.8.0",
"jest-environment-jsdom": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.1",
"postcss": "^8.4.32",
"postcss-loader": "^7.3.3",
"prettier": "^3.0.3",
Expand All @@ -104,7 +112,6 @@
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.2",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"webpack-cli": "^5.1.4"
},
Expand Down
Loading
Loading