next-csrf
Version:
CSRF mitigation library for Next.js
37 lines (36 loc) • 920 B
JSON
{
"name": "@next/react-dev-overlay",
"version": "9.5.3",
"description": "A development-only overlay for developing React applications.",
"repository": {
"url": "vercel/next.js",
"directory": "packages/react-dev-overlay"
},
"files": [
"lib/"
],
"author": "Joe Haddad <timer@vercel.com>",
"license": "MIT",
"scripts": {
"prepublish": "tsc -d -p tsconfig.json",
"build": "tsc -d -w -p tsconfig.json"
},
"dependencies": {
"@babel/code-frame": "7.10.4",
"ally.js": "1.4.1",
"anser": "1.4.9",
"chalk": "4.0.0",
"classnames": "2.2.6",
"data-uri-to-buffer": "3.0.0",
"shell-quote": "1.7.2",
"source-map": "0.8.0-beta.0",
"stacktrace-parser": "0.1.10",
"strip-ansi": "6.0.0"
},
"peerDependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0",
"webpack": "^4 || ^5"
},
"gitHead": "b6df8104068fb43fc07183390d661470a3bccb95"
}