-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
114 lines (114 loc) · 3.7 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
{
"name": "adocasts",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "node ace serve --watch",
"build": "node ace build --production",
"start": "node server.js",
"debug": "node ace serve --node-args=\"--inspect\""
},
"devDependencies": {
"@adonisjs/assembler": "^5.6.2",
"@editorjs/inline-code": "^1.3.1",
"@editorjs/marker": "^1.2.2",
"@editorjs/quote": "^2.4.0",
"@japa/preset-adonis": "^1.0.15",
"@japa/runner": "^2.0.7",
"@symfony/webpack-encore": "^1.6.1",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2",
"adonis-preset-ts": "^2.1.0",
"autoprefixer": "^10.4.4",
"editorjs-undo": "^1.0.1",
"pino-pretty": "^7.6.1",
"postcss": "^8.4.12",
"postcss-loader": "^6.2.1",
"postcss-nested": "^5.0.6",
"tailwindcss": "^3.1.8",
"typescript": "^4.6.3",
"youch": "^3.1.1",
"youch-terminal": "^2.1.3"
},
"dependencies": {
"@adocasts.com/adonisjs-honeypot": "^1.0.3",
"@adonisjs/ally": "^4.1.3",
"@adonisjs/attachment-lite": "^1.0.4",
"@adonisjs/auth": "^8.1.0",
"@adonisjs/bouncer": "^2.2.7",
"@adonisjs/core": "^5.7.5",
"@adonisjs/drive-gcs": "^1.0.4",
"@adonisjs/lucid": "^17.2.0",
"@adonisjs/lucid-slugify": "^2.1.5",
"@adonisjs/mail": "^8.0.1",
"@adonisjs/redis": "^7.2.0",
"@adonisjs/repl": "^3.1.10",
"@adonisjs/session": "^6.2.2",
"@adonisjs/shield": "^7.0.10",
"@adonisjs/view": "^6.1.3",
"@editorjs/checklist": "^1.3.0",
"@editorjs/code": "^2.7.0",
"@editorjs/delimiter": "^1.2.0",
"@editorjs/editorjs": "^2.22.2",
"@editorjs/embed": "^2.4.6",
"@editorjs/header": "^2.6.1",
"@editorjs/image": "^2.6.1",
"@editorjs/link": "^2.3.1",
"@editorjs/list": "^1.6.2",
"@editorjs/nested-list": "^1.0.2",
"@editorjs/paragraph": "^2.8.0",
"@editorjs/raw": "^2.3.0",
"@editorjs/table": "^2.0.1",
"@editorjs/warning": "^1.2.0",
"@google-cloud/storage": "^5.19.2",
"@radix-ui/colors": "^0.1.8",
"@sentry/browser": "^6.19.7",
"@sentry/node": "^6.19.7",
"@sentry/tracing": "^6.19.7",
"@sindresorhus/slugify": "^2.1.0",
"@tarekraafat/autocomplete.js": "^10.2.6",
"@tiptap/core": "^2.0.0-beta.166",
"@tiptap/extension-blockquote": "^2.0.0-beta.26",
"@tiptap/extension-bubble-menu": "^2.0.0-beta.55",
"@tiptap/extension-code-block": "^2.0.0-beta.37",
"@tiptap/extension-dropcursor": "^2.0.0-beta.25",
"@tiptap/extension-floating-menu": "^2.0.0-beta.50",
"@tiptap/extension-hard-break": "^2.0.0-beta.30",
"@tiptap/extension-image": "^2.0.0-beta.27",
"@tiptap/extension-link": "^2.0.0-beta.36",
"@tiptap/extension-placeholder": "^2.0.0-beta.48",
"@tiptap/extension-typography": "^2.0.0-beta.20",
"@tiptap/starter-kit": "^2.0.0-beta.174",
"@tiptap/suggestion": "^2.0.0-beta.90",
"alpinejs": "^3.9.6",
"aws-sdk": "^2.1113.0",
"axios": "^0.26.1",
"babel-polyfill": "^6.26.0",
"cross-fetch": "^3.1.5",
"editorjs-parser": "^1.5.3",
"gravatar": "^1.8.2",
"html-minifier": "^4.0.0",
"luxon": "^2.3.1",
"node-discord-logger": "^1.2.1",
"node-html-parser": "^5.2.0",
"node-iplocate": "^1.0.3",
"pg": "^8.7.3",
"phc-argon2": "^1.1.3",
"proxy-addr": "^2.0.7",
"reading-time": "^1.5.0",
"reflect-metadata": "^0.1.13",
"sanitize-html": "^2.7.0",
"sharp": "^0.29.3",
"shiki": "^0.10.1",
"sitemap": "^7.0.0",
"slugify": "^1.6.2",
"source-map-support": "^0.5.20",
"striptags": "^3.2.0",
"timeago.js": "^4.0.2",
"tippy": "^0.0.0",
"unique-names-generator": "^4.6.0",
"zlib": "^1.0.5"
}
}