-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 994 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 994 Bytes
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
{
"name": "directus-zalo-kit-development-sandbox",
"type": "module",
"version": "1.0.0",
"description": "",
"author": "",
"keywords": [],
"scripts": {
"dev": "docker compose -f ./docker-compose.dev.yaml up -d && pnpm -F @thecodeorigin/directus-zalo-kit dev"
},
"devDependencies": {
"@antfu/eslint-config": "catalog:",
"@directus/extensions-sdk": "catalog:",
"@directus/types": "catalog:",
"@neondatabase/api-client": "catalog:",
"@rollup/plugin-image": "catalog:",
"@types/express-serve-static-core": "catalog:",
"@types/node": "catalog:",
"@types/qrcode-terminal": "catalog:",
"@vue/tsconfig": "catalog:",
"eslint": "catalog:",
"open": "catalog:",
"qrcode-terminal": "catalog:",
"ts-pattern": "catalog:",
"tsx": "catalog:",
"type-fest": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:",
"vue": "catalog:",
"zca-js": "catalog:"
},
"dependencies": {
"image-size": "^2.0.2"
}
}