Skip to content

Commit

Permalink
Merge pull request #189 from TokenScript/fix/roll-back-bc-demo
Browse files Browse the repository at this point in the history
roll back bc demo to prod release
  • Loading branch information
nicktaras authored Apr 14, 2023
2 parents fa64fef + c7d8447 commit d8fc290
Show file tree
Hide file tree
Showing 23 changed files with 237 additions and 1,551 deletions.
2 changes: 1 addition & 1 deletion ecommerce-store-website/package-lock.json

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

13 changes: 6 additions & 7 deletions ecommerce-store-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
"name": "stl-token-negotiator-web",
"private": true,
"scripts": {
"dev": "npm run css && next dev",
"build-without-export": "npm run css && next build",
"build": "npm run css && next build && next export",
"start": "npm run css && next start -p 3004",
"lint": "next lint",
"css": "node scripts/copy_tn_css.js"
"dev": "next dev",
"build-without-export": "next build",
"build": "next build && next export",
"start": "next start -p 3004",
"lint": "next lint"
},
"dependencies": {
"@react-spring/web": "^9.3.1",
"@tokenscript/token-negotiator": "^2.5.0",
"@tokenscript/token-negotiator": "2.5.0",
"@use-gesture/react": "^10.1.6",
"body-scroll-lock": "^4.0.0-beta.0",
"clsx": "^1.1.1",
Expand Down
Loading

0 comments on commit d8fc290

Please sign in to comment.