This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.7 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
{
"name": "team",
"version": "0.2.1",
"private": true,
"scripts": {
"update": "bump",
"dev": "node ace serve --watch",
"build": "node ace build --production",
"start": "node server.js",
"lint": "eslint . --ext=.ts",
"format": "prettier --write ."
},
"devDependencies": {
"@adonisjs/assembler": "^5.4.2",
"@fabiospampinato/bump": "^2.1.0",
"@symfony/webpack-encore": "^1.8.2",
"@tailwindcss/typography": "^0.5.2",
"adonis-preset-ts": "^2.1.0",
"autoprefixer": "^10.4.4",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-adonis": "^2.1.0",
"eslint-plugin-prettier": "^4.0.0",
"file-loader": "^6.2.0",
"pino-pretty": "^7.5.4",
"postcss-loader": "^6.2.1",
"prettier": "^2.6.0",
"tailwindcss": "^3.0.23",
"typescript": "~4.6",
"unpoly": "^2.5.2",
"youch": "^3.1.1",
"youch-terminal": "^2.1.3"
},
"dependencies": {
"@adonisjs/attachment-lite": "^1.0.2",
"@adonisjs/auth": "^8.0.12",
"@adonisjs/bouncer": "^2.2.6",
"@adonisjs/core": "^5.5.3",
"@adonisjs/lucid": "^17.1.0",
"@adonisjs/mail": "^7.2.5",
"@adonisjs/repl": "^3.1.9",
"@adonisjs/session": "^6.1.4",
"@adonisjs/shield": "^7.0.8",
"@adonisjs/view": "^6.1.2",
"@alpinejs/focus": "^3.9.2",
"@tailwindcss/forms": "^0.5.0",
"adonis-lucid-filter": "^4.1.0",
"adonis-lucid-soft-deletes": "^1.3.3",
"alpinejs": "^3.9.2",
"luxon": "^2.3.1",
"markdown-it": "^12.3.2",
"markdown-it-link-attributes": "^4.0.0",
"mjml": "^4.12.0",
"pg": "^8.7.3",
"phc-argon2": "^1.1.3",
"proxy-addr": "^2.0.7",
"reflect-metadata": "^0.1.13",
"source-map-support": "^0.5.21"
}
}