-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 951 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 951 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
{
"name": "app",
"private": true,
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.23",
"debounced": "^1.0.2",
"lite-youtube-embed": "^0.3.4",
"rfs": "^10.0.0",
"stimulus-use": "^0.52.3"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --format=esm --outdir=app/assets/builds --public-path=/assets",
"build:css": "tailwindcss --postcss -c ./config/tailwind.config.js -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/application.css --minify"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"autoprefixer": "^10.4.27",
"daisyui": "^4.12.24",
"esbuild": "^0.27.4",
"postcss": "^8.5.10",
"postcss-import": "^16.1.1",
"postcss-nesting": "^12.1.5",
"standard": "^17.1.2",
"tailwindcss": "^3.4.19"
},
"engines": {
"node": "^24"
},
"packageManager": "yarn@4.13.0"
}