-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
134 lines (134 loc) · 3.98 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "lets-learn-adonis-6",
"version": "0.0.0",
"private": true,
"type": "module",
"license": "UNLICENSED",
"scripts": {
"start": "node bin/server.js",
"build": "node ace build",
"dev": "node ace serve --hmr",
"test": "node ace test",
"lint": "eslint .",
"format": "prettier --write .",
"typecheck": "tsc --noEmit"
},
"imports": {
"#controllers/*": "./app/controllers/*.js",
"#exceptions/*": "./app/exceptions/*.js",
"#models/*": "./app/models/*.js",
"#mails/*": "./app/mails/*.js",
"#services/*": "./app/services/*.js",
"#listeners/*": "./app/listeners/*.js",
"#events/*": "./app/events/*.js",
"#middleware/*": "./app/middleware/*.js",
"#validators/*": "./app/validators/*.js",
"#providers/*": "./providers/*.js",
"#policies/*": "./app/policies/*.js",
"#abilities/*": "./app/abilities/*.js",
"#database/*": "./database/*.js",
"#tests/*": "./tests/*.js",
"#start/*": "./start/*.js",
"#config/*": "./config/*.js",
"#utils/*": "./utils/*.js",
"#enums/*": "./app/enums/*.js"
},
"devDependencies": {
"@adonisjs/assembler": "^7.8.2",
"@adonisjs/eslint-config": "^2.0.0-beta.6",
"@adonisjs/prettier-config": "^1.4.0",
"@adonisjs/tsconfig": "^1.4.0",
"@csstools/stylelint-at-risk": "^2.0.1",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@isnotdefined/stylelint-plugin": "^5.0.0",
"@japa/assert": "^3.0.0",
"@japa/plugin-adonisjs": "^3.0.1",
"@japa/runner": "^3.1.4",
"@swc/core": "1.7.26",
"@types/deasync": "^0.1.5",
"@types/luxon": "^3.4.2",
"@types/node": "^22.7.5",
"deasync": "^0.1.30",
"esbuild-plugin-browserslist": "^0.15.0",
"eslint": "^9.17.0",
"eslint-import-resolver-oxc": "^0.7.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.14.0",
"hot-hook": "^0.3.1",
"html-validate": "^9.1.0",
"pino-pretty": "^11.2.2",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"postcss-custom-selectors": "^8.0.4",
"postcss-preset-env": "^10.1.1",
"prettier": "^3.4.2",
"prettier-edgejs": "^0.2.33",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"rehype": "^13.0.2",
"rehype-format": "^5.0.1",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-rehype": "^11.1.1",
"remark-toc": "^9.0.0",
"stylelint": "^16.10.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-group-selectors": "^1.0.10",
"stylelint-media-use-custom-media": "^4.0.0",
"stylelint-no-unresolved-module": "^2.3.0",
"stylelint-order": "^6.0.4",
"stylelint-plugin-logical-css": "^1.2.1",
"stylelint-rem-over-px": "^1.0.2",
"stylelint-use-nesting": "^6.0.0",
"stylelint-value-no-unknown-custom-properties": "^6.0.1",
"tailwindcss": "^3.4.15",
"ts-node-maintained": "^10.9.4",
"typescript": "~5.7",
"vite": "^5.4.8"
},
"dependencies": {
"@adonisjs/auth": "^9.2.3",
"@adonisjs/core": "^6.14.1",
"@adonisjs/lucid": "^21.3.0",
"@adonisjs/redis": "^9.1.0",
"@adonisjs/session": "^7.5.0",
"@adonisjs/shield": "^8.1.1",
"@adonisjs/static": "^1.1.1",
"@adonisjs/vite": "^3.0.0",
"@iconify-json/ph": "^1.2.2",
"@vinejs/vine": "^2.1.0",
"edge-iconify": "^2.0.1",
"edge.js": "^6.2.0",
"luxon": "^3.5.0",
"pg": "^8.13.1",
"reflect-metadata": "^0.2.2"
},
"hotHook": {
"boundaries": [
"./app/controllers/**/*.ts",
"./app/middleware/*.ts"
]
},
"overrides": {
"strtok3": "8.0.1"
},
"resolutions": {
"strtok3": "8.0.1"
},
"pnpm": {
"overrides": {
"strtok3": "8.0.1"
}
},
"prettier": "./prettier.config.mjs",
"browserslist": [
"last 2 edge versions",
"last 2 chrome versions"
]
}