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 🙏

© 2024 – Pkg Stats / Ryan Hefner

react-coat-dev-pkg

v1.0.2

Published

Structured React + Redux with Typescript and support for isomorphic rendering beautifully

Downloads

18

Readme

react 生态圈的开放、自由、繁荣,也导致开发配置繁琐、选择迷茫。react-coat 放弃某些灵活性、以约定替代某些配置,固化某些最佳实践方案,从而提供给开发者一个更简洁的糖衣外套。

请先花点时间了解一下:react-coat v4.0

本库是使用在 demo for react-coat 中的脚手架工具。因为,dev环境中的依赖很多,你可以安装本库,它将自动安装一系列的开发依赖,省心省力。

安装本库

$ npm install react-coat-dev-pkg

使用本库

参见:

入手:SPA(单页应用)

进阶:SPA(单页应用)+SSR(服务器渲染)

本库将安装:

  "dependencies": {
    "@types/express": "~4.16.0",
    "@types/node": "~10.12.2",
    "asset-require-hook": "~1.2.0",
    "axios": "~0.18.0",
    "babel-eslint": "~10.0.1",
    "chalk": "~2.4.1",
    "cross-env": "~5.2.0",
    "css-loader": "~1.0.0",
    "eslint": "~5.7.0",
    "eslint-config-airbnb-base": "~13.1.0",
    "eslint-config-prettier": "~3.3.0",
    "eslint-plugin-import": "~2.14.0",
    "eslint-plugin-prettier": "~3.0.0",
    "express": "~4.16.2",
    "file-loader": "~2.0.0",
    "fork-ts-checker-webpack-plugin": "~0.4.14",
    "fs-extra": "~7.0.0",
    "html-replace-webpack-plugin": "~2.5.5",
    "html-webpack-plugin": "~3.2.0",
    "json-format": "~1.0.1",
    "less": "~3.8.1",
    "less-loader": "~4.1.0",
    "micromatch": "~3.1.10",
    "mini-css-extract-plugin": "~0.4.4",
    "null-loader": "~0.1.1",
    "postcss-flexbugs-fixes": "~4.1.0",
    "postcss-loader": "~3.0.0",
    "postcss-preset-env": "~6.1.2",
    "postcss-pxtorem": "~4.0.1",
    "postcss-safe-parser": "~4.0.1",
    "prettier": "~1.15.2",
    "style-loader": "~0.23.1",
    "stylelint": "~9.8.0",
    "stylelint-config-prettier": "~4.0.0",
    "stylelint-config-standard": "~18.2.0",
    "stylelint-prettier": "~1.0.5",
    "stylelint-webpack-plugin": "~0.10.5",
    "ts-loader": "~5.2.2",
    "tslint": "~5.11.0",
    "tslint-config-prettier": "~1.15.0",
    "tslint-plugin-prettier": "~2.0.1",
    "tslint-react": "~3.6.0",
    "typescript": "~3.2.1",
    "url-loader": "~1.1.2",
    "webpack": "~4.21.0",
    "webpack-dev-server": "~3.1.14",
    "webpack-manifest-plugin": "~2.0.4",
    "yargs": "~12.0.2"
  },