-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplates.json
More file actions
273 lines (273 loc) · 8.35 KB
/
Copy pathtemplates.json
File metadata and controls
273 lines (273 loc) · 8.35 KB
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
[
{
"id": 1,
"name": "astro-strapi",
"maintainBy": "stackw3",
"sha": "4038dd9cd43df3a106f5c3400e0043a4c7e3aee8",
"description": "A Quick astro base and strapi backend starter project template.",
"tags": [
"astro",
"strapi"
],
"dependencies": [
"astro",
"@strapi/strapi",
"@strapi/plugin-users-permissions",
"@strapi/plugin-i18n",
"better-sqlite3"
]
},
{
"id": 2,
"name": "next-hover-base",
"maintainBy": "stackw3",
"sha": "310bd95068b22fd2974d55e7dda6810a3da138f8",
"description": "🚀 A Next.js quick start project template powered by hover.style",
"tags": [
"react",
"hover",
"next.js"
],
"dependencies": [
"@hover-design/react",
"next",
"next-transpile-modules",
"react",
"react-dom"
]
},
{
"id": 3,
"name": "next-react-query",
"maintainBy": "stackw3",
"sha": "a2263ad4631cb3b819bf9c21a503dd306f9cd1b9",
"description": "🚀 A Next.js quick start project template with React Query implementation",
"tags": [
"next.js",
"react-query",
"react"
],
"dependencies": [
"next",
"pokemon",
"react",
"react-dom",
"react-query"
]
},
{
"id": 4,
"name": "react-base-router-configs",
"maintainBy": "stackw3",
"sha": "f5f1c3763234fff9e70b12c78510cf6a2520fbdd",
"description": "Starter Base-React project that includes react-router-dom v6 powered by vite.",
"tags": [
"react",
"vite",
"react-router-dom"
],
"dependencies": [
"react-router-dom",
"@types/react",
"@types/react-dom",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"@vitejs/plugin-react-refresh",
"eslint",
"eslint-config-prettier",
"eslint-plugin-import",
"eslint-plugin-jsx-a11y",
"eslint-plugin-prettier",
"eslint-plugin-react",
"eslint-plugin-simple-import-sort",
"lint-staged",
"npm-run-all",
"prettier",
"typescript",
"vite",
"husky"
]
},
{
"id": 5,
"name": "react-base-testing-library-apollo",
"maintainBy": "stackw3",
"sha": "d308fd54aa051b0b3c4e5ef26d2c4048f8f2f295",
"description": "A Quick react starter project template powered by vite with React Testing Library. A testing utility tool that's built to test the actual DOM tree rendered by React on the browser.",
"tags": [
"react",
"vite",
"testing-library"
],
"dependencies": [
"@testing-library/react",
"@types/react",
"@types/react-dom",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"@vitejs/plugin-react-refresh",
"eslint",
"eslint-config-prettier",
"eslint-plugin-import",
"eslint-plugin-jsx-a11y",
"eslint-plugin-prettier",
"eslint-plugin-react",
"eslint-plugin-simple-import-sort",
"lint-staged",
"npm-run-all",
"prettier",
"typescript",
"vite",
"husky"
]
},
{
"id": 6,
"name": "react-base-testing-library-react-query",
"maintainBy": "stackw3",
"sha": "8f26d65ca4fcd894cd071d39984d96f45f912a87",
"description": "A Quick react starter project template powered by vite with React Testing Library and React Query, The missing data-fetching library for React, but in more technical terms, it makes fetching, caching, synchronizing and updating server state in your React applications a breeze",
"tags": [
"react",
"vite",
"testing-library",
"react-query",
"react-hooks",
"react-test-renderer"
],
"dependencies": [
"testing-library/react-hooks",
"react-query",
"react-test-renderer",
"react-router-dom",
"@types/react",
"@types/react-dom",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"@vitejs/plugin-react-refresh",
"eslint",
"eslint-config-prettier",
"eslint-plugin-import",
"eslint-plugin-jsx-a11y",
"eslint-plugin-prettier",
"eslint-plugin-react",
"eslint-plugin-simple-import-sort",
"lint-staged",
"npm-run-all",
"prettier",
"typescript",
"vite",
"husky"
]
},
{
"id": 7,
"name": "react-base-testing-library",
"maintainBy": "stackw3",
"sha": "f91385795b64aa17888d2c0f485fa57a5dffdbb2",
"description": "A Quick react starter project template powered by vite with React Testing Library. A testing utility tool that's built to test the actual DOM tree rendered by React on the browser.",
"tags": [
"react",
"vite",
"testing-library"
],
"dependencies": [
"@testing-library/react",
"@types/react",
"@types/react-dom",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"@vitejs/plugin-react-refresh",
"eslint",
"eslint-config-prettier",
"eslint-plugin-import",
"eslint-plugin-jsx-a11y",
"eslint-plugin-prettier",
"eslint-plugin-react",
"eslint-plugin-simple-import-sort",
"lint-staged",
"npm-run-all",
"prettier",
"typescript",
"vite",
"husky"
]
},
{
"id": 8,
"name": "react-base",
"maintainBy": "stackw3",
"sha": "a679c11e90cccbb1fbc89d34b71b2320dc20a54e",
"description": "🚀 A React quick start project template powered by vite.",
"tags": [
"react",
"vite",
"husky",
"eslint",
"eslint-prettier"
],
"dependencies": [
"@types/react",
"@types/react-dom",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"@vitejs/plugin-react-refresh",
"eslint",
"eslint-config-prettier",
"eslint-plugin-import",
"eslint-plugin-jsx-a11y",
"eslint-plugin-prettier",
"eslint-plugin-react",
"eslint-plugin-simple-import-sort",
"lint-staged",
"npm-run-all",
"prettier",
"typescript",
"vite",
"husky"
]
},
{
"id": 9,
"name": "react-native-typescript",
"maintainBy": "stackw3",
"sha": "951171d16aa4ac29cca1ad4e13b9ec1639eb045e",
"description": "🚀 A React-Native quick start project with typescript template.",
"tags": [
"react-native",
"react-native-cli",
"react",
"typescript"
],
"dependencies": [
"@react-navigation/native",
"@react-navigation/stack",
"@shopify/flash-list",
"axios",
"lottie-ios",
"lottie-react-native",
"react-native-device-info",
"react-native-fast-image",
"react-native-gesture-handler",
"react-native-reanimated",
"react-native-safe-area-context",
"react-native-screens",
"react-native-svg"
]
},
{
"id": 10,
"name": "@ceejeey/Ideal-frontend",
"maintainBy": "ceejeey",
"sha": "main",
"description": "Ideal frontend starter project template.",
"tags": [
"vite",
"react"
],
"dependencies": [
"react",
"react-dom"
]
}
]