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", | "name": "my-v0-project", | ||
"build": "next build && cp -r build/* ../fastapi/public/ && rm ../fastapi/public/package.json", | "version": "0.1.0", | ||
"start": "next start", | "private": true, | ||
"lint": "next lint" | "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