-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 858 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 858 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
{
"name": "claudy",
"private": "true",
"dependencies": {
"@hotwired/stimulus": "^3.2.1",
"@hotwired/turbo": "^7.2.4",
"@hotwired/turbo-rails": "^7.2.4",
"@rails/actioncable": "^7.0.4",
"@rails/actiontext": "^7.1.3-4",
"@rails/request.js": "^0.0.8",
"@sentry/browser": "^7.41.0",
"@sentry/tracing": "^7.41.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.13",
"el-transition": "^0.0.7",
"flowbite": "^1.5.5",
"foundation-sites": "^6.7.5",
"moment": "latest",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"tailwindcss-stimulus-components": "^3.0.4",
"trix": "^2.1.3",
"turbo-morph": "^0.1.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"vite": "^3.2.0",
"vite-plugin-rails": "^0.1.0"
}
}