30 lines
656 B
JSON
30 lines
656 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": "^3.1.2",
|
||
|
|
"gsap": "^3.14.2",
|
||
|
|
"navaid": "^1.2.0",
|
||
|
|
"svelte": "^4.2.20",
|
||
|
|
"vite": "^5.4.21"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"fs-extra": "^11.3.3"
|
||
|
|
}
|
||
|
|
}
|