-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
27 lines (27 loc) · 933 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
{
"name": "app",
"private": true,
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^7.3.0",
"@pdftron/webviewer": "^10.6.0",
"@rails/actiontext": "^7.1.3",
"@rails/activestorage": "^7.1.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.17",
"esbuild": "^0.19.12",
"postcss": "^8.4.33",
"stimulus-use": "^0.52.2",
"tailwindcss": "^3.4.1",
"tailwindcss-stimulus-components": "^4.0.4",
"tiny-slider": "^2.9.4",
"trix": "^2.1.4",
"update-browserslist-db": "^1.0.13"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --format=esm --outdir=app/assets/builds --public-path=/assets",
"build:css": "tailwindcss -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/application.css --minify"
}
}