-
Notifications
You must be signed in to change notification settings - Fork 489
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 4.89 KB
/
package.json
File metadata and controls
140 lines (140 loc) · 4.89 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.57.1",
"private": true,
"engines": {
"node": ">=18"
},
"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": {
"@ag-grid-community/client-side-row-model": "^32.3.4",
"@ag-grid-community/core": "^32.3.4",
"@ag-grid-community/csv-export": "^32.3.4",
"@ag-grid-community/react": "^32.3.4",
"@ag-grid-community/styles": "^32.3.4",
"@agenta/web-tests": "workspace:../tests",
"@ant-design/colors": "^7.2.0",
"@ant-design/cssinjs": "^1.22.1",
"@ant-design/icons": "^5.5.2",
"@ant-design/v5-patch-for-react-19": "^1.0.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",
"@headlessui/react": "1.7.7",
"@headlessui/tailwindcss": "^0.2.1",
"@lexical/code": "^0.35.0",
"@lexical/code-shiki": "^0.35.0",
"@lexical/hashtag": "^0.35.0",
"@lexical/history": "^0.35.0",
"@lexical/link": "^0.35.0",
"@lexical/list": "^0.35.0",
"@lexical/mark": "^0.35.0",
"@lexical/markdown": "^0.35.0",
"@lexical/overflow": "^0.35.0",
"@lexical/react": "^0.35.0",
"@lexical/rich-text": "^0.35.0",
"@lexical/selection": "^0.35.0",
"@lexical/table": "^0.35.0",
"@lexical/utils": "^0.35.0",
"@monaco-editor/react": "^4.7.0-rc.0",
"@next/bundle-analyzer": "15.5.2",
"@phosphor-icons/react": "^2.1.10",
"@prettier/sync": "^0.5.2",
"@scalar/openapi-parser": "^0.9.0",
"@scalar/openapi-types": "^0.1.5",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^5.87.1",
"@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.18",
"@types/papaparse": "^5.3.14",
"@types/promise-retry": "^1.1.6",
"@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",
"@types/uuid": "^10.0.0",
"ajv": "^8.17.1",
"antd": "^5.26.1",
"autoprefixer": "10.4.20",
"axios": "^1.12.2",
"blakejs": "^1.2.1",
"classnames": "^2.3.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.10",
"diff": "^5.2.0",
"dotenv": "^16.5.0",
"fast-deep-equal": "^3.1.3",
"highlight.js": "^11.11.1",
"immer": "^10.1.3",
"jotai": "^2.13.1",
"jotai-devtools": "^0.12.0",
"jotai-eager": "^0.2.3",
"jotai-immer": "^0.4.1",
"jotai-tanstack-query": "^0.11.0",
"js-beautify": "^1.14.8",
"js-yaml": "^4.1.0",
"jsonrepair": "^3.13.0",
"lexical": "^0.35.0",
"lodash": "^4.17.21",
"lucide-react": "^0.475.0",
"next": "15.5.2",
"papaparse": "^5.5.3",
"postcss": "^8.5.6",
"postcss-antd-fixes": "^0.2.0",
"posthog-js": "^1.223.3",
"prismjs": "^1.30.0",
"promise-retry": "^2.0.1",
"rc-virtual-list": "^3.19.1",
"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-syntax-highlighter": "^15.6.0",
"react-window": "^1.8.11",
"semver": "^7.7.2",
"shiki": "^3.12.2",
"stable-hash": "^0.0.6",
"supertokens-auth-react": "^0.47.0",
"supertokens-node": "^21.0.0",
"swc-loader": "^0.2.6",
"swr": "^2.3.0",
"swr-devtools": "^1.3.2",
"tailwindcss": "^3.4.4",
"typescript": "5.8.3",
"use-animation-frame": "^0.2.1",
"usehooks-ts": "^3.1.1",
"uuid": "^11.1.0",
"uuidjs": "^5.1.0"
},
"devDependencies": {
"@swc-jotai/debug-label": "^0.2.0",
"@swc-jotai/react-refresh": "^0.3.0",
"@types/node": "^20.8.10",
"@types/prismjs": "^1.26.5",
"@types/semver": "^7.7.0",
"node-mocks-http": "^1.17.2",
"tailwind-scrollbar": "^3"
}
}