Files
plezy/website/package.json
edde746 f622ba8efe chore(scripts): group scripts into checks, codegen, maestro and release subdirectories
scripts/ had ~80 flat files. Entry points (ci_*.sh, codegen.sh, run_tests.sh, format_native.sh, setup_hooks.sh, upload-symbols.*) and the shared pubspec_version.py stay at the root; checkers, generators, maestro tooling and release tooling move into subdirectories with their tests. Updated every reference: workflow steps, guard-test glob, Docker COPY paths and .dockerignore whitelist, website audit path, dart test imports, and regenerated the five outputs whose headers embed generator paths.
2026-08-17 01:40:54 +02:00

39 lines
1.0 KiB
JSON

{
"name": "plezy-site",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"audit": "python3 ../scripts/checks/check_bun_audit.py --project . --baseline bun_audit_baseline.json",
"preview": "vite preview",
"test": "bun test",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@iconify/json": "^2.2.474",
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/enhanced-img": "^0.10.4",
"@sveltejs/kit": "^2.70.2",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"google-play-scraper": "^10.1.2",
"svelte": "^5.48.2",
"svelte-check": "^4.3.5",
"typescript": "^5.9.3",
"unplugin-icons": "^23.0.1",
"vite": "^7.3.6"
},
"dependencies": {
"@sveltejs/adapter-static": "^3.0.10"
},
"overrides": {
"postcss": "8.5.26",
"sharp": "0.35.3",
"undici": "7.29.0",
"nanoid": "3.3.18"
}
}