-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.39 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
{
"name": "adonis-boilerplate-ts",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "node ace build",
"start": "node ace serve --watch",
"test": "node build/japaFile.js",
"lint": "eslint . --ext=.ts",
"format": "prettier --write \"**/*.{js,ts}\""
},
"devDependencies": {
"@adonisjs/assembler": "^2.1.3",
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@types/source-map-support": "^0.5.2",
"@types/supertest": "^2.0.10",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"adonis-preset-ts": "^1.0.4",
"dotenv": "^8.2.0",
"eslint": "latest",
"eslint-plugin-adonis": "^1.0.14",
"execa": "^4.0.3",
"get-port": "^5.1.1",
"husky": "^4.2.5",
"japa": "^3.1.1",
"pino-pretty": "^4.0.3",
"prettier": "^2.0.5",
"rollup-plugin-uglify": "^6.0.4",
"supertest": "^4.0.2",
"typescript": "latest",
"youch": "^2.0.10",
"youch-terminal": "^1.0.0"
},
"dependencies": {
"@adonisjs/ace": "^6.9.3",
"@adonisjs/auth": "^4.2.4",
"@adonisjs/core": "^5.0.0-preview-rc-1.9",
"@adonisjs/fold": "^6.3.5",
"@adonisjs/lucid": "^8.2.2",
"@adonisjs/redis": "^4.0.3",
"http-handler-response": "^0.9.1",
"proxy-addr": "^2.0.6",
"reflect-metadata": "^0.1.13",
"source-map-support": "^0.5.19",
"sqlite3": "^5.0.0"
}
}