-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.24 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
{
"name": "@portalweb/backend",
"private": true,
"version": "2.5.1",
"description": "",
"keywords": [],
"author": "",
"license": "MIT",
"scripts": {
"start": "directus bootstrap && directus start",
"start-prod": "CONFIG_PATH=\".env.prod\" directus bootstrap && CONFIG_PATH=\".env.prod\" directus start",
"snapshot-prod": "CONFIG_PATH=\".env.prod\" directus schema snapshot snapshot.yml",
"dev-bundle": "pnpm -r -C bundle dev"
},
"workspaces": [
"./bundle"
],
"dependencies": {
"@portalweb/directus-extension-portalweb": "workspace:*",
"@keyv/redis": "2.5.8",
"directus": "10.6.1",
"nodemailer-mailgun-transport": "2.1.5",
"nodemailer-sendgrid": "1.0.3",
"pg": "8.11.0",
"tedious": "16.1.0"
},
"devDependencies": {
"@directus/extensions-sdk": "10.1.9",
"@types/node": "^20.6.2",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.11.0",
"lodash": "^4.17.21",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vue": "^3.3.4"
}
}