-
Notifications
You must be signed in to change notification settings - Fork 27k
/
package.json
43 lines (43 loc) · 1.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
34
35
36
37
38
39
40
41
42
43
{
"name": "@next/react-dev-overlay",
"version": "14.1.1",
"description": "A development-only overlay for developing React applications.",
"repository": {
"url": "vercel/next.js",
"directory": "packages/react-dev-overlay"
},
"files": [
"dist"
],
"author": "Joe Haddad <[email protected]>",
"license": "MIT",
"scripts": {
"build": "node ../../scripts/rm.mjs dist && tsc -d -p tsconfig.json",
"prepublishOnly": "cd ../../ && turbo run build",
"dev": "tsc -d -w -p tsconfig.json",
"typescript": "tsec --noEmit -p tsconfig.json"
},
"dependencies": {
"@babel/code-frame": "7.22.5",
"@types/babel__code-frame": "7.0.3",
"anser": "1.4.9",
"css.escape": "1.5.1",
"data-uri-to-buffer": "3.0.1",
"picocolors": "1.0.0",
"platform": "1.3.6",
"shell-quote": "1.7.3",
"source-map": "0.8.0-beta.0",
"stacktrace-parser": "0.1.10",
"strip-ansi": "6.0.1"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"webpack": "^4 || ^5"
},
"peerDependenciesMeta": {
"webpack": {
"optional": true
}
}
}