react-code-dataset / next.js /packages /next-codemod /bin /__testfixtures__ /next-14-installed /package.json
| { | |
| "name": "next-14-installed", | |
| "scripts": { | |
| "dev": "next dev" | |
| }, | |
| "dependencies": { | |
| "next": "14.3.0-canary.44", | |
| "react": "18.2.0", | |
| "react-dom": "18.2.0", | |
| "@types/react": "^18.2.0", | |
| "@types/react-dom": "^18.2.0" | |
| } | |
| } | |