-
Notifications
You must be signed in to change notification settings - Fork 94
/
package.json
66 lines (66 loc) · 1.86 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
{
"name": "buildbuddy",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"clean": "bazel clean && rm -rf node_modules"
},
"devDependencies": {
"@bazel/esbuild": "^5.4.0",
"@bazel/jasmine": "^5.4.0",
"@bazel/typescript": "^5.4.0",
"@types/d3-scale": "^3.0.0",
"@types/d3-time": "^3.0.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/libsodium-wrappers": "^0.7.10",
"@types/long": "^4.0.1",
"@types/moment": "^2.13.0",
"@types/node": "^12.0.2",
"@types/react": "^16.8.17",
"@types/react-date-range": "^1.1.6",
"@types/react-dom": "^16.8.4",
"@types/react-modal": "^3.10.6",
"@types/react-slider": "^1.3.6",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/uuid": "^8.3.0",
"@types/varint": "^6.0.3",
"browser-headers": "^0.4.1",
"d3-scale": "^4.0.2",
"d3-time": "^3.0.0",
"dagre-d3-react": "^0.2.4",
"date-fns": "^4.1.0",
"diff": "^5.0.0",
"diff-match-patch": "^1.0.5",
"jasmine": "^4.1.0",
"jasmine-core": "^5.1.0",
"libsodium-wrappers": "^0.7.10",
"long": "^4.0.0",
"lucide-react": "^0.241.0",
"memoize-one": "^6.0.0",
"moment": "^2.29.4",
"monaco-editor": "0.47.0",
"path-browserify": "^1.0.1",
"prettier": "3.3.3",
"protobufjs": "^7.2.5",
"react": "^18.3.1",
"react-date-range": "^2.0.1",
"react-dom": "^18.3.1",
"react-modal": "^3.16.1",
"react-resize-detector": "^11.0.1",
"react-slider": "^2.0.6",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.7",
"recharts": "^2.1.16",
"rxjs": "^6.6.3",
"shlex": "^2.1.2",
"tslib": "^2.1.0",
"typescript": "^5.6.3",
"uuid": "^8.3.0",
"varint": "^6.0.0"
}
}