Initial commit from Create Fumadocs App

This commit is contained in:
2025-06-02 23:28:40 +08:00
commit 148aac5a92
20 changed files with 1158 additions and 0 deletions

29
package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "solardocs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"next": "15.3.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"fumadocs-ui": "15.5.0",
"fumadocs-core": "15.5.0",
"fumadocs-mdx": "11.6.6"
},
"devDependencies": {
"@types/node": "22.15.28",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.5",
"typescript": "^5.8.3",
"@types/mdx": "^2.0.13",
"@tailwindcss/postcss": "^4.1.8",
"tailwindcss": "^4.1.8",
"postcss": "^8.5.4"
}
}