This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
react-webpack.json
132 lines (132 loc) · 4.4 KB
/
react-webpack.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"repositories": [
{
"title": "React + Webpack Setup",
"description": "Production ready setup of React + Webpack with a bunch of tools for easy development",
"name": "Create-Node-App/react-extensions",
"branch": "main",
"topic": ["web", "react"],
"subdir": "addons/webpack-base",
"source": "github",
"license": "MIT License"
},
{
"title": "Create React App base Setup",
"description": "Production ready setup using `Create React App`",
"name": "Create-Node-App/react-extensions",
"branch": "main",
"topic": ["web", "react"],
"subdir": "addons/create-react-app",
"source": "github",
"license": "MIT License"
},
{
"title": "i18n",
"description": "Extension to add i18n setup using react-i18n and async backend with locale and timezone support",
"name": "Create-Node-App/react-extensions",
"branch": "main",
"topic": ["web", "react"],
"subdir": "addons/recoil",
"source": "github",
"license": "MIT License"
},
{
"title": "Recoil.js",
"description": "Extension to add Recoil.js, a state management library for React that lets you a data-flow graph that flows from atoms",
"name": "Create-Node-App/react-extensions",
"branch": "main",
"topic": ["web", "react"],
"subdir": "addons/recoil",
"source": "github",
"license": "MIT License"
},
{
"title": "React Redux base setup",
"description": "Extension to add the official React bindings for Redux with a fully configured store",
"name": "Create-Node-App/react-extensions",
"branch": "main",
"topic": ["web", "react"],
"subdir": "addons/redux",
"source": "github",
"license": "MIT License"
},
{
"title": "Redux Saga Extension",
"description": "Extension to add Redux Saga middleware to your React + Redux setup",
"name": "Create-Node-App/react-extensions",
"branch": "main",
"topic": ["web", "react"],
"subdir": "addons/saga",
"source": "github",
"license": "MIT License"
},
{
"title": "Cross Platform Apps with Ionic React + Capacitor",
"description": "Add Ionic React and Capacitor to your cross platform react app",
"name": "Create-Node-App/react-extensions",
"branch": "main",
"topic": ["web", "react"],
"subdir": "addons/ionic",
"source": "github",
"license": "MIT License"
},
{
"title": "Docker Setup",
"description": "Add docker environments for development and production to your React + Webpack setup",
"name": "Create-Node-App/docker-extensions",
"branch": "addon/docker/web",
"topic": ["web", "react"],
"source": "github",
"license": "MIT License"
},
{
"title": "Android Tools",
"description": "Avoid using heavy IDEs by installing this extension that creates an elegant tool setup for your android app",
"name": "Create-Node-App/android-tools",
"branch": "addon/docker/android",
"topic": ["web", "react", "mobile", "android"],
"source": "github",
"license": "MIT License"
},
{
"title": "Semantic UI React",
"description": "Extension to add React Semantic UI to your setup with theme customization",
"name": "Create-Node-App/react-extensions",
"branch": "main",
"topic": ["web", "react"],
"subdir": "addons/semantic-ui",
"source": "github",
"license": "MIT License"
},
{
"title": "Ant Design for React",
"description": "Extension to add Ant Design React",
"name": "Create-Node-App/react-extensions",
"branch": "main",
"topic": ["web", "react"],
"subdir": "addons/ant-design",
"source": "github",
"license": "MIT License"
},
{
"title": "Bootstrap React",
"description": "Extension to add Bootstrap React",
"name": "Create-Node-App/react-extensions",
"branch": "main",
"topic": ["web", "react"],
"subdir": "addons/bootstrap",
"source": "github",
"license": "MIT License"
},
{
"title": "Material UI",
"description": "Extension to add Material UI to your React app",
"name": "Create-Node-App/react-extensions",
"branch": "main",
"topic": ["web", "react"],
"subdir": "addons/material-ui",
"source": "github",
"license": "MIT License"
}
]
}