Files
caperren-com/package.json
Corwin Perren 2d7f2904a8
Some checks failed
Build and Test - Staging / test (pull_request) Failing after 27s
Build and Test - Staging / build_and_push (pull_request) Has been skipped
Build and Test - Staging / deploy_staging (pull_request) Has been skipped
Add in the loop test for navigable pages, plus test workflow
2025-11-09 15:45:15 -08:00

30 lines
657 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",
"e2e-test": "playwright test"
},
"dependencies": {
"astro": "^5.15.4",
"flowbite": "^3.1.2",
"leader-line-new": "^1.1.9",
"luxon": "^3.7.2",
"tailwindcss": "^4.1.11",
"@tailwindcss/vite": "^4.1.11",
"uuid": "^13.0.0"
},
"devDependencies": {
"@playwright/test": "^1.56.1",
"@types/luxon": "^3.7.1",
"@types/node": "^24.10.0",
"vitest": "^4.0.7"
}
}