All checks were successful
Deploy / Deploy to Production (push) Successful in 5m23s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
30 lines
677 B
JSON
30 lines
677 B
JSON
{
|
|
"name": "world-game-website",
|
|
"version": "1.0.0",
|
|
"description": "World Game - Svelte + Kirby",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"kirby:dev": "php -S localhost:8000"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://forge.studio-variable.com/studio-variable/world-game.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "6.0.0",
|
|
"gsap": "^3.14.2",
|
|
"navaid": "^1.2.0",
|
|
"svelte": "^5.0.0",
|
|
"vite": "7.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"fs-extra": "^11.3.3",
|
|
"postcss": "^8.5.8"
|
|
}
|
|
}
|