Apply fixes for dependency issues
Showing
with
21 additions
and
8 deletions
This diff is collapsed.
Click to expand it.
react/build/trace
0 → 100644
| "scripts": { | ||
| "dev": "next dev", | ||
| "build": "next build && cp -r build/* ../fastapi/public/ && rm ../fastapi/public/package.json", | ||
| "start": "next start", | ||
| "lint": "next lint" | ||
| { | ||
| "name": "my-v0-project", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "dev": "next dev", | ||
| "build": "next build && cp -r build/* ../fastapi/public/ && rm ../fastapi/public/package.json", | ||
| "start": "next start", | ||
| "lint": "next lint" | ||
| }, | ||
| "dependencies": { | ||
| "next": "^14.2.16", | ||
| "react": "^19", | ||
| "react-dom": "^19" | ||
| } | ||
| } |
Please
register
or
sign in
to comment