-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "api.els.team",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "node ace build",
"dev": "npm run start",
"start": "node ace serve --watch",
"lint": "eslint . --ext=.ts"
},
"devDependencies": {
"@adonisjs/assembler": "^5.3.7",
"@types/mjml": "^4.7.0",
"adonis-preset-ts": "^2.1.0",
"csv": "^5.5.3",
"eslint": "^7.32.0",
"eslint-plugin-adonis": "^1.3.3",
"mjml": "^4.10.3",
"pino-pretty": "^7.0.1",
"typescript": "~4.2",
"youch": "^2.2.2",
"youch-terminal": "^1.1.1"
},
"dependencies": {
"@adonisjs/auth": "^8.0.9",
"@adonisjs/core": "^5.3.4",
"@adonisjs/lucid": "^16.2.1",
"@adonisjs/mail": "^8.1.2",
"@adonisjs/repl": "^3.1.6",
"@adonisjs/session": "^6.1.2",
"@adonisjs/view": "^6.1.1",
"got": "^11.8.5",
"luxon": "^2.0.2",
"pg": "^8.7.1",
"phc-argon2": "^1.1.2",
"proxy-addr": "^2.0.7",
"reflect-metadata": "^0.1.13",
"rehype-minify-whitespace": "^4.0.4",
"rehype-stringify": "^8.0.0",
"remark-external-links": "^7.0.0",
"remark-macro": "^1.0.7",
"remark-parse": "^8.0.3",
"remark-rehype": "^7.0.0",
"remark-squeeze-paragraphs": "^4.0.0",
"source-map-support": "^0.5.20",
"unified": "^9.2.0"
}
}