-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 763 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 763 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
32
33
{
"name": "hotwire.io",
"private": true,
"scripts": {
"build": "vite build"
},
"devDependencies": {
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.18",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.19",
"aos": "^2.3.4",
"autoprefixer": "^10.4.21",
"chokidar": "^4.0.3",
"devicon": "^2.17.0",
"esbuild": "^0.25.11",
"esbuild-rails": "^1.0.7",
"postcss": "^8.5.4",
"stimulus-vite-helpers": "^3.1.0",
"swiper": "^12.0.3",
"tailwindcss": "^3.4.17",
"vite": "^7.1.12",
"vite-plugin-rails": "^0.5.0",
"vite-plugin-ruby": "^5.1.1"
},
"dependencies": {
"tippy.js": "^6.3.7"
},
"engines": {
"node": "22.12.0",
"yarn": "1.22.22"
}
}