-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
{
"name": "remix-jokes-lol",
"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 ."
},
"devDependencies": {
"@adonisjs/assembler": "^5.3.8",
"@symfony/webpack-encore": "^1.6.1",
"adonis-preset-ts": "^2.1.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-adonis": "^2.0.0",
"eslint-plugin-prettier": "^4.0.0",
"pino-pretty": "^7.2.0",
"postcss": "^8.4.4",
"postcss-loader": "^6.2.1",
"prettier": "^2.5.0",
"s3-sync-client": "^2.1.0",
"tailwindcss": "^2.2.19",
"typescript": "~4.5",
"unpoly": "^2.4.1",
"youch": "^2.2.2",
"youch-terminal": "^1.1.1"
},
"dependencies": {
"@adonisjs/auth": "^8.0.10",
"@adonisjs/core": "^5.4.1",
"@adonisjs/lucid": "^16.3.2",
"@adonisjs/repl": "^3.1.7",
"@adonisjs/session": "^6.1.2",
"@adonisjs/shield": "^7.0.7",
"@adonisjs/view": "^6.1.1",
"luxon": "^2.1.1",
"pg": "^8.7.1",
"phc-argon2": "^1.1.2",
"proxy-addr": "^2.0.7",
"reflect-metadata": "^0.1.13",
"source-map-support": "^0.5.21"
}
}