Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererXII committed Jan 14, 2025
1 parent a81aa3b commit 8eedbc6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"packageManager": "pnpm@9.12.2",
"dependencies": {
"@build/tsconfig": "workspace:*",
"@types/jquery": "^3",
"@types/jquery": "^3.5.32",
"@types/lishogi": "workspace:*",
"del-cli": "^6",
"typescript": "^5"
"del-cli": "^6.0.0",
"typescript": "^5.7.3"
},
"devDependencies": {
"prettier": "^3",
"stylelint": "^16",
"stylelint-config-standard-scss": "^14",
"@biomejs/biome": "^1",
"@biomejs/biome": "^1.9.4",
"@types/node": "catalog:",
"knip": "^5"
"knip": "^5.42.0",
"prettier": "^3.4.2",
"stylelint": "^16.13.0",
"stylelint-config-standard-scss": "^14.0.0"
},
"scripts": {
"preinstall": "npx --yes only-allow pnpm",
Expand All @@ -51,6 +51,6 @@
"lint:fix": "pnpm lint:ts:fix && pnpm lint:scss:fix",
"format": "biome format && prettier --cache --check .",
"format:fix": "biome format --write && prettier --cache --write .",
"server": "./lila"
"server": "./lila.sh"
}
}

0 comments on commit 8eedbc6

Please sign in to comment.