mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@next/codemod",
|
|
"version": "16.4.0-canary.36",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "vercel/next.js",
|
|
"directory": "packages/next-codemod"
|
|
},
|
|
"dependencies": {
|
|
"cheerio": "1.0.0-rc.9",
|
|
"commander": "12.1.0",
|
|
"execa": "4.0.3",
|
|
"find-up": "4.1.0",
|
|
"globby": "11.0.1",
|
|
"is-git-clean": "1.1.0",
|
|
"js-yaml": "4.2.0",
|
|
"jscodeshift": "17.0.0",
|
|
"picocolors": "1.0.0",
|
|
"prompts": "2.4.2",
|
|
"semver": "7.6.3",
|
|
"strip-ansi": "6.0.0"
|
|
},
|
|
"files": [
|
|
"transforms/*.js",
|
|
"transforms/lib/**/*.js",
|
|
"bin/*.js",
|
|
"lib/**/*.js",
|
|
"lib/cra-to-next/gitignore"
|
|
],
|
|
"scripts": {
|
|
"build": "pnpm tsc -d -p tsconfig.json",
|
|
"dev": "pnpm tsc -d -w -p tsconfig.json",
|
|
"test": "jest",
|
|
"test:upgrade-fixture": "./scripts/test-upgrade-fixture.sh"
|
|
},
|
|
"bin": "./bin/next-codemod.js",
|
|
"devDependencies": {
|
|
"@types/find-up": "4.0.0",
|
|
"@types/js-yaml": "4.0.9",
|
|
"@types/jscodeshift": "0.11.0",
|
|
"@types/prompts": "2.4.2",
|
|
"@types/semver": "7.3.1",
|
|
"typescript": "6.0.2"
|
|
}
|
|
}
|