-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 976 Bytes
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "react-docs",
"version": "1.0.0",
"description": "A bunch of documents to learn React and Redux best practices and patterns",
"author": "Federico Villani",
"contributors": [
{ "name" : "Federico Villani",
"email" : "federico.villani@hotmail.com",
"url" : "https://github.com/federico-villani"
}
],
"repository": {
"type": "git",
"url": "https://github.com/federico-villani/react-docs.git"
},
"bugs": {
"url" : "https://github.com/federico-villani/react-docs/issues",
"email" : "federico.villani@hotmail.com"
},
"license": "UNLICENSED",
"keywords": [
"react",
"reactjs",
"react-redux",
"react-hooks",
"redux",
"redux-saga",
"redux-middleware",
"styled-components",
"ssr",
"storybook",
"starter-kit",
"documentation",
"docs",
"jsx",
"nextjs",
"testing",
"customize-cra",
"react-app",
"react-app-rewired"
],
"dependencies": {}
}