Files
amare/package.json
manoel freitas 8965a7c2fd
Some checks failed
CI / static (pull_request) Failing after 1m59s
CI / browser (pull_request) Has been cancelled
CI / container (pull_request) Has been cancelled
CI / feature (pull_request) Has been cancelled
CI / unit (pull_request) Has been cancelled
fix: build EB Garamond from fontsource instead of Bunny (MAN-139)
Vite was fetching fonts.bunny.net at build time; the feature CI job timed out on that host.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-13 23:27:38 -03:00

22 lines
547 B
JSON

{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"prepare": "husky"
},
"devDependencies": {
"@fontsource/eb-garamond": "^5.2.7",
"@tailwindcss/vite": "^4.0.0",
"concurrently": "^9.0.1",
"daisyui": "^5.7.16",
"husky": "^9.1.7",
"laravel-vite-plugin": "^3.1",
"playwright": "^1.62.0",
"tailwindcss": "^4.0.0",
"vite": "^8.0.0"
}
}