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