next.js/examples/with-yarn-workspaces/packages/web-app/package.json
package.json16 lines272 B
{
  "private": true,
  "scripts": {
    "dev": "next",
    "build": "next build",
    "start": "next start"
  },
  "dependencies": {
    "next": "latest",
    "next-transpile-modules": "^9.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "license": "ISC"
}
Quest for Codev2.0.0
/
SIGN IN