themed-styler 0.2.1

Client-side runtime styling engine for web and React Native with theme support and Tailwind subset
Documentation
{
  "name": "themed-styler-web-tests",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "scripts": {
    "start": "node server.js",
    "build": "esbuild public/test-app.js --bundle --outfile=public/test-app.bundle.js --format=esm --platform=browser --loader:.wasm=file --loader:.js=jsx --alias:react=./node_modules/react --alias:react-dom=./node_modules/react-dom",
    "test:e2e": "npm run build && cypress run",
    "cypress:open": "cypress open"
  },
  "dependencies": {
    "express": "^4.18.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "@clevertree/themed-styler": "file:../../",
    "@clevertree/hook-transpiler": "file:../../../hook-transpiler"
  },
  "devDependencies": {
    "cypress": "^13.6.0",
    "esbuild": "^0.20.0"
  }
}