-
Notifications
You must be signed in to change notification settings - Fork 589
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 5.07 KB
/
Copy pathpackage.json
File metadata and controls
140 lines (140 loc) · 5.07 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
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
131
132
133
134
135
136
137
138
139
140
{
"name": "@agenta/oss",
"version": "0.104.1",
"private": true,
"engines": {
"node": "24.x"
},
"scripts": {
"dev": "next dev --turbopack",
"dev:local": "ENV_FILE=.local.env next dev",
"dev:turbo": "ENV_FILE=.local.env next dev --turbo",
"build": "next build && cp -r public/. .next/standalone/oss/public && cp -r .next/static .next/standalone/oss/.next",
"start": "next start",
"lint": "next lint",
"lint-fix": "next lint --fix",
"format": "prettier --check .",
"format-fix": "prettier --write .",
"types:check": "tsc",
"types:watch": "tsc -w"
},
"dependencies": {
"@agenta/annotation": "workspace:../packages/agenta-annotation",
"@agenta/annotation-ui": "workspace:../packages/agenta-annotation-ui",
"@agenta/entities": "workspace:../packages/agenta-entities",
"@agenta/entity-ui": "workspace:../packages/agenta-entity-ui",
"@agenta/playground": "workspace:../packages/agenta-playground",
"@agenta/playground-ui": "workspace:../packages/agenta-playground-ui",
"@agenta/sdk": "workspace:../packages/agenta-sdk",
"@agenta/shared": "workspace:../packages/agenta-shared",
"@agenta/ui": "workspace:../packages/agenta-ui",
"@agenta/web-tests": "workspace:../tests",
"@agentaai/nextstepjs": "^2.1.3-agenta.1",
"@ant-design/colors": "^7.2.1",
"@ant-design/cssinjs": "^2.1.0",
"@ant-design/icons": "^6.1.0",
"@ant-design/x": "^2.5.0",
"@cloudflare/stream-react": "^1.9.3",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@floating-ui/dom": "^1.7.2",
"@floating-ui/react": "^0.27.13",
"@lexical/code": "^0.40.0",
"@lexical/code-shiki": "^0.40.0",
"@lexical/hashtag": "^0.40.0",
"@lexical/history": "^0.40.0",
"@lexical/link": "^0.40.0",
"@lexical/list": "^0.40.0",
"@lexical/mark": "^0.40.0",
"@lexical/markdown": "^0.40.0",
"@lexical/overflow": "^0.40.0",
"@lexical/react": "^0.40.0",
"@lexical/rich-text": "^0.40.0",
"@lexical/selection": "^0.40.0",
"@lexical/table": "^0.40.0",
"@lexical/utils": "^0.40.0",
"@next/bundle-analyzer": "15.5.18",
"@phosphor-icons/react": "^2.1.10",
"@reduxjs/toolkit": "^2.8.2",
"@scalar/openapi-parser": "^0.24.13",
"@scalar/openapi-types": "^0.1.5",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^5.90.21",
"@tremor/react": "^3.18.7",
"@types/diff": "^5.0.9",
"@types/js-beautify": "^1.14.0",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.23",
"@types/papaparse": "^5.3.14",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/react-resizable": "^3.0.7",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/react-window": "^1.8.8",
"ajv": "^8.18.0",
"antd": "^6.1.3",
"autoprefixer": "10.4.20",
"axios": "1.16.0",
"classnames": "^2.3.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.20",
"dotenv": "^16.5.0",
"fast-deep-equal": "^3.1.3",
"immer": "^10.1.3",
"jotai": "^2.16.1",
"jotai-eager": "^0.2.6",
"jotai-family": "^1.0.1",
"jotai-immer": "^0.4.3",
"jotai-scheduler": "^0.0.5",
"jotai-tanstack-query": "^0.11.0",
"js-beautify": "^1.14.8",
"js-yaml": "^4.1.1",
"jsonrepair": "^3.13.3",
"lexical": "^0.40.0",
"lodash": "^4.17.23",
"lucide-react": "^0.479.0",
"motion": "^12.0.0",
"next": "15.5.18",
"papaparse": "^5.5.3",
"postcss": "^8.5.10",
"posthog-js": "^1.223.3",
"prismjs": "^1.30.0",
"rc-virtual-list": "^3.19.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^4.0.11",
"react-icons": "^5.4.0",
"react-jss": "^10.10.0",
"react-resizable": "^3.0.5",
"react-window": "^1.8.11",
"recharts": "^3.1.0",
"semver": "^7.7.4",
"shiki": "^3.23.0",
"stable-hash": "^0.0.6",
"supertokens-auth-react": "^0.51.0",
"supertokens-web-js": "^0.16.0",
"swc-loader": "^0.2.7",
"swr": "^2.4.0",
"swr-devtools": "^1.3.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.9.3",
"use-animation-frame": "^0.2.1",
"usehooks-ts": "^3.1.1",
"uuid": "^11.1.1",
"uuidjs": "^5.1.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@swc-jotai/debug-label": "^0.5.0",
"@swc-jotai/react-refresh": "^0.5.0",
"@types/node": "^20.19.20",
"@types/prismjs": "^1.26.5",
"@types/semver": "^7.7.1",
"node-mocks-http": "^1.17.2",
"prettier": "^3.7.4",
"tailwind-scrollbar": "^3"
}
}