recreate-react-app
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "recreate-react-app", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Minimal React app template with Webpack 5, Babel, and TypeScript", | ||
"license": "MIT", | ||
"author": "Cliff Zhang <cliffzhang08@gmail.com>", | ||
"main": "./bin/index.js", | ||
"main": "./dist/bin/index.js", | ||
"bin": { | ||
"recreate-react-app": "./bin/index.js" | ||
"recreate-react-app": "./dist/bin/index.js" | ||
}, | ||
"scripts": {}, | ||
"scripts": { | ||
"build": "tsc", | ||
"dev": "tsc --watch" | ||
}, | ||
"dependencies": { | ||
"fs-extra": "^10.1.0", | ||
"yauzl": "^2.10.0" | ||
}, | ||
"devDependencies": { | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/yauzl": "^2.10.0", | ||
"typescript": "^4.9.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18958
17
337
3
2