Skip to content

Commit

Permalink
fix and sort
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Oct 21, 2023
1 parent 1df9f4a commit 4704d8f
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 7 deletions.
12 changes: 7 additions & 5 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "nextjs",
"name": "soundxyz-sdk-nextjs-example",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "node pull-env.mjs",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"dev": "next dev",
"lint": "next lint",
"prepare": "node pull-env.mjs",
"start": "next start"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@radix-ui/themes": "^2.0.0",
"@soundxyz/sdk": "workspace:^",
"@tanstack/react-query": "^5.0.0",
Expand Down
41 changes: 39 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4704d8f

Please sign in to comment.