-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 901 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
{
"name": "app",
"private": "true",
"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": "^8.0.12",
"@rails/actiontext": "^7.2.200",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"apexcharts": "^4.0.0",
"autoprefixer": "^10.4.20",
"esbuild": "^0.24.0",
"flatpickr": "^4.6.13",
"hotkeys-js": "^3.13.7",
"photoswipe": "^5.4.4",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.1",
"stimulus-use": "^0.52.2",
"tailwindcss": "^3.4.14",
"tippy.js": "^6.3.7",
"trix": "^2.1.8"
}
}