rsnext/packages/next-swc/crates/next-core/js/package.json
Tobias Koppers b4da5e00a8 update to latest next.js (vercel/turbo#3112)
* add GlobalError export to layout entry (see
https://github.com/vercel/next.js/pull/44066)
* update app manifest for CSS (see
https://github.com/vercel/next.js/pull/44168)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-12-21 20:44:18 +01:00

31 lines
777 B
JSON

{
"name": "@vercel/turbopack-next",
"version": "0.0.0",
"description": "turbopack next runtime",
"license": "UNLICENSED",
"private": true,
"scripts": {
"check": "tsc --noEmit",
"build:compiled": "node build.mjs"
},
"dependencies": {
"@vercel/turbopack-runtime": "latest",
"anser": "^2.1.1",
"css.escape": "^1.5.1",
"next": "^13.0.8-canary.2",
"platform": "1.3.6",
"react-dom": "^18.2.0",
"react": "^18.2.0",
"source-map": "0.8.0-beta.0",
"stacktrace-parser": "^0.1.10",
"strip-ansi": "^7.0.1"
},
"devDependencies": {
"@types/node": "^18.11.11",
"@types/platform": "^1.3.4",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vercel/ncc": "^0.36.0",
"find-up": "^6.3.0"
}
}