-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.31 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "app",
"private": true,
"dependencies": {
"@floating-ui/dom": "^1.6.7",
"@hookform/resolvers": "^3.9.0",
"@hotwired/stimulus": "3.2.2",
"@hotwired/turbo-rails": "8.0.4",
"@radix-ui/react-accordion": "1.2.0",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "1.1.2",
"autoprefixer": "10.4.13",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"cmdk": "0.2.0",
"esbuild": "0.23.0",
"lucide-react": "0.407.0",
"motion": "10.18.0",
"postcss": "8.4.39",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.2",
"react-router-dom": "6.24.1",
"tailwind-merge": "2.4.0",
"tailwindcss": "3.4.4",
"tailwindcss-animate": "1.0.7",
"zod": "^3.23.8"
},
"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"
},
"packageManager": "yarn@1.22.19",
"devDependencies": {
"tippy.js": "^6.3.7"
}
}