-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "react-node-grpc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/mix-project/react-node-grpc.git"
},
"author": "Harpreet Singh",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/mix-project/react-node-grpc/issues"
},
"homepage": "https://gitlab.com/mix-project/react-node-grpc#readme",
"dependencies": {
"@grpc/proto-loader": "^0.5.1",
"google-protobuf": "^3.8.0-rc.1",
"grpc": "^1.20.3",
"grpc-web": "^1.0.4",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"html-webpack-plugin": "^3.2.0",
"prop-types": "^15.7.2",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1"
}
}