mirror of
https://github.com/meshtastic/web.git
synced 2026-06-10 22:45:06 -04:00
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.2.4 to 4.1.8. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.8/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.1.8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "@meshtastic/web",
|
|
"version": "2.7.0-0",
|
|
"type": "module",
|
|
"description": "Meshtastic web client monorepo",
|
|
"license": "GPL-3.0-only",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/meshtastic/web.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/meshtastic/web/issues"
|
|
},
|
|
"homepage": "https://meshtastic.org",
|
|
"lint-staged": {
|
|
"*.{ts,tsx}": [
|
|
"oxlint",
|
|
"oxfmt"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"lint": "oxlint",
|
|
"lint:fix": "oxlint --fix",
|
|
"format": "oxfmt --check .",
|
|
"format:fix": "oxfmt .",
|
|
"check": "pnpm lint && pnpm format",
|
|
"check:fix": "pnpm lint:fix && pnpm format:fix",
|
|
"build:all": "pnpm run --filter '*' build",
|
|
"clean:all": "pnpm run --filter '*' clean",
|
|
"publish:packages": "pnpm run build --filter 'packages/transport-*'",
|
|
"test": "vitest",
|
|
"prepare": "husky"
|
|
},
|
|
"dependencies": {
|
|
"@bufbuild/protobuf": "^2.9.0",
|
|
"@meshtastic/protobufs": "jsr:^2.7.20",
|
|
"ste-simple-events": "^3.0.11",
|
|
"tslog": "^4.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.3.1",
|
|
"husky": "^9.1.0",
|
|
"lint-staged": "^16.0.0",
|
|
"oxfmt": "^0.16.0",
|
|
"oxlint": "^1.41.0",
|
|
"tsdown": "^0.15.0",
|
|
"typescript": "^5.9.2",
|
|
"vitest": "^4.1.8"
|
|
},
|
|
"packageManager": "pnpm@10.32.1",
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@serialport/bindings-cpp",
|
|
"@tailwindcss/oxide",
|
|
"core-js",
|
|
"esbuild"
|
|
]
|
|
}
|
|
}
|