forked from palico-ai/palico-ai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
168 lines (168 loc) · 5.04 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"name": "palico-ai",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@dropzone-ui/react": "^7.0.4",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mdx-js/react": "^3.0.0",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@next/third-parties": "^14.2.4",
"@nx-plus/docusaurus": "^15.0.0-rc.0",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/auto-instrumentations-node": "^0.44.0",
"@opentelemetry/exporter-zipkin": "^1.24.0",
"@opentelemetry/sdk-metrics": "^1.24.0",
"@opentelemetry/sdk-node": "^0.51.0",
"@opentelemetry/sdk-trace-node": "^1.24.0",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-table": "^8.17.3",
"@tryghost/admin-api": "^1.13.12",
"@xyflow/react": "^12.2.0",
"ag-grid-community": "^31.2.1",
"ag-grid-react": "^31.2.1",
"axios": "^1.6.0",
"body-parser": "^1.20.3",
"chalk": "^4.1.2",
"chroma-js": "^2.4.2",
"clsx": "^2.0.0",
"commander": "^11.1.0",
"configstore": "^6.0.0",
"cors": "^2.8.5",
"diff": "^5.2.0",
"docker-compose": "^0.24.8",
"dotenv": "^16.4.4",
"exponential-backoff": "^3.1.1",
"express": "^4.21.0",
"fastest-levenshtein": "^1.0.16",
"find-up": "^5.0.0",
"jose": "^5.9.3",
"json-schema": "^0.4.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.5.0",
"next": "^14.1.1",
"openai": "^4.72.0",
"pg": "^8.11.5",
"pg-boss": "^9.0.3",
"pg-hstore": "^2.3.4",
"portfinder": "^1.0.32",
"prism-react-renderer": "^2.3.1",
"react": "18.2.0",
"react-click-away-listener": "^2.2.3",
"react-code-blocks": "^0.1.6",
"react-dom": "18.2.0",
"react-hotkeys-hook": "^4.6.1",
"react-pro-sidebar": "^1.1.0",
"react-router-dom": "6.11.2",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^10.0.5",
"replicate": "^0.20.1",
"sequelize": "^6.37.3",
"sharp": "^0.33.5",
"usehooks-ts": "^3.1.0",
"yaml": "^2.5.1",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@nx/devkit": "18.0.8",
"@nx/esbuild": "18.0.8",
"@nx/eslint": "18.0.8",
"@nx/eslint-plugin": "18.0.8",
"@nx/express": "^18.0.8",
"@nx/jest": "18.0.8",
"@nx/js": "^18.0.8",
"@nx/next": "^18.0.8",
"@nx/node": "^18.0.8",
"@nx/playwright": "18.0.8",
"@nx/react": "^18.0.8",
"@nx/rollup": "^18.0.8",
"@nx/vite": "18.0.8",
"@nx/web": "18.0.8",
"@nx/webpack": "18.0.8",
"@playwright/test": "^1.36.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@rollup/plugin-url": "^7.0.0",
"@svgr/rollup": "^8.0.1",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.8.0",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@swc/jest": "0.2.20",
"@testing-library/react": "14.0.0",
"@types/archiver": "^6.0.2",
"@types/aws-serverless-express": "^3.3.9",
"@types/body-parser": "^1.19.5",
"@types/chroma-js": "^2.4.4",
"@types/configstore": "^6.0.2",
"@types/cors": "^2.8.17",
"@types/diff": "^5.2.1",
"@types/express": "^4.17.21",
"@types/jest": "^29.4.0",
"@types/json-schema": "^7.0.15",
"@types/json-to-pretty-yaml": "^1.2.1",
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash": "^4.17.9",
"@types/node": "18.16.9",
"@types/nodemon": "^1.19.6",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/swagger-jsdoc": "^6.0.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.3.1",
"babel-jest": "^29.4.1",
"esbuild": "^0.19.2",
"eslint": "~8.48.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-cypress": "^2.13.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jsdom": "~22.1.0",
"nodemon": "^3.1.0",
"nx": "18.0.8",
"prettier": "^2.6.2",
"react-refresh": "^0.10.0",
"swagger-jsdoc": "^6.2.8",
"swc-loader": "0.1.15",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typedoc": "^0.25.13",
"typescript": "~5.3.2",
"url-loader": "^4.1.1",
"verdaccio": "^5.0.4",
"vite": "~5.1.8",
"vite-plugin-dts": "~2.3.0",
"vitest": "^1.3.1",
"webpack-cli": "^5.1.4"
},
"workspaces": [
"packages/*"
],
"nx": {
"includedScripts": []
}
}