forked from japa/japa.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.46 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.46 KB
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
{
"name": "japa.dev",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "node ace serve --watch",
"build": "encore production && node ace build:static",
"start": "node server.js",
"lint": "eslint . --ext=.ts",
"format": "prettier --write ."
},
"devDependencies": {
"@adonisjs/assembler": "^5.9.3",
"@alpinejs/persist": "^3.10.4",
"@dimerapp/content": "^2.0.4",
"@dimerapp/edge": "^2.0.1",
"@docsearch/js": "^3.2.1",
"@iconify-json/heroicons-outline": "^1.1.4",
"@symfony/webpack-encore": "^4.0.0",
"adonis-preset-ts": "^2.1.0",
"alpinejs": "^3.10.4",
"autoprefixer": "^10.4.12",
"edge-iconify": "^1.0.1",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-adonis": "^2.1.1",
"eslint-plugin-prettier": "^4.2.1",
"file-loader": "^6.2.0",
"fs-extra": "^10.1.0",
"lazysizes": "^5.3.2",
"pino-pretty": "^9.1.1",
"postcss-loader": "^7.0.1",
"prettier": "^2.7.1",
"quicklink": "^2.3.0",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.4",
"unpoly": "^2.6.1",
"youch": "^3.2.2",
"youch-terminal": "^2.1.5"
},
"dependencies": {
"@adonisjs/core": "^5.8.7",
"@adonisjs/repl": "^3.1.11",
"@adonisjs/session": "^6.4.0",
"@adonisjs/shield": "^7.1.0",
"@adonisjs/view": "^6.2.0",
"@docsearch/css": "^3.2.1",
"proxy-addr": "^2.0.7",
"reflect-metadata": "^0.1.13",
"source-map-support": "^0.5.21"
}
}