/static-page-template

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Static Page Template

Static Badge License

概要

自分用のブラウザ向け静的ページを生成するためのテンプレートです。

依存ライブラリ

  "engines": {
    "node": ">=24",
    "pnpm": ">=10"
  },
  "dependencies": {
    "@duckdb/duckdb-wasm": "1.29.1-dev269.0",
    "react": "19.1.1",
    "react-dom": "19.1.1",
    "uplot": "1.6.32",
    "wouter": "3.7.1",
    "zustand": "5.0.7"
  },
  "devDependencies": {
    "@biomejs/biome": "2.1.4",
    "@playwright/experimental-ct-react": "1.54.2",
    "@playwright/test": "1.54.2",
    "@tailwindcss/vite": "4.1.11",
    "@types/emscripten": "1.40.1",
    "@types/node": "24.2.1",
    "@types/react": "19.1.9",
    "@types/react-dom": "19.1.7",
    "@vitejs/plugin-react": "5.0.0",
    "fast-check": "4.2.0",
    "playwright": "1.54.2",
    "tailwindcss": "4.1.11",
    "typescript": "5.9.2",
    "vite": "7.1.1",
    "vitest": "3.2.4"
  }

ライセンス

Copyright 2024-2025, @voluntas

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.