-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 952 Bytes
/
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
{
"name": "app",
"scripts": {
"build:css": "tailwindcss --postcss -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/application.css --minify",
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^7.3.0",
"@rails/actiontext": "^7.0.8",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"arg": "^5.0.2",
"autoprefixer": "^10.4.15",
"esbuild": "^0.24.0",
"mapbox-gl": "^3.3.0",
"mapkick": "^0.2.6",
"postcss": "^8.4.29",
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.1",
"stimulus-use": "^0.52.0",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.14",
"tippy.js": "^6.3.7",
"trix": "^2.0.5"
},
"packageManager": "[email protected]"
}