forked from vercel/next.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@vercel/turbopack-next",
"version": "0.0.0",
"description": "turbopack next runtime",
"license": "UNLICENSED",
"private": true,
"scripts": {
"build": "pnpm build:compiled && pnpm check",
"build:compiled": "node build.mjs",
"check": "tsc --noEmit"
},
"dependencies": {
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg.vercel.app/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-230703.2",
"@vercel/turbopack-node": "https://gitpkg.vercel.app/vercel/turbo/crates/turbopack-node/js?turbopack-230703.2",
"anser": "^2.1.1",
"css.escape": "^1.5.1",
"next": "*",
"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.2.5",
"@types/react-dom": "18.2.3",
"@vercel/ncc": "^0.36.0",
"find-up": "^6.3.0"
}
}