Skip to content

Commit

Permalink
Merge pull request #10 from hypercerts-org/feature/seeding-data
Browse files Browse the repository at this point in the history
Feature/seeding data
  • Loading branch information
Jipperism authored Nov 1, 2023
2 parents 10deacc + 079d870 commit dab5a24
Show file tree
Hide file tree
Showing 3 changed files with 1,619 additions and 44 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ yarn-error.log*
next-env.d.ts
/.idea/
/.env
/.snaplet/
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"supabase:migration:new": "supabase migration new",
"supabase:migration:push": "supabase migration up",
"supabase:migration:diff": "supabase db diff --schema public",
"supabase:migration:reset": "supabase db reset"
"supabase:migration:reset": "supabase db reset",
"snaplet:restore": "snaplet snapshot restore --no-reset"
},
"dependencies": {
"@chakra-ui/react": "^2.8.0",
Expand Down Expand Up @@ -58,11 +59,13 @@
"wagmi": "^1.4.1"
},
"devDependencies": {
"@snaplet/copycat": "^0.18.1",
"@types/d3": "^7.4.0",
"@types/jsonwebtoken": "^9.0.4",
"@types/node": "20.5.6",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"prettier": "^3.0.3"
"prettier": "^3.0.3",
"snaplet": "^0.72.2"
}
}
Loading

0 comments on commit dab5a24

Please sign in to comment.