forked from jrapoport/grpc-web-devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 993 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
{
"name": "grpc-web-devtools",
"version": "2.0.0",
"license": "MIT",
"author": "jrapoport",
"repository": {
"type": "git",
"url": "https://github.com/jrapoport/grpc-web-devtools"
},
"scripts": {
"update": "ncu -u && yarn",
"start": "react-scripts start",
"build": "INLINE_RUNTIME_CHUNK=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@reduxjs/toolkit": "^1.7.1",
"fuse.js": "^6.4.6",
"lodash": "4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-json-view": "^1.21.3",
"react-redux": "^7.2.6",
"react-scripts": "5.0.0",
"react-split": "^2.0.13",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6"
},
"devDependencies": {
"npm-check-updates": "^12.0.5"
}
}