world-game/package.json
isUnknown 66767f0136 Feat: breakpoints CSS en @custom-media via postcss-custom-media
- postcss.config.js: plugin postcss-custom-media
- variables.css: @custom-media --mobile / --tablet / --tablet-only
- Remplacement de tous les max-width: 700px et 912px hardcodés
  par @media (--mobile), (--tablet), (--tablet-only)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 08:34:37 +01:00

31 lines
716 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",
"postcss-custom-media": "^12.0.1"
}
}