-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathpackage.json
76 lines (76 loc) · 2.13 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
75
76
{
"name": "buildbuddy",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"clean": "bazel clean && rm -rf node_modules"
},
"devDependencies": {
"@types/d3-scale": "^3.3.5",
"@types/d3-time": "^3.0.4",
"@types/dagre-d3": "^0.4.39",
"@types/diff": "^5.2.3",
"@types/diff-match-patch": "^1.0.36",
"@types/jasmine": "^4.6.5",
"@types/libsodium-wrappers": "^0.7.14",
"@types/long": "^4.0.2",
"@types/moment": "^2.13.0",
"@types/node": "^12.20.55",
"@types/react": "^16.14.63",
"@types/react-date-range": "^1.4.10",
"@types/react-dom": "^16.9.25",
"@types/react-modal": "^3.16.3",
"@types/react-slider": "^1.3.6",
"@types/react-virtualized-auto-sizer": "^1.0.8",
"@types/react-window": "^1.8.8",
"@types/uuid": "^8.3.4",
"@types/varint": "^6.0.3",
"browser-headers": "^0.4.1",
"d3-scale": "^4.0.2",
"d3-time": "^3.1.0",
"dagre-d3-react": "^0.2.4",
"date-fns": "^4.1.0",
"diff": "^5.2.0",
"diff-match-patch": "^1.0.5",
"jasmine": "^4.6.0",
"jasmine-core": "^5.6.0",
"jasmine-reporters": "^2.5.2",
"libsodium-wrappers": "^0.7.15",
"long": "^4.0.0",
"lucide-react": "^0.241.0",
"memoize-one": "^6.0.0",
"moment": "^2.30.1",
"monaco-editor": "0.47.0",
"path-browserify": "^1.0.1",
"prettier": "3.3.3",
"protobufjs": "^7.4.0",
"react": "^18.3.1",
"react-date-range": "^2.0.1",
"react-dom": "^18.3.1",
"react-modal": "^3.16.3",
"react-resize-detector": "^11.0.1",
"react-slider": "^2.0.6",
"react-virtualized-auto-sizer": "^1.0.26",
"react-window": "^1.8.11",
"recharts": "^2.15.1",
"rxjs": "^6.6.7",
"shlex": "^2.1.2",
"tslib": "^2.8.1",
"typescript": "5.8.2",
"uuid": "^8.3.2",
"varint": "^6.0.0",
"yarn": "^1.22.22"
},
"pnpm": {
"onlyBuiltDependencies": [],
"packageExtensions": {
"react-slider": {
"//": "Fixes an issue that esbuild can't build react-slider because it implicitly depends on @babel/runtime.",
"dependencies": {
"@babel/runtime": "7.26.10"
}
}
}
}
}