mirror of
https://github.com/tiennm99/sokoban.git
synced 2026-05-23 06:25:25 +00:00
36 lines
965 B
JSON
36 lines
965 B
JSON
{
|
|
"name": "sokoban",
|
|
"description": "A simple Sokoban game built with Svelte 5 and Vite",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"packageManager": "pnpm@11.1.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tiennm99/sokoban.git"
|
|
},
|
|
"author": "tiennm99",
|
|
"license": "Apache-2.0",
|
|
"licenseUrl": "https://www.apache.org/licenses/LICENSE-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/tiennm99/sokoban/issues"
|
|
},
|
|
"homepage": "https://tiennm99.github.io/sokoban/",
|
|
"scripts": {
|
|
"dev": "vite --config vite/config.dev.mjs",
|
|
"dev:codeserver": "vite --config vite/config.codeserver.mjs",
|
|
"build": "vite build --config vite/config.prod.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
|
"svelte": "^5.19.0",
|
|
"vite": "^6.4.2",
|
|
"vite-plugin-pwa": "^1.2.0"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"serialize-javascript": ">=7.0.5",
|
|
"fast-uri": ">=3.1.2"
|
|
}
|
|
}
|
|
}
|