@craco/craco
Version:
Create React App Configuration Override, an easy and comprehensible configuration layer for create-react-app.
49 lines (48 loc) • 1.16 kB
JSON
{
"name": "@craco/craco",
"description": "Create React App Configuration Override, an easy and comprehensible configuration layer for create-react-app.",
"scripts": {},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/gsoft-inc/craco.git"
},
"keywords": [
"react",
"create-react-app",
"cra"
],
"author": "Groupe Sharegate inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/gsoft-inc/craco/issues"
},
"homepage": "https://github.com/gsoft-inc/craco",
"engines": {
"node": ">=6"
},
"files": [
"bin",
"lib",
"scripts",
"index.js"
],
"bin": {
"craco": "./bin/craco.js"
},
"peerDependencies": {
"react-scripts": "*"
},
"devDependencies": {
"react-scripts": "3.*"
},
"dependencies": {
"cross-spawn": "^7.0.0",
"lodash": "^4.17.15",
"webpack-merge": "^4.2.2"
},
"version": "5.6.4",
"gitHead": "ee80f6c6f1206f6da0c47b40e65f6cbaa3370137"
}