-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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": "be-alumni-jcc",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "node ace serve --watch",
"postinstall": "node fixKecoa.js",
"build": "node ace build --production",
"postbuild": "node build/ace migration:run --force",
"start": "node build/server.js",
"test": "node ace test"
},
"devDependencies": {
"@adonisjs/assembler": "^5.9.5",
"@japa/preset-adonis": "^1.2.0",
"@japa/runner": "^2.5.1",
"@types/proxy-addr": "^2.0.0",
"@types/source-map-support": "^0.5.6",
"adonis-preset-ts": "^2.1.0",
"pino-pretty": "^10.0.0",
"typescript": "~4.6",
"youch": "^3.2.3",
"youch-terminal": "^2.2.0"
},
"dependencies": {
"@adonisjs/auth": "^8.2.3",
"@adonisjs/core": "^5.9.0",
"@adonisjs/lucid": "^18.3.0",
"@adonisjs/mail": "^8.1.2",
"@adonisjs/repl": "^3.1.11",
"@adonisjs/view": "^6.2.0",
"line-replace": "^2.0.1",
"luxon": "^3.3.0",
"pg": "^8.10.0",
"proxy-addr": "^2.0.7",
"reflect-metadata": "^0.1.13",
"source-map-support": "^0.5.21",
"uuid": "^9.0.0"
},
"overrides": {
"glob-parent": "6.0.2"
}
}