npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

cyzn-web

v0.1.0

Published

\_[tsconfig.json](https://www.tslang.cn/docs/handbook/tsconfig-json.html) 如果一个目录下存在一个 tsconfig.json 文件,那么它意味着这个目录是 TypeScript 项目的根目录。tsconfig.json 文件中指定了用来编译这个项目的根文件和编译选项。 一个项目可以通过以下方式之一来编译。

Readme

创远前端大屏项目

关于 项目 相关配置说明

tsconfig.json(TS 官网)

_tsconfig.json 如果一个目录下存在一个 tsconfig.json 文件,那么它意味着这个目录是 TypeScript 项目的根目录。tsconfig.json 文件中指定了用来编译这个项目的根文件和编译选项。 一个项目可以通过以下方式之一来编译。

ant Design 官网

_ant Design antd 是基于 Ant Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。

redux 官网

_reduxRedux 是 JavaScript 应用的状态容器,提供可预测的状态管理。

eslint 官网

eslintESLint 是在 ECMAScript/JavaScript 代码中识别和报告模式匹配的工具,它的目标是保证代码的一致性和避免错误

xwct-web 目录结构

  • json_server_mock 模拟接口数据
  • .vscode vscode 默认类型检测(ts)
  • public 静态资源文件夹
    • favicon 网站页签图标
    • index 主页面
    • manifest 应用加壳的配置文件
    • robots 爬虫协议文件
  • src 开发目录
    • components 公用组件
    • hooks 自定义 hooks
    • pages 业务模块开发
    • utils 自定义 函数
    • redux redux 仓库源
    • service 各模块 接口 汇总
    • config 项目相关路由配置 打包环境、全局变量等
    • styles 样式变量文件
    • assets 静态资源文件
    • setupProxy 前端跨域
    • index 入口文件
  • .env 全局默认配置文件
  • tsconfig 编译器的配置文件