mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
Bumps [solid-js](https://github.com/solidjs/solid) from 1.9.4 to 1.9.9. - [Release notes](https://github.com/solidjs/solid/releases) - [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md) - [Commits](https://github.com/solidjs/solid/compare/v1.9.4...v1.9.9) --- updated-dependencies: - dependency-name: solid-js dependency-version: 1.9.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
71 lines
2.3 KiB
JSON
71 lines
2.3 KiB
JSON
{
|
|
"name": "bridget",
|
|
"version": "v1.0.0",
|
|
"type": "module",
|
|
"description": "bridget theme source file",
|
|
"packageManager": "pnpm@8.10.2",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"vite": "vite build --no-watch",
|
|
"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": "vite build --no-watch --minify terser",
|
|
"vite:server": "vite build --minify terser",
|
|
"vite:dev": "vite build --mode development --minify false",
|
|
"hugo:build": "hugo --logLevel info --source=exampleSite --gc",
|
|
"hugo:preview": "hugo --logLevel info --source=exampleSite -D --gc",
|
|
"hugo:dev": "hugo server --source=exampleSite --gc -D --disableFastRender --watch --logLevel info",
|
|
"hugo:server": "hugo server --source=exampleSite --gc --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": {
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-config-standard": "^17.1.0",
|
|
"eslint-config-standard-with-typescript": "^43.0.1",
|
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-n": "^16.6.2",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"eslint-plugin-promise": "^6.6.0",
|
|
"eslint-plugin-solid": "^0.14.5",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "3.6.2",
|
|
"prettier-plugin-go-template": "^0.0.15",
|
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
"sass": "^1.83.1",
|
|
"terser": "^5.37.0",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^5.4.21",
|
|
"vite-plugin-solid": "^2.10.2"
|
|
},
|
|
"dependencies": {
|
|
"gsap": "^3.13.0",
|
|
"solid-js": "^1.9.9",
|
|
"swiper": "^11.1.15",
|
|
"tiny-invariant": "^1.3.3"
|
|
}
|
|
}
|