-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.17 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.17 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
{
"name": "awbw",
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"rollup-plugin-visualizer": "^6.0.5",
"vite": "^5.4.20",
"vite-plugin-ruby": "^5.1.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.0.1",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.18",
"@rails/actiontext": "^8.1.100",
"@rails/request.js": "^0.0.12",
"@tailwindcss/vite": "^4.1.13",
"@tiptap/extension-horizontal-rule": "^3.14.0",
"@tiptap/extension-mention": "^3.15.3",
"@tiptap/extension-table": "^3.13.0",
"@tiptap/extension-table-cell": "^3.13.0",
"@tiptap/extension-table-header": "^3.13.0",
"@tiptap/extension-table-row": "^3.13.0",
"@tiptap/extension-text-align": "^3.13.0",
"@tiptap/extension-text-style": "^3.19.0",
"@tiptap/extension-youtube": "^3.13.0",
"@tiptap/suggestion": "^3.15.3",
"chart.js": "^4.5.1",
"chartkick": "^5.0.1",
"from": "^0.1.7",
"rhino-editor": "^0.18.0",
"sortablejs": "^1.15.6",
"swiper": "^12.0.3",
"tailwindcss": "^4.1.13",
"tippy.js": "^6.3.7",
"tom-select": "^2.4.6",
"trix": "^2.1.15",
"vite-plugin-rails": "^0.5.0"
}
}