react-app-rewired-preact
Version:
Tweak the create-react-app webpack config(s) without using 'eject' and without creating a fork of the react-scripts
22 lines (21 loc) • 551 B
JSON
{
"name": "react-app-rewired-preact",
"version": "1.6.3",
"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": {
"@just-boris/preact-scripts": "^1.1.4"
},
"dependencies": {
"cross-spawn": "^5.1.0",
"dotenv": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timarney/react-app-rewired"
},
"license": "MIT"
}