Files
caperren-com/package.json
Corwin Perren f91be707d9
Some checks failed
Build and Test - Staging / determine_version (pull_request) Successful in 8m56s
Playwright Tests / test (pull_request) Failing after 9m22s
Build and Test - Staging / build_and_push (pull_request) Successful in 16m18s
Build and Test - Staging / test (pull_request) Successful in 1s
Build and Test - Staging / deploy_staging (pull_request) Successful in 3s
Upgraded astro and npm packages
2025-11-07 00:04:04 -08:00

29 lines
622 B
JSON

{
"name": "caperren-com",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"dev-hosted": "astro dev --host",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest"
},
"dependencies": {
"astro": "^5.15.4",
"flowbite": "^3.1.2",
"leader-line-new": "^1.1.9",
"luxon": "^3.7.2",
"tailwindcss": "^4.1.11",
"uuid": "^13.0.0"
},
"devDependencies": {
"@playwright/test": "^1.56.1",
"@tailwindcss/vite": "^4.1.11",
"@types/luxon": "^3.7.1",
"@types/node": "^24.10.0",
"vitest": "^4.0.7"
}
}