-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
130 lines (130 loc) · 4.71 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "bee-ui",
"version": "0.0.24",
"license": "Apache-2.0",
"author": "IBM Corp.",
"scripts": {
"build": "next build",
"start": "next start",
"start:dev": "next dev",
"lint": "next lint && pnpm lint:css",
"lint:css": "stylelint '**/*.scss'",
"format": "prettier --write .",
"prepare": "husky",
"schema:generate": "pnpm schema:generate:api && pnpm schema:generate:observe",
"schema:generate:api": "dotenv -e .env.local cross-var -- pnpm dlx openapi-typescript %SCHEMA_API_URL% -o ./src/app/api/schema.d.ts --alphabetize",
"schema:generate:observe": "dotenv -e .env.local cross-var -- pnpm dlx openapi-typescript %SCHEMA_OBSERVE_URL% -o ./src/app/observe/api/schema.d.ts --alphabetize",
"schema:generate-local": "pnpm schema:generate-local:api && pnpm schema:generate-local:observe",
"schema:generate-local:api": "pnpm dlx openapi-typescript 'http://localhost:4000/docs/json?showHidden=true' -o ./src/app/api/schema.d.ts --alphabetize",
"schema:generate-local:observe": "pnpm dlx openapi-typescript 'http://localhost:4318/docs/json' -o ./src/app/observe/api/schema.d.ts --alphabetize",
"copyright": "./scripts/copyright.sh",
"release": "release-it"
},
"dependencies": {
"@ai-zen/node-fetch-event-source": "^2.1.4",
"@carbon/grid": "^11.22.0",
"@carbon/layout": "^11.28.0",
"@carbon/motion": "^11.22.0",
"@carbon/react": "^1.64.0",
"@carbon/styles": "^1.68.0",
"@dhmk/zustand-lens": "^5.0.0",
"@floating-ui/react": "^0.26.22",
"@hookform/resolvers": "^3.9.0",
"@opentelemetry/api-logs": "^0.53.0",
"@opentelemetry/exporter-jaeger": "^1.26.0",
"@opentelemetry/instrumentation": "^0.53.0",
"@opentelemetry/instrumentation-http": "^0.53.0",
"@opentelemetry/sdk-logs": "^0.53.0",
"@opentelemetry/sdk-node": "^0.53.0",
"@opentelemetry/semantic-conventions": "^1.27.0",
"@radix-ui/react-slot": "^1.1.0",
"@tanstack/react-query": "^5.56.2",
"@types/mime-types": "^2.1.4",
"@types/pluralize": "^0.0.33",
"@vercel/otel": "^1.10.0",
"ajv": "^8.17.1",
"ajv-errors": "^3.0.0",
"cheerio": "1.0.0-rc.12",
"clsx": "^2.1.0",
"deep-object-diff": "^1.1.9",
"fetch-retry": "^6.0.0",
"framer-motion": "^11.3.24",
"http-proxy": "^1.18.1",
"http-status-codes": "^2.3.0",
"immer": "^10.0.4",
"ioredis": "^5.4.1",
"jose": "^5.2.3",
"json5": "^2.2.3",
"keycode-js": "^3.1.0",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"mdast-util-to-hast": "^13.1.0",
"mime-types": "^2.1.35",
"next": "14.2.22",
"next-auth": "5.0.0-beta.25",
"next-nprogress-bar": "^2.3.13",
"openapi-fetch": "0.9.3",
"pluralize": "^8.0.0",
"react": "^18",
"react-aria": "^3.33.0",
"react-dom": "^18",
"react-dropzone": "^14.3.5",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.51.4",
"react-intersection-observer": "^9.8.1",
"react-markdown": "^9.0.1",
"react-merge-refs": "^2.1.1",
"react-resizable": "^3.0.5",
"react-syntax-highlighter": "^15.5.0",
"rehype-minify-whitespace": "^6.0.0",
"remark-gfm": "^4.0.0",
"server-only": "^0.0.1",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"use-local-storage-state": "^19.2.0",
"use-resize-observer": "^9.1.0",
"usehooks-ts": "^3.1.0",
"uuid": "^9.0.1",
"zod": "^3.22.4",
"zustand": "^5.0.1"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@release-it/conventional-changelog": "^9.0.2",
"@svgr/webpack": "^8.1.0",
"@types/carbon__layout": "^0.0.3",
"@types/hast": "^3.0.4",
"@types/http-proxy": "^1.17.14",
"@types/lodash": "^4.17.4",
"@types/mdast": "^4.0.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-resizable": "^3.0.8",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "^9.0.8",
"bee-agent-framework": "^0.0.16",
"cross-var": "^1.1.0",
"dotenv-cli": "^7.4.2",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"release-it": "^17.10.0",
"sass": "^1.77.4",
"stylelint": "^16.3.1",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-plugin-logical-css": "^1.2.1",
"typescript": "^5"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}