leptos_query_devtools 0.1.3

Devtools for Leptos Query
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "scripts": {
    "tailwind": "bunx tailwindcss -i ./input.css -o ./src/styles.css --watch --minify"
  },
  "devDependencies": {
    "@tailwindcss/forms": "^0.5.7",
    "autoprefixer": "^10.4.17",
    "postcss": "^8.4.35",
    "tailwindcss": "^3.4.1",
    "tailwindcss-scoped-preflight": "^2.1.0"
  }
}