mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
Bumps [eslint](https://github.com/eslint/eslint) from 8.36.0 to 8.37.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.36.0...v8.37.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "bridget-src",
|
|
"version": "0.0.1",
|
|
"description": "bridget theme source file",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
|
|
"build": "hugo -v --source=exampleSite --themesDir ../.. --gc",
|
|
"build:preview": "hugo -v --source=exampleSite --themesDir ../.. -D --gc",
|
|
"server": "hugo server --source=exampleSite --gc -D --disableFastRender --watch --verbose",
|
|
"server:production": "hugo server --source=exampleSite --gc --disableFastRender -e production --watch --verbose"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Sped0n/bridget.git"
|
|
},
|
|
"keywords": [
|
|
"hugo",
|
|
"theme",
|
|
"photography"
|
|
],
|
|
"author": "spedon",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Sped0n/bridget/issues"
|
|
},
|
|
"homepage": "https://github.com/Sped0n/bridget#readme",
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
|
"@typescript-eslint/parser": "^5.57.0",
|
|
"eslint": "^8.37.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-config-standard": "^17.0.0",
|
|
"eslint-config-standard-with-typescript": "^34.0.1",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-n": "^15.6.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"prettier": "2.8.7",
|
|
"typescript": "^5.0.2"
|
|
}
|
|
}
|