{ "name": "bridget", "version": "v1.0.0", "type": "module", "description": "bridget theme source file", "packageManager": "pnpm@10.20.0", "private": true, "sideEffects": false, "scripts": { "vite": "DISABLE_WATCH=1 vite build", "lint": "eslint . --fix && prettier --write .", "lint:check": "eslint . && prettier . --check", "dev": "run-p vite:dev hugo:dev", "build": "run-s vite:build hugo:build", "server": "run-p vite:server hugo:server", "vite:build": "DISABLE_WATCH=1 vite build", "vite:server": "vite build", "vite:dev": "vite build --mode development --minify false", "hugo:build": "hugo --logLevel info --source=exampleSite --minify", "hugo:preview": "hugo --logLevel info --source=exampleSite -D", "hugo:dev": "hugo server --source=exampleSite -D --disableFastRender --watch --logLevel info", "hugo:server": "hugo server --source=exampleSite --disableFastRender -e production --watch --logLevel info" }, "repository": { "type": "git", "url": "git+https://github.com/Sped0n/bridget.git" }, "keywords": [ "hugo", "theme", "photography", "typescript", "sass" ], "author": "spedon", "license": "MIT", "bugs": { "url": "https://github.com/Sped0n/bridget/issues" }, "homepage": "https://github.com/Sped0n/bridget#readme", "devDependencies": { "@eslint/js": "^9.39.1", "@types/node": "^24.10.1", "@typescript-eslint/parser": "^8.48.0", "eslint": "^9.39.1", "eslint-config-love": "^133.0.0", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-solid": "^0.14.5", "npm-run-all": "^4.1.5", "prettier": "3.7.3", "prettier-plugin-go-template": "^0.0.15", "prettier-plugin-organize-imports": "^4.3.0", "sass-embedded": "^1.93.3", "typescript": "^5.9.3", "typescript-eslint": "^8.48.0", "vite": "^7.2.6", "vite-plugin-solid": "^2.11.10" }, "dependencies": { "gsap": "^3.14.1", "solid-js": "^1.9.10", "swiper": "^12.0.3", "tiny-invariant": "^1.3.3" } }