-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 966 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "react-redux",
"version": "1.0.0",
"description": "- [Provider](/docs/provider.md) - [connect](/docs/connect.md) - [mapStateToProps](/docs/mapStateToProps.md) - [mapDispatchToProps](/docs/mapDispatchToProps.md) - [mergeProps](/docs/mergeProps.md) - [options](/docs/connectOptions.md) - [connectAdvanced](/docs/connectAdvanced.md) - [batch](/docs/batch.md) ## 讲解方式 我的讲解的方式根据库所暴露出来的API去探究其内部实现。",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LFESC/react-redux.git"
},
"author": "kwzm",
"license": "ISC",
"bugs": {
"url": "https://github.com/LFESC/react-redux/issues"
},
"homepage": "https://github.com/LFESC/react-redux#readme",
"devDependencies": {
"vuepress": "^1.0.2"
}
}