json npm列表(例如react redux)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json npm列表(例如react redux)相关的知识,希望对你有一定的参考价值。

{
  "name": "elib",
  "version": "1.0.0",
  "description": "[![Build Status](https://travis-ci.org/toshogakari/eLib.svg)](https://travis-ci.org/toshogakari/eLib) [![Code Climate](https://codeclimate.com/github/toshogakari/eLib/badges/gpa.svg)](https://codeclimate.com/github/toshogakari/eLib) [![Test Coverage](https://codeclimate.com/github/toshogakari/eLib/badges/coverage.svg)](https://codeclimate.com/github/toshogakari/eLib/coverage) [![Issue Count](https://codeclimate.com/github/toshogakari/eLib/badges/issue_count.svg)](https://codeclimate.com/github/toshogakari/eLib) [![Dependency Status](https://gemnasium.com/toshogakari/eLib.svg)](https://gemnasium.com/toshogakari/eLib)",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toshogakari/eLib.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/toshogakari/eLib/issues"
  },
  "homepage": "https://github.com/toshogakari/eLib#readme",
  "dependencies": {
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babelify": "^7.2.0",
    "browserify": "^12.0.1",
    "browserify-incremental": "^3.0.1",
    "react": "^0.14.3",
    "react-dom": "^0.14.3",
    "react-redux": "^4.0.2",
    "redux": "^3.0.5",
    "redux-thunk": "^1.0.2"
  }
}

以上是关于json npm列表(例如react redux)的主要内容,如果未能解决你的问题,请参考以下文章

React + Redux + Axios 在创建动作后不加载组件

react+redux+webpack+git技术栈

webpack+react+redux+es6

foreach 如何在 react-redux 中工作

React/Redux:事件 - 最先进的

谁能建议将 React 拖放列表与来自 Redux 的动态值集成的最佳方法?