-
Notifications
You must be signed in to change notification settings - Fork 127
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.99 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.99 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "torchci2",
"private": true,
"scripts": {
"dev": "npx next dev",
"build": "npx next build",
"start": "npx next start",
"lint": "npx next lint",
"test": "npx jest",
"format": "yarn prettier --write .",
"uploadQueryLambda": "npx node scripts/uploadQueryLambda.mjs"
},
"resolutions": {
"@babel/runtime": "^7.24.6"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.347.1",
"@aws-sdk/client-s3": "^3.347.1",
"@aws-sdk/lib-dynamodb": "^3.72.0",
"@clickhouse/client": "^1.11.1",
"@codemirror/basic-setup": "^0.20.0",
"@codemirror/state": "^0.20.0",
"@codemirror/theme-one-dark": "^0.20.0",
"@codemirror/view": "^0.20.7",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^7.3.1",
"@mui/lab": "^7.0.0-beta.16",
"@mui/material": "^7.3.1",
"@mui/system": "^7.3.1",
"@mui/x-charts": "^8.10.2",
"@mui/x-data-grid": "^8.10.2",
"@mui/x-date-pickers": "^8.10.2",
"@octokit/webhooks": "^13.3.0",
"@octokit/webhooks-types": "^7.6.1",
"@opensearch-project/opensearch": "^2.3.1",
"@types/minimist": "^1.2.2",
"@vercel/analytics": "^1.3.2",
"ansicolor": "^1.1.100",
"axios": "^1.8.2",
"d3": "^7.9.0",
"dayjs": "^1.11.3",
"dayjs-plugin-utc": "^0.1.2",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"eslint-plugin-unused-imports": "^3.2.0",
"jaro-winkler-typescript": "^1.0.1",
"lodash": "^4.17.21",
"lz-string": "^1.5.0",
"minimatch": "^9.0.3",
"minimist": "^1.2.6",
"next": "15.5.0",
"next-auth": "^4.24.11",
"octokit": "^1.7.1",
"pino-std-serializers": "^7.0.0",
"probot": "^12.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-icons": "^4.3.1",
"react-linkify-it": "1.0.7",
"react-markdown": "^8.0.3",
"react-router-dom": "^6.26.2",
"react-use-clipboard": "^1.0.8",
"recharts": "^2.5.0",
"shlex": "^2.1.0",
"swr": "^2.2.5",
"trie-search": "^1.4.2",
"typed-rest-client": "^1.8.9",
"urllib": "2.44.0",
"uuid": "^8.3.2",
"zod": "^3.25.64"
},
"devDependencies": {
"@types/argparse": "^2.0.10",
"@types/d3": "^7.4.3",
"@types/echarts": "^4.9.14",
"@types/jest": "^29.5.14",
"@types/jsdom": "^16.2.14",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.40",
"@types/react": "18.0.5",
"@types/react-dom": "^18.2.25",
"@types/uuid": "^8.3.4",
"argparse": "^2.0.1",
"colors": "^1.4.0",
"diff": "^5.0.0",
"dotenv": "^16.0.0",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"jest": "^29.7.0",
"monaco-editor": "^0.33.0",
"nock": "^13.2.6",
"prettier": "2.6.2",
"prettier-plugin-organize-imports": "^3.2.4",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}