Files
atalaya/status-page/package.json
T
dcarrillo 54f0e16c63 feat: migrate from npm to pnpm (#24)
* feat: migrate from npm to pnpm

* Update README.md
2026-07-17 14:09:34 +02:00

32 lines
808 B
JSON

{
"name": "atalaya-prod-status-page",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"deploy": "echo 'Deploy from root: pnpm run deploy'",
"typecheck": "astro check && tsc --noEmit",
"check": "astro check && tsc --noEmit && eslint",
"test": "vitest run",
"lint": "eslint",
"lint:fix": "eslint --fix"
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/cloudflare": "^13.7.0",
"astro": "^6.4.8",
"cookie": "^1.0.0",
"uplot": "^1.6.31"
},
"devDependencies": {
"@typescript-eslint/parser": "^8.62.1",
"astro-eslint-parser": "^1.4.0",
"eslint": "^10.6.0",
"eslint-plugin-astro": "^1.7.0",
"typescript": "^6.0.0"
}
}