zonemaster-gui/package.json
Tobias Bleckert faea0878bd Updated deps
2025-09-22 12:31:01 +02:00

46 lines
1.7 KiB
JSON

{
"name": "zonemaster-gui",
"version": "5.0.0-alpha.3",
"license": "BSD-2-Clause",
"scripts": {
"start": "npm run dev",
"dev": "astro dev",
"build": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide && astro build",
"release": "npm run build && node scripts/create_release.js",
"preview": "astro preview",
"astro": "astro",
"lib:build": "cd src/lib && vite build -c ./vite.config.js --outDir ../../dist --emptyOutDir",
"lib:demo": "vite serve demo -c src/lib/vite.config.js",
"postinstall": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide",
"e2e": "playwright --version && playwright test",
"e2e:update": "playwright --version && playwright test --update-snapshots",
"e2e:install": "playwright install chromium",
"e2e:install-deps": "playwright install-deps chromium"
},
"private": false,
"type": "module",
"dependencies": {
"@astrojs/node": "^9.4.3",
"@astrojs/svelte": "^7.1.1",
"@inlang/paraglide-astro": "^0.4.1",
"astro": "^5.13.7",
"punycode": "^2.3.1",
"remark-definition-list": "^2.0.0",
"remark-gfm": "^4.0.1",
"svelte": "^5.38.9"
},
"devDependencies": {
"@inlang/paraglide-js": "1.11.8",
"@playwright/test": "^1.55.0",
"@sveltejs/vite-plugin-svelte": "^6.2.0",
"@tsconfig/svelte": "^5.0.5",
"@types/node": "^24.3.1",
"archiver": "^7.0.1",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-svelte": "^3.4.0",
"svelte-check": "^4.3.1",
"typescript": "^5.9.2",
"vite": "^7.1.5"
}
}