-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.75 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
{
"name": "adonis-telescope",
"version": "0.0.1",
"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.9",
"@symfony/webpack-encore": "^1.7.0",
"@types/jsdom": "^16.2.14",
"@types/supertest": "^2.0.11",
"@vue/compiler-sfc": "^3.2.26",
"adonis-preset-ts": "^2.1.0",
"autoprefixer": "^10.4.1",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-adonis": "^2.1.0",
"eslint-plugin-prettier": "^4.0.0",
"execa": "5.1.1",
"get-port": "5.1.1",
"japa": "^4.0.0",
"jsdom": "^19.0.0",
"pino-pretty": "^7.3.0",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.1",
"prettier": "^2.5.1",
"supertest": "^6.1.6",
"tailwindcss": "^3.0.8",
"typescript": "~4.5",
"vue": "^3.2.14",
"windicss-webpack-plugin": "^1.6.2",
"youch": "^3.0.0",
"youch-terminal": "^2.0.0"
},
"dependencies": {
"@adonisjs/core": "^5.4.2",
"@adonisjs/lucid": "^16.3.2",
"@adonisjs/mail": "^7.2.4",
"@adonisjs/repl": "^3.1.7",
"@adonisjs/session": "^6.1.2",
"@adonisjs/shield": "^7.0.7",
"@adonisjs/view": "^6.1.1",
"@highlightjs/vue-plugin": "^2.0.1",
"date-fns": "^2.28.0",
"highlight.js": "^11.3.1",
"luxon": "^2.2.0",
"millify": "^4.0.0",
"pg": "^8.7.1",
"proxy-addr": "^2.0.7",
"reflect-metadata": "^0.1.13",
"source-map-support": "^0.5.21",
"sql-formatter": "^4.0.2",
"uuid": "^8.3.2",
"vue-json-pretty": "^2.0.6",
"vue-loader": "^16.7.0",
"vue-router": "4"
}
}