Skip to content

Commit

Permalink
roll back bc demo to prod release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Taras authored and Nick Taras committed Apr 14, 2023
1 parent fa64fef commit dec82f4
Show file tree
Hide file tree
Showing 23 changed files with 376 additions and 1,601 deletions.
191 changes: 140 additions & 51 deletions ecommerce-store-website/package-lock.json

Large diffs are not rendered by default.

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.4.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 dec82f4

Please sign in to comment.