You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Home of Jakub Antalik's libraries: border-beam, liquid-gooey, thinking-orbs, metal-fx and img-fx.",
"license": "MIT",
"workspaces": [
"packages/*",
"sites/*"
],
"scripts": {
"build:beam": "npm run build -w border-beam",
"build:gooey": "npm run build -w liquid-gooey",
"build:orbs": "npm run build -w thinking-orbs",
"build:site-beam": "npm run build:beam && npm run build -w @sites/beam",
"build:site-gooey": "npm run build:gooey && npm run build -w @sites/gooey",
"build:site-orbs": "npm run build:orbs && npm run build -w @sites/orbs",
"typecheck": "npm run typecheck --workspaces --if-present",
"build:metal": "npm run build -w metal-fx",
"build:image": "npm run build -w img-fx",
"build:site-home": "npm run build:beam && npm run build:orbs && npm run build:gooey && npm run build:metal && npm run build:image && npm run build -w @sites/home"