world-game/package.json

30 lines
651 B
JSON
Raw Normal View History

{
"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"
}
}