-
Notifications
You must be signed in to change notification settings - Fork 97
/
Copy pathpackage.json
74 lines (74 loc) · 2.17 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
{
"name": "buildbuddy",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"clean": "bazel clean && rm -rf node_modules"
},
"devDependencies": {
"@bazel/bazelisk": "^1.12.0",
"@bazel/buildifier": "^3.4.0",
"@bazel/esbuild": "^5.4.0",
"@bazel/ibazel": "^0.13.2",
"@bazel/jasmine": "^5.4.0",
"@bazel/typescript": "^5.4.0",
"@types/dagre-d3": "^0.4.39",
"@types/diff": "^5.0.1",
"@types/diff-match-patch": "^1.0.32",
"@types/jasmine": "^4.0.3",
"@types/long": "^4.0.1",
"@types/moment": "^2.13.0",
"@types/node": "^12.0.2",
"@types/pako": "^1.0.1",
"@types/react": "^16.8.17",
"@types/react-date-range": "^1.1.6",
"@types/react-dom": "^16.8.4",
"@types/react-lazylog": "^4.5.0",
"@types/react-modal": "^3.10.6",
"@types/react-virtualized": "^9.21.9",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/uuid": "^8.3.0",
"clang-format": "^1.4.0",
"concurrently": "^5.3.0",
"dagre-d3-react": "^0.2.4",
"date-fns": "^2.23.0",
"diff": "^5.0.0",
"diff-match-patch": "^1.0.5",
"events": "^3.2.0",
"google-protobuf": "^3.14.0",
"grpc-web": "^1.2.1",
"jasmine": "^4.1.0",
"lint-staged": "^10.2.13",
"long": "^4.0.0",
"lucide-react": "^0.16.29",
"memoize-one": "^6.0.0",
"moment": "^2.29.4",
"monaco-editor": "^0.25.2",
"octokit": "^1.1.0",
"octokit-plugin-create-pull-request": "^3.9.3",
"oidc-client": "^1.10.1",
"pako": "^1.0.11",
"prettier": "^2.1.1",
"protobufjs": "^7.0.0",
"protobufjs-cli": "^1.0.0",
"react": "^16.8.6",
"react-date-range": "^1.3.0",
"react-dom": "^16.8.6",
"react-lazylog": "https://github.com/buildbuddy-io/react-lazylog.git#571fcaee618082aa141d7d09c5a3054ed6324837",
"react-modal": "^3.11.2",
"react-virtualized": "^9.21.2",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.7",
"recharts": "^2.1.9",
"rollup-plugin-replace": "^2.2.0",
"rxjs": "^6.6.3",
"tslib": "^2.1.0",
"typescript": "^4.6.3",
"uuid": "^8.3.0"
},
"resolutions": {
"@types/react": "^16.8.17"
}
}