diff options
| author | 2026-04-01 11:28:27 +0800 | |
|---|---|---|
| committer | 2026-04-01 11:28:27 +0800 | |
| commit | bf0634ab5091bb8c585b574c5ed175a2a231df5e (patch) | |
| tree | 6424355eb47fefa1f60029dab82fbcc69d0bb5d9 /packages/docs/package.json | |
| parent | 408df90aa804116ef82e5e40a79430820a1ed502 (diff) | |
| parent | 61c576ee502bf8929cd881cc40302be7b1c10b85 (diff) | |
| download | DropOut-bf0634ab5091bb8c585b574c5ed175a2a231df5e.tar.gz DropOut-bf0634ab5091bb8c585b574c5ed175a2a231df5e.zip | |
Merge branch 'main' into feat/docs-build-test
Diffstat (limited to 'packages/docs/package.json')
| -rw-r--r-- | packages/docs/package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/docs/package.json b/packages/docs/package.json index 59cddc7..5b039b5 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -25,11 +25,9 @@ "react-router": "^7.12.0" }, "devDependencies": { - "@biomejs/biome": "^2.3.11", "@react-router/dev": "^7.12.0", "@tailwindcss/vite": "^4.1.18", "@types/mdx": "^2.0.13", - "@types/node": "^25.0.5", "@types/react": "^19.2.8", "@types/react-dom": "^19.2.3", "react-router-devtools": "^6.1.0", @@ -38,4 +36,4 @@ "vite": "^7.3.1", "vite-tsconfig-paths": "^6.0.4" } -}
\ No newline at end of file +} |