-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
72 lines (72 loc) · 1.95 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "cg-be",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "node ace serve --watch",
"build": "node ace build --production",
"start": "node server.js",
"lint": "eslint . --ext=.ts",
"format": "prettier --write .",
"test": "c8 node ace test",
"prepare": "husky install"
},
"devDependencies": {
"@adonisjs/assembler": "^5.9.6",
"@faker-js/faker": "^7.6.0",
"@japa/preset-adonis": "^1.2.0",
"@japa/runner": "^2.5.1",
"@types/async-csv": "^2.1.1",
"@types/jsonwebtoken": "^8.5.9",
"@types/node-schedule": "^2.1.0",
"@types/proxy-addr": "^2.0.3",
"@types/sharp": "^0.31.0",
"@types/sinon": "^10.0.13",
"@types/source-map-support": "^0.5.10",
"@types/supertest": "^2.0.12",
"adonis-preset-ts": "^2.1.0",
"c8": "^7.12.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-adonis": "^2.1.1",
"eslint-plugin-prettier": "^5.0.1",
"execa": "6.1.0",
"get-port": "6.1.2",
"husky": "^8.0.1",
"pino-pretty": "^10.3.0",
"prettier": "^3.1.1",
"sinon": "^15.0.0",
"typescript": "~4.8",
"youch": "^3.3.3",
"youch-terminal": "^2.2.3"
},
"dependencies": {
"@adonisjs/ally": "^4.1.5",
"@adonisjs/core": "^5.9.0",
"@adonisjs/lucid": "^18.4.2",
"@adonisjs/repl": "^3.1.0",
"@sendgrid/mail": "^8.1.0",
"@types/socket.io": "^3.0.2",
"add": "^2.0.6",
"async-csv": "^2.1.3",
"axios": "^1.6.2",
"http-status-codes": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"luxon": "^3.4.4",
"markdown-to-txt": "^2.0.1",
"node-schedule": "^2.1.1",
"pg": "^8.11.3",
"phc-argon2": "^1.1.3",
"proxy-addr": "^2.0.7",
"reflect-metadata": "^0.2.1",
"resend": "^2.0.0",
"sharp": "^0.33.0",
"socket.io": "^4.7.2",
"source-map-support": "^0.5.21",
"sqlite3": "^5.1.2",
"supertest": "^6.3.3",
"twilio": "^4.20.0",
"uuid": "^9.0.1",
"yarn": "^1.22.21"
}
}