directus

Форк
0
/
package.json 
235 строк · 6.1 Кб
1
{
2
	"name": "@directus/api",
3
	"version": "19.3.1",
4
	"description": "Directus is a real-time API and App dashboard for managing SQL database content",
5
	"keywords": [
6
		"directus",
7
		"realtime",
8
		"database",
9
		"content",
10
		"api",
11
		"rest",
12
		"graphql",
13
		"app",
14
		"dashboard",
15
		"headless",
16
		"cms",
17
		"mysql",
18
		"postgresql",
19
		"cockroachdb",
20
		"sqlite",
21
		"framework",
22
		"vue"
23
	],
24
	"homepage": "https://directus.io",
25
	"repository": {
26
		"type": "git",
27
		"url": "https://github.com/directus/directus.git",
28
		"directory": "api"
29
	},
30
	"funding": "https://github.com/directus/directus?sponsor=1",
31
	"license": "BUSL-1.1",
32
	"author": {
33
		"name": "Monospace Inc",
34
		"email": "info@monospace.io",
35
		"url": "https://monospace.io"
36
	},
37
	"maintainers": [
38
		{
39
			"name": "Rijk van Zanten",
40
			"email": "rijkvanzanten@me.com",
41
			"url": "https://github.com/rijkvanzanten"
42
		},
43
		{
44
			"name": "Ben Haynes",
45
			"email": "ben@rngr.org",
46
			"url": "https://github.com/benhaynes"
47
		}
48
	],
49
	"type": "module",
50
	"exports": {
51
		".": "./dist/index.js",
52
		"./*": "./dist/*.js",
53
		"./cli/run.js": "./dist/cli/run.js",
54
		"./package.json": "./package.json"
55
	},
56
	"main": "dist/index.js",
57
	"files": [
58
		"dist"
59
	],
60
	"scripts": {
61
		"build": "tsc --project tsconfig.prod.json && copyfiles \"src/**/*.{yaml,liquid}\" -u 1 dist",
62
		"cli": "NODE_ENV=development SERVE_APP=false tsx src/cli/run.ts",
63
		"dev": "NODE_ENV=development SERVE_APP=true tsx watch --ignore extensions --clear-screen=false src/start.ts",
64
		"test": "vitest --watch=false"
65
	},
66
	"dependencies": {
67
		"@authenio/samlify-node-xmllint": "2.0.0",
68
		"@aws-sdk/client-ses": "3.600.0",
69
		"@directus/app": "workspace:*",
70
		"@directus/constants": "workspace:*",
71
		"@directus/env": "workspace:*",
72
		"@directus/errors": "workspace:*",
73
		"@directus/extensions": "workspace:*",
74
		"@directus/extensions-registry": "workspace:*",
75
		"@directus/extensions-sdk": "workspace:*",
76
		"@directus/format-title": "workspace:*",
77
		"@directus/memory": "workspace:*",
78
		"@directus/pressure": "workspace:*",
79
		"@directus/schema": "workspace:*",
80
		"@directus/specs": "workspace:*",
81
		"@directus/storage": "workspace:*",
82
		"@directus/storage-driver-azure": "workspace:*",
83
		"@directus/storage-driver-cloudinary": "workspace:*",
84
		"@directus/storage-driver-gcs": "workspace:*",
85
		"@directus/storage-driver-local": "workspace:*",
86
		"@directus/storage-driver-s3": "workspace:*",
87
		"@directus/storage-driver-supabase": "workspace:*",
88
		"@directus/system-data": "workspace:*",
89
		"@directus/utils": "workspace:*",
90
		"@directus/validation": "workspace:*",
91
		"@godaddy/terminus": "4.12.1",
92
		"@rollup/plugin-alias": "5.1.0",
93
		"@rollup/plugin-node-resolve": "15.2.3",
94
		"@rollup/plugin-virtual": "3.0.2",
95
		"@types/cookie": "0.6.0",
96
		"argon2": "0.40.3",
97
		"async": "3.2.5",
98
		"axios": "1.7.2",
99
		"busboy": "1.6.0",
100
		"bytes": "3.1.2",
101
		"camelcase": "8.0.0",
102
		"chalk": "5.3.0",
103
		"chokidar": "3.6.0",
104
		"commander": "12.0.0",
105
		"content-disposition": "0.5.4",
106
		"cookie": "0.6.0",
107
		"cookie-parser": "1.4.6",
108
		"cors": "2.8.5",
109
		"cron-parser": "4.9.0",
110
		"date-fns": "3.6.0",
111
		"deep-diff": "1.0.2",
112
		"destroy": "1.2.0",
113
		"directus": "workspace:*",
114
		"dotenv": "16.4.5",
115
		"encodeurl": "2.0.0",
116
		"eventemitter2": "6.4.9",
117
		"execa": "8.0.1",
118
		"exif-reader": "2.0.1",
119
		"express": "4.19.2",
120
		"flat": "6.0.1",
121
		"fs-extra": "11.2.0",
122
		"glob-to-regexp": "0.4.1",
123
		"graphql": "16.8.2",
124
		"graphql-compose": "9.0.11",
125
		"graphql-ws": "5.16.0",
126
		"helmet": "7.1.0",
127
		"icc": "3.0.0",
128
		"inquirer": "9.2.23",
129
		"ioredis": "5.4.1",
130
		"ip-matching": "2.1.2",
131
		"isolated-vm": "4.7.2",
132
		"joi": "17.13.3",
133
		"js-yaml": "4.1.0",
134
		"js2xmlparser": "5.0.0",
135
		"json2csv": "5.0.7",
136
		"jsonwebtoken": "9.0.2",
137
		"keyv": "4.5.4",
138
		"knex": "3.1.0",
139
		"ldapjs": "2.3.3",
140
		"liquidjs": "10.14.0",
141
		"lodash-es": "4.17.21",
142
		"marked": "12.0.2",
143
		"micromustache": "8.0.3",
144
		"mime-types": "2.1.35",
145
		"minimatch": "9.0.4",
146
		"mnemonist": "0.39.8",
147
		"ms": "2.1.3",
148
		"nanoid": "5.0.7",
149
		"node-machine-id": "1.1.12",
150
		"node-schedule": "2.1.1",
151
		"nodemailer": "6.9.14",
152
		"object-hash": "3.0.0",
153
		"openapi3-ts": "4.3.2",
154
		"openid-client": "5.6.5",
155
		"ora": "8.0.1",
156
		"otplib": "12.0.1",
157
		"p-limit": "5.0.0",
158
		"p-queue": "8.0.1",
159
		"papaparse": "5.4.1",
160
		"pino": "9.2.0",
161
		"pino-http": "9.0.0",
162
		"pino-http-print": "3.1.0",
163
		"pino-pretty": "11.2.1",
164
		"qs": "6.12.1",
165
		"rate-limiter-flexible": "5.0.3",
166
		"rollup": "4.17.2",
167
		"samlify": "2.8.10",
168
		"sanitize-html": "2.13.0",
169
		"sharp": "0.33.4",
170
		"snappy": "7.2.2",
171
		"stream-json": "1.8.0",
172
		"tar": "7.4.0",
173
		"tsx": "4.12.0",
174
		"wellknown": "0.5.0",
175
		"ws": "8.17.1",
176
		"zod": "3.23.8",
177
		"zod-validation-error": "3.3.0"
178
	},
179
	"devDependencies": {
180
		"@directus/random": "workspace:*",
181
		"@directus/tsconfig": "workspace:*",
182
		"@directus/types": "workspace:*",
183
		"@ngneat/falso": "7.2.0",
184
		"@types/async": "3.2.24",
185
		"@types/busboy": "1.5.4",
186
		"@types/bytes": "3.1.4",
187
		"@types/content-disposition": "0.5.8",
188
		"@types/cookie-parser": "1.4.7",
189
		"@types/cors": "2.8.17",
190
		"@types/deep-diff": "1.0.5",
191
		"@types/destroy": "1.0.3",
192
		"@types/encodeurl": "1.0.2",
193
		"@types/express": "4.17.21",
194
		"@types/express-serve-static-core": "4.19.3",
195
		"@types/fs-extra": "11.0.4",
196
		"@types/glob-to-regexp": "0.4.4",
197
		"@types/inquirer": "9.0.7",
198
		"@types/js-yaml": "4.0.9",
199
		"@types/json2csv": "5.0.7",
200
		"@types/jsonwebtoken": "9.0.6",
201
		"@types/ldapjs": "2.2.5",
202
		"@types/lodash-es": "4.17.12",
203
		"@types/mime-types": "2.1.4",
204
		"@types/ms": "0.7.34",
205
		"@types/node": "18.19.33",
206
		"@types/node-schedule": "2.1.7",
207
		"@types/nodemailer": "6.4.15",
208
		"@types/object-hash": "3.0.6",
209
		"@types/papaparse": "5.3.14",
210
		"@types/qs": "6.9.15",
211
		"@types/sanitize-html": "2.11.0",
212
		"@types/stream-json": "1.7.7",
213
		"@types/wellknown": "0.5.8",
214
		"@types/ws": "8.5.10",
215
		"@vitest/coverage-v8": "1.5.3",
216
		"copyfiles": "2.4.1",
217
		"form-data": "4.0.0",
218
		"knex-mock-client": "2.0.1",
219
		"typescript": "5.4.5",
220
		"vitest": "1.5.3"
221
	},
222
	"optionalDependencies": {
223
		"@keyv/redis": "2.8.4",
224
		"mysql": "2.18.1",
225
		"nodemailer-mailgun-transport": "2.1.5",
226
		"nodemailer-sendgrid": "1.0.3",
227
		"oracledb": "6.5.1",
228
		"pg": "8.11.5",
229
		"sqlite3": "5.1.7",
230
		"tedious": "18.2.0"
231
	},
232
	"engines": {
233
		"node": ">=18.17.0"
234
	}
235
}
236

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.