-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 929 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 929 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
{
"name": "app",
"private": true,
"dependencies": {
"@floating-ui/dom": "1.7.5",
"@hotwired/stimulus": "3.2.2",
"@hotwired/turbo-rails": "8.0.23",
"@tailwindcss/forms": "0.5.11",
"@tailwindcss/typography": "0.5.19",
"autoprefixer": "10.4.24",
"chart.js": "4.5.1",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"embla-carousel": "8.6.0",
"esbuild": "0.27.2",
"fuse.js": "7.1.0",
"maska": "3.2.0",
"motion": "12.34.0",
"mustache": "4.2.0",
"tailwindcss": "4.1.18",
"tippy.js": "6.3.7",
"tw-animate-css": "1.4.0"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --format=esm --outdir=app/assets/builds --public-path=/assets",
"build:css": "pnpm dlx @tailwindcss/cli -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/application.css --minify"
},
"packageManager": "pnpm@10.8.0"
}