react-code-dataset
/
next.js
/test
/e2e
/app-dir
/app-external
/node_modules
/esm-with-react
/package.json
| { | |
| "name": "esm-with-react", | |
| "type": "module", | |
| "exports": "./index.js", | |
| "dependencies": { | |
| "react": "^18", | |
| "react-dom": "^18" | |
| } | |
| } | |