forked from SafetyCulture/grpc-web-devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 954 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
{
"name": "grpc-web-devtools",
"version": "0.1.0",
"license": "MIT",
"author": "SafetyCulture",
"repository": {
"type": "git",
"url": "https://github.com/SafetyCulture/grpc-web-devtools"
},
"dependencies": {
"@reduxjs/toolkit": "^1.0.4",
"fuse.js": "^6.4.6",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-json-view": "^1.21.3",
"react-redux": "^7.2.8",
"react-scripts": "^5.0.1",
"react-split": "^2.0.13",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6"
},
"devDependencies": {
"@babel/helper-define-map": "^7.15.4"
},
"scripts": {
"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"
]
}