-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 821 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 821 Bytes
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
{
"name": "hello-materialize",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "node ace serve --watch",
"build": "node ace build --production",
"start": "node server.js"
},
"devDependencies": {
"@adonisjs/assembler": "^5.3.8",
"@symfony/webpack-encore": "^1.6.1",
"adonis-preset-ts": "^2.1.0",
"pino-pretty": "^7.2.0",
"typescript": "~4.2",
"youch": "^2.2.2",
"youch-terminal": "^1.1.1"
},
"dependencies": {
"@adonisjs/core": "^5.4.0",
"@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",
"proxy-addr": "^2.0.7",
"reflect-metadata": "^0.1.13",
"source-map-support": "^0.5.20"
}
}