r2mo-webel 0.1.1

Leptos component library for r2mo-web (Tailwind-ready)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "r2mo-webel-tools",
  "private": true,
  "version": "0.1.1",
  "type": "module",
  "scripts": {
    "gen:safelist": "node scripts/gen-safelist.js",
    "build:css": "npx tailwindcss -i ./assets/css/input.css -o ./assets/css/tailwind.css --minify"
  },
  "devDependencies": {
    "autoprefixer": "^10.4.19",
    "postcss": "^8.4.38",
    "tailwindcss": "^3.4.4"
  }
}