{ "name": "example-styles", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "watch": "vite build --watch --mode development", "init": "concurrently --kill-others --names build,serve \"pnpm run watch\" \"pnpm run serve\"", "serve": "vite preview", "lint": "eslint ." }, "packageManager": "pnpm@12.5.0+sha512.9cdbaa34ffacae1768635ac0d23e94db6201c7d59bf3da236b23d67c8f6b794d1dab323bcd5bcc51b55c8cafbf6f19a24e4aa61d6ab7772aa3b5cc85e325dc4d" }