2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-12-17 21:14:58 +01:00

Add Shipyard & Fix ShipLocker

Update File handling
Update Journal handling
Update README.md
This commit is contained in:
2024-05-10 22:26:44 +10:00
parent bc958e7679
commit 235cb2401a
17 changed files with 255 additions and 530 deletions

View File

@@ -12,26 +12,21 @@
"lint": "biomejs ."
},
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@biomejs/biome": "^1.7.3",
"@microsoft/signalr": "^8.0.0",
"@playwright/test": "^1.28.1",
"@playwright/test": "^1.44.0",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/eslint": "^8.56.7",
"eslint-plugin-svelte": "^2.36.0",
"globals": "^15.0.0",
"sass": "^1.75.0",
"svelte": "^5.0.0-next.121",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"typescript-eslint": "^7.5.0",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
"@sveltestack/svelte-query": "^1.6.0",
"axios": "^1.6.8"
}
"@sveltejs/kit": "^2.5.7",
"@sveltejs/vite-plugin-svelte": "next",
"eslint-plugin-svelte": "^2.39.0",
"globals": "^15.2.0",
"sass": "^1.77.0",
"svelte": "^5.0.0-next.126",
"svelte-check": "^3.7.1",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.11"
},
"type": "module"
}