ecology9-src4js-tools
Version:
src4js-tools
22 lines (21 loc) • 532 B
JSON
{
"name": "react-app-rewired",
"version": "1.5.2",
"description": "Tweak the create-react-app webpack config(s) without using 'eject' and without creating a fork of the react-scripts",
"private": false,
"bin": {
"react-app-rewired": "./bin/index.js"
},
"peerDependencies": {
"react-scripts": "^1.0.14"
},
"dependencies": {
"cross-spawn": "^5.1.0",
"dotenv": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timarney/react-app-rewired"
},
"license": "MIT"
}