diff options
| author | 2026-02-10 13:28:23 +0800 | |
|---|---|---|
| committer | 2026-02-10 13:28:23 +0800 | |
| commit | 21ec63eaaf2ab1cb088f1c1787200a91cce460a5 (patch) | |
| tree | d3ffcbd1a53b4567c1ba5995a49ecf656fb3c596 /packages/docs/package.json | |
| parent | 3bc1e77f3922d5bdb824d1249971738a8d175f41 (diff) | |
| download | DropOut-21ec63eaaf2ab1cb088f1c1787200a91cce460a5.tar.gz DropOut-21ec63eaaf2ab1cb088f1c1787200a91cce460a5.zip | |
chore: sync with main [skip ci] (#91)
Co-authored-by: NtskwK <natsukawa247@outlook.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to 'packages/docs/package.json')
| -rw-r--r-- | packages/docs/package.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/packages/docs/package.json b/packages/docs/package.json new file mode 100644 index 0000000..18a5bf3 --- /dev/null +++ b/packages/docs/package.json @@ -0,0 +1,39 @@ +{ + "name": "@dropout/docs", + "private": true, + "type": "module", + "scripts": { + "build": "react-router build", + "dev": "react-router dev", + "start": "react-router-serve ./build/server/index.js", + "types:check": "react-router typegen && fumadocs-mdx && tsc --noEmit", + "postinstall": "fumadocs-mdx", + "lint": "biome check", + "format": "biome format --write" + }, + "dependencies": { + "@react-router/node": "^7.12.0", + "@react-router/serve": "^7.12.0", + "fumadocs-core": "16.4.7", + "fumadocs-mdx": "14.2.6", + "fumadocs-ui": "16.4.7", + "isbot": "^5.1.32", + "react": "^19.2.3", + "react-dom": "^19.2.3", + "react-router": "^7.12.0" + }, + "devDependencies": { + "@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", + "tailwindcss": "^4.1.18", + "typescript": "^5.9.3", + "vite": "^7.3.1", + "vite-tsconfig-paths": "^6.0.4", + "@biomejs/biome": "^2.3.11" + } +} |