Skip to content

Commit

Permalink
Merge pull request #29 from permaweb/ao-upload
Browse files Browse the repository at this point in the history
Ao upload
  • Loading branch information
NickJ202 authored Jun 6, 2024
2 parents b3236bf + 3371869 commit 57810f1
Show file tree
Hide file tree
Showing 48 changed files with 1,881 additions and 1,593 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = {
'arbundles',
'@irys/sdk',
'^warp',
'@permaweb/aoconnect',
'^permaweb-orderbook',
'^permaweb-sdk',
'^@permaweb/stampjs',
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
**dist**
**cache**
**logs**
**.DS_Store**
**.DS_Store**
**.vscode**
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "",
"license": "ISC",
"scripts": {
"start": "NODE_ENV=development webpack serve --port 3000",
"start": "NODE_ENV=development webpack serve --port 3001",
"format": "eslint --fix . && npx prettier --write .",
"test": "npm test",
"test:verbose": "npm test -- --verbose",
Expand All @@ -17,6 +17,7 @@
},
"dependencies": {
"@irys/sdk": "^0.1.0-a1",
"@permaweb/aoconnect": "0.0.51",
"@permaweb/stampjs": "0.6.1",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.4.0",
Expand All @@ -36,10 +37,7 @@
"redux-thunk": "^2.4.2",
"styled-components": "^5.3.6",
"timers-browserify": "^2.0.12",
"typescript": "^5.3.3",
"warp-contracts": "1.4.26",
"warp-contracts-plugin-deploy": "1.0.8",
"warp-contracts-plugin-signature": "1.0.15-beta.1"
"typescript": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.20.12",
Expand Down
69 changes: 0 additions & 69 deletions src/api/assets.ts

This file was deleted.

Loading

0 comments on commit 57810f1

Please sign in to comment.