-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 737 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 737 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "bun run vite",
"build": "bun run vite build"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/vite": "^4.0.0",
"autoprefixer": "^10.4.20",
"axios": "^1.11.0",
"concurrently": "^9.0.1",
"jquery": "^3.6.0",
"laravel-vite-plugin": "^2.0.0",
"tailwindcss": "^4.0.0",
"trix": "^2.1.15",
"vite": "^7.0.7"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5",
"@tailwindcss/oxide-linux-x64-gnu": "^4.0.1",
"lightningcss-linux-x64-gnu": "^1.29.1"
}
}