fix: 修改文件名大小写

This commit is contained in:
2025-07-10 12:21:44 +08:00
parent 2314b91919
commit 2d0c585ddb
2 changed files with 1762 additions and 13 deletions

1764
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,16 +9,17 @@
"lint": "next lint"
},
"dependencies": {
"@flowgram.ai/free-layout-editor": "^0.2.21",
"next": "15.3.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "15.3.5"
"react-dom": "^19.0.0"
},
"devDependencies": {
"typescript": "^5",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4"
"tailwindcss": "^4",
"typescript": "^5"
}
}