-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 987 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 987 Bytes
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
{
"name": "grpc-web-hacker-news",
"source": "app/index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"version": "1.0.0",
"description": "Using grpc-web to build a hacker news reader",
"scripts": {
"start": "parcel",
"build": "parcel build",
"test": "echo 'TODO'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easyCZ/grpc-web-hacker-news.git"
},
"author": "easyCZ",
"license": "ISC",
"bugs": {
"url": "https://github.com/easyCZ/grpc-web-hacker-news/issues"
},
"homepage": "https://github.com/easyCZ/grpc-web-hacker-news#readme",
"devDependencies": {
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"add": "^2.0.6",
"google-protobuf": "3.0.0",
"grpc-web-client": "^0.7.0",
"parcel": "^2.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"semantic-ui-react": "^2.1.1",
"typescript": "^4.5.5",
"yarn": "^1.22.17"
}
}