mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
Update On Fri Feb 6 20:02:30 CET 2026
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"web:visualize": "pnpm --filter=@nyanpasu/nyanpasu bundle:visualize",
|
||||
"lint": "run-s lint:*",
|
||||
"lint:prettier": "prettier --check .",
|
||||
"lint:eslint": "eslint --cache .",
|
||||
"lint:oxlint": "oxlint .",
|
||||
"lint:styles": "stylelint --cache --allow-empty-input \"**/*.{css,scss}\"",
|
||||
"lint:ts": "run-s lint:ts:*",
|
||||
"lint:ts:scripts": "tsc --noEmit --project ./scripts/tsconfig.json",
|
||||
@@ -35,7 +35,7 @@
|
||||
"fmt": "run-p fmt:*",
|
||||
"fmt:backend": "cargo fmt --manifest-path ./backend/Cargo.toml --all",
|
||||
"fmt:prettier": "prettier --write .",
|
||||
"fmt:eslint": "eslint --cache --fix . eslint.config.js",
|
||||
"fmt:oxlint": "oxlint --fix .",
|
||||
"updater": "tsx scripts/updater.ts",
|
||||
"updater:nightly": "tsx scripts/updater-nightly.ts",
|
||||
"send-notify": "tsx scripts/telegram-notify.ts",
|
||||
@@ -60,35 +60,20 @@
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "20.4.1",
|
||||
"@commitlint/config-conventional": "20.4.1",
|
||||
"@eslint/compat": "1.4.1",
|
||||
"@eslint/eslintrc": "3.3.3",
|
||||
"@ianvs/prettier-plugin-sort-imports": "4.7.1",
|
||||
"@tauri-apps/cli": "2.8.4",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/lodash-es": "4.17.12",
|
||||
"@types/node": "24.10.10",
|
||||
"@typescript-eslint/eslint-plugin": "8.54.0",
|
||||
"@typescript-eslint/parser": "8.54.0",
|
||||
"@types/node": "24.10.11",
|
||||
"autoprefixer": "10.4.24",
|
||||
"conventional-changelog-conventionalcommits": "9.1.0",
|
||||
"cross-env": "10.1.0",
|
||||
"dedent": "1.7.1",
|
||||
"eslint": "9.39.2",
|
||||
"eslint-config-prettier": "10.1.8",
|
||||
"eslint-import-resolver-alias": "1.1.2",
|
||||
"eslint-plugin-html": "8.1.4",
|
||||
"eslint-plugin-import": "2.32.0",
|
||||
"eslint-plugin-n": "17.23.2",
|
||||
"eslint-plugin-prettier": "5.5.5",
|
||||
"eslint-plugin-promise": "7.2.1",
|
||||
"eslint-plugin-react": "7.37.5",
|
||||
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
||||
"eslint-plugin-react-hooks": "7.0.1",
|
||||
"globals": "16.5.0",
|
||||
"knip": "5.83.0",
|
||||
"lint-staged": "16.2.7",
|
||||
"neostandard": "0.12.2",
|
||||
"npm-run-all2": "8.0.4",
|
||||
"oxlint": "^1.43.0",
|
||||
"postcss": "8.5.6",
|
||||
"postcss-html": "1.8.1",
|
||||
"postcss-import": "16.1.1",
|
||||
@@ -106,8 +91,7 @@
|
||||
"stylelint-scss": "6.14.0",
|
||||
"tailwindcss": "4.1.18",
|
||||
"tsx": "4.21.0",
|
||||
"typescript": "5.9.3",
|
||||
"typescript-eslint": "8.54.0"
|
||||
"typescript": "5.9.3"
|
||||
},
|
||||
"packageManager": "pnpm@10.28.2",
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user