Skip to content

Commit

Permalink
Update example app
Browse files Browse the repository at this point in the history
  • Loading branch information
woofers committed Nov 2, 2024
1 parent 07bb7c8 commit 88b1705
Show file tree
Hide file tree
Showing 2 changed files with 278 additions and 34 deletions.
7 changes: 3 additions & 4 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"clean": "rimraf .next out build use-eye-dropper public/chroma.js",
"dev": "NODE_ENV=development next dev",
"build": "pnpm clean && cp node_modules/chroma-js/chroma.min.js public/chroma.js && next build && mv build use-eye-dropper && mkdir build && mv use-eye-dropper build",
"build": "pnpm clean && cp node_modules/chroma-js/dist/chroma.min.cjs public/chroma.js && next build && mv build use-eye-dropper && mkdir build && mv use-eye-dropper build",
"start": "pnpx serve@latest build",
"lint": "next lint",
"test": "playwright test",
Expand All @@ -17,8 +17,8 @@
},
"dependencies": {
"@stitches/react": "^1.2.8",
"chroma-js": "^2.4.2",
"esbuild": "^0.21.4",
"chroma-js": "^3.1.2",
"esbuild": "^0.24.0",
"framer-motion": "^11.2.10",
"hast-util-to-html": "^9.0.1",
"lowlight": "^3.1.0",
Expand All @@ -38,7 +38,6 @@
"file-loader": "^6.2.0",
"gh-pages": "^6.1.1",
"prettier": "^3.3.1",
"rimraf": "^5.0.7",
"serve": "^14.2.3",
"serve-handler": "^6.1.5"
}
Expand Down
Loading

0 comments on commit 88b1705

Please sign in to comment.