-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
322 lines (322 loc) · 7.91 KB
/
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
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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
{
"name": "@microlink/react-json-view",
"description": "Interactive react component for displaying javascript arrays and JSON objects.",
"homepage": "https://github.com/microlinkhq/react-json-view",
"version": "1.23.4",
"main": "dist/main.js",
"author": {
"name": "Mac Gainor"
},
"contributors": [
{
"name": "mac",
"email": "[email protected]"
},
{
"name": "Kiko Beats",
"email": "[email protected]"
},
{
"name": "Brad Adams",
"email": "[email protected]"
},
{
"name": "Xuefei Li",
"email": "[email protected]"
},
{
"name": "Caina Leao",
"email": "[email protected]"
},
{
"name": "Mikolaj",
"email": "[email protected]"
},
{
"name": "Tom McLaughlin",
"email": "[email protected]"
},
{
"name": "Vadim Zainetdinov",
"email": "[email protected]"
},
{
"name": "Nicolas DUBIEN",
"email": "[email protected]"
},
{
"name": "Andy Baird",
"email": "[email protected]"
},
{
"name": "Marc Bernard",
"email": "[email protected]"
},
{
"name": "Daniel Santos",
"email": "[email protected]"
},
{
"name": "mac-s-g",
"email": "[email protected]"
},
{
"name": "jorgejar",
"email": "[email protected]"
},
{
"name": "Pravdomil",
"email": "[email protected]"
},
{
"name": "superfaz",
"email": "[email protected]"
},
{
"name": "Orta Therox",
"email": "[email protected]"
},
{
"name": "Varad Chemburkar",
"email": "[email protected]"
},
{
"name": "Ashwin Menkudle",
"email": "[email protected]"
},
{
"name": "Aaron Cunnington",
"email": "[email protected]"
},
{
"name": "Bob Thomas",
"email": "[email protected]"
},
{
"name": "Cai Leao",
"email": "[email protected]"
},
{
"name": "Craig Kochis",
"email": "[email protected]"
},
{
"name": "casey langen",
"email": "[email protected]"
},
{
"name": "Dheeraj Yennam",
"email": "[email protected]"
},
{
"name": "Dylan Dirlam",
"email": "[email protected]"
},
{
"name": "shybyte",
"email": "[email protected]"
},
{
"name": "EvertE",
"email": "[email protected]"
},
{
"name": "Guillaume FORTAINE",
"email": "[email protected]"
},
{
"name": "Jack",
"email": "[email protected]"
},
{
"name": "Jason Etcovitch",
"email": "[email protected]"
},
{
"name": "Michael Reynolds",
"email": "[email protected]"
},
{
"name": "Jeremy Liberman",
"email": "[email protected]"
},
{
"name": "Oleg Proskurin",
"email": "[email protected]"
},
{
"name": "Rubens Mariuzzo",
"email": "[email protected]"
},
{
"name": "Ryan Haywood",
"email": "[email protected]"
},
{
"name": "Taylor Birkeland",
"email": "[email protected]"
},
{
"name": "John Arthur",
"email": "[email protected]"
},
{
"name": "Uzi Kilon",
"email": "[email protected]"
},
{
"name": "DELORD Vincent",
"email": "[email protected]"
},
{
"name": "REDMOND\\xuefl",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/microlinkhq/react-json-view.git"
},
"bugs": {
"url": "https://github.com/microlinkhq/react-json-view/issues"
},
"keywords": [
"array-viewer",
"base-16",
"component",
"interactive",
"interactive-json",
"json",
"json-component",
"json-display",
"json-inspector",
"json-tree",
"json-tree",
"json-view",
"json-viewer",
"react",
"react-component",
"react-json",
"theme",
"tree",
"tree-view",
"treeview"
],
"dependencies": {
"flux": "~4.0.1",
"react-base16-styling": "~0.9.0",
"react-lifecycles-compat": "~3.0.4",
"react-textarea-autosize": "~8.3.2"
},
"devDependencies": {
"@babel/core": "^7.13.0",
"@babel/eslint-parser": "~7.12.1",
"@babel/plugin-proposal-private-property-in-object": "~7.21.11",
"@babel/plugin-syntax-class-properties": "~7.12.1",
"@babel/plugin-syntax-jsx": "~7.12.1",
"@babel/register": "7.12.10",
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@ksmithut/prettier-standard": "latest",
"@types/react": "^18.2.20",
"babel-loader": "8.4.1",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-react-html-attrs": "~2.1.0",
"babel-preset-react-app": "10.0.1",
"browser-sync": "~3.0.3",
"chai": "~4.2.0",
"cheerio": "1.0.0-rc.3",
"css-loader": "~4.3.0",
"enzyme": "~3.11.0",
"enzyme-adapter-react-16": "~1.15.5",
"github-generate-release": "latest",
"html-webpack-plugin": "^4.5.2",
"ignore-styles": "~5.0.1",
"jsdom": "~16.4.0",
"mocha": "~8.2.1",
"moment": "~2.29.1",
"nano-staged": "latest",
"nyc": "~15.1.0",
"prettier": "~2.2.1",
"react": "~16.14.0",
"react-dom": "~16.14.0",
"react-select": "~1.1.0",
"react-test-renderer": "~16.14.0",
"sass": "~1.47.0",
"sass-loader": "~10.1.1",
"simple-git-hooks": "latest",
"sinon": "~9.2.3",
"standard": "latest",
"standard-version": "latest",
"style-loader": "~1.3.0",
"tinyrun": "~1.0.2",
"typescript": "^4.5.4",
"webpack": "~5.93.0",
"webpack-bundle-analyzer": "~4.10.2",
"webpack-bundle-size-analyzer": "~3.1.0",
"webpack-cli": "~5.1.4",
"webpack-dev-server": "~5.0.4"
},
"files": [
"dist",
"index.d.ts"
],
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production webpack --config webpack/webpack.config.js --progress",
"dev": "NODE_ENV=development webpack serve --config webpack/webpack.config-dev.js --open",
"docs:build": "NODE_ENV=production webpack --node-env production --config webpack/webpack.config-docs.js --progress",
"docs:dev": "tinyrun 'npm run docs:dev:watch' 'npm run docs:dev:browserync'",
"docs:dev:browserync": "browser-sync start --serveStatic docs/ --server --files 'index.html, **/*.(css|js|md)'",
"docs:dev:watch": "npm run docs:build -- --watch",
"lint": "standard",
"modules:size-analyzer": "webpack --config webpack/webpack.config.js --json | webpack-bundle-size-analyzer",
"modules:tree": "webpack --config webpack/webpack.config.js --json ",
"postrelease": "npm run release:tags && npm run release:github && npm publish",
"prerelease": "npm run build",
"release": "standard-version -a",
"release:github": "github-generate-release",
"release:tags": "git push --follow-tags origin HEAD:master",
"test": "npm run test:coverage",
"test:coverage": "NODE_ENV=test nyc --reporter=text-lcov mocha test/**/*-test.js",
"test:unit": "NODE_ENV=test nyc mocha test/**/*-test.js",
"test:watch": "NODE_ENV=test nyc mocha -w test/**/*-test.js"
},
"license": "MIT",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"body-max-line-length": [
0
]
}
},
"nano-staged": {
"*.js": [
"prettier-standard",
"standard --fix"
],
"package.json": [
"finepack"
]
},
"peerDependencies": {
"react": ">= 15",
"react-dom": ">= 15"
},
"simple-git-hooks": {
"commit-msg": "npx commitlint --edit",
"pre-commit": "npx nano-staged"
},
"standard": {
"globals": [
"describe",
"it"
],
"ignore": [
"demo/dist",
"dev-server"
]
}
}