-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "grey-repo",
"private": true,
"version": "1.0.0",
"dependencies": {
"@hotwired/stimulus": "npm:@hotwired/stimulus",
"@hotwired/turbo-rails": "^7.1.0",
"@rails/actioncable": "^7.0.1",
"@rails/actiontext": "^7.0.1",
"@rails/activestorage": "^7.0.1",
"@rails/request.js": "^0.0.6",
"@stimulus_reflex/futurism": "^1.2.0",
"autoprefixer": "^10.4.14",
"code-line-numbers": "^0.0.12",
"codejar": "^3.6.0",
"current.js": "^0.2.0",
"daisyui": "^2.15.2",
"debounced": "^0.0.5",
"highlight.js": "^11.6.0",
"local-time": "^2.1.0",
"remarkable": "^2.0.1",
"stimulus-rails-nested-form": "^4.0.0",
"stimulus_reflex": "^3.5.0-rc4",
"tailwindcss-stimulus-components": "3.0.1",
"trix": "^1.3.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"install": "^0.13.0",
"postcss": "^8.4.31",
"rollup-plugin-gzip": "^3.1.0",
"tailwindcss": "^3.3.2",
"vite": "^4.5.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-ruby": "^3.2.0"
}
}