-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathui.json
176 lines (176 loc) · 5.1 KB
/
ui.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
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
{
"response": {
"tabs": [{
"label": "Language",
"options": ["Javascript", "Typescript"],
"required": true,
"selectedValue": "Javascript",
"childTab": null
}, {
"label": "Technology",
"options": ["Angular", "React", "React Native", "Node Js Server", "VS Code Extension"],
"required": true,
"selectedValue": "Angular",
"childTab": {
"expanded":false,
"whichTab": "Node Js Server",
"label": "Database",
"options": ["None","MongoDB", "MySql", "PostgreSQL"],
"required": true,
"selectedValue": "None"
}
}],
"metaData": [{
"label": "App name",
"placeholder": "Application name",
"value": "",
"required": true
}, {
"label": "Version",
"placeholder": "0.1.0",
"value": "0.1.0",
"required": true
}, {
"label": "Description",
"placeholder": "About project",
"value": "",
"required": false
}, {
"label": "Git repository link",
"placeholder": "repo link",
"value": "",
"required": false
}, {
"label": "Keywords",
"placeholder": "eg. js, node",
"value": "",
"required": false
}, {
"label": "Author",
"placeholder": "developer name",
"value": "",
"required": false
}, {
"label": "License",
"placeholder": "eg. MIT, Apache",
"value": "",
"required": false
}],
"dependencyList": {
"DeveloperTools": [{
"label": "redux",
"desc": "Redux is a predictable state container for JavaScript apps",
"tag": ["angular","react", "react-native", "nodejs", "vs-code-extension"],
"default":["react","angular"],
"value": false,
"version":"1.0.0"
},
{
"label": "react-redux",
"desc": "React Redux is the official React binding for Redux. It lets your React components read data from a Redux store, and dispatch actions to the store to update data.",
"tag": ["angular","react", "react-native", "nodejs", "vs-code-extension"],
"value": false,
"default":[],
"version":"1.0.0"
},
{
"label": "body-parser",
"desc": "Parse incoming request bodies in a middleware before your handlers, available under the req.body property",
"tag": ["react", "react-native", "nodejs", "vs-code-extension"],
"value": false,
"default":[],
"version":"1.0.0"
},
{
"label": "lodash",
"desc": "It is used to simplify your work of managing and editing objects and arrays by providing lots of utility methods",
"tag": ["react", "react-native", "nodejs", "vs-code-extension"],
"value": false,
"default":[],
"version":"1.0.0"
},
{
"label": "Prop-types",
"desc": "Runtime type checking for React props and similar objects.",
"tag": ["react", "react-native"],
"value": false,
"default":[],
"version":"1.0.0"
},
{
"label": "moment",
"desc": "A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates.",
"tag": ["angular","react", "react-native", "nodejs"],
"value": false,
"default":[],
"version":"1.0.0"
},
{
"label": "commander",
"desc": "The complete solution for node.js command-line interfaces, inspired by Ruby's commander.",
"tag": ["nodejs"],
"value": false,
"default":[],
"version":"1.0.0"
},
{
"label": "axios",
"desc": "Promise based HTTP client for the browser and node.js",
"tag": ["angular","react", "react-native", "nodejs"],
"value": false,
"default":[],
"version":"1.0.0"
}
],
"Web": [{
"label": "express",
"desc": "Fast, unopinionated, minimalist web framework for node.",
"tag": ["react", "react-native", "nodejs", "vs-code-extension"],
"value": false,
"default":["nodejs"],
"version":"1.0.0"
}
],
"Security": [{
"label": "babel-core",
"desc": "Transforms the passed in code. Returning an object with the generated code, source map, and AST.",
"tag": ["react", "react-native", "nodejs"],
"value": false,
"default":[],
"version":"1.0.0"
}
],
"FileOperation": [{
"label": "file-system",
"desc": "file-system — Simplified file system",
"tag": ["nodejs"],
"value": false,
"default":[],
"version":"1.0.0"
}],
"Testing": [{
"label": "Jest",
"desc": " It is used to simplify your work of managing and editing objects and arrays by providing lots of utility methods",
"tag": ["angular","react", "react-native", "nodejs", "vs-code-extension"],
"value": false,
"default":[],
"version":"1.0.0"
},{
"label": "Mocha",
"desc": " It is used to simplify your work of managing and editing objects and arrays by providing lots of utility methods",
"tag": ["angular","react", "react-native", "nodejs", "vs-code-extension"],
"value": false,
"default":[],
"version":"1.0.0"
},{
"label": "Jasmine",
"desc": " It is used to simplify your work of managing and editing objects and arrays by providing lots of utility methods",
"tag": ["angular","react", "react-native", "nodejs", "vs-code-extension"],
"value": false,
"default":[],
"version":"1.0.0"
}],
"search_selection_item":[]
}
}
}