react-whitelabel
Version:
A React context and components that make run-time white-labeling of a React app easy.
39 lines (38 loc) • 1.1 kB
JSON
{
"name": "react-whitelabel",
"version": "0.0.5",
"description": "A React context and components that make run-time white-labeling of a React app easy.",
"main": "dist/app.bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --config webpack.dev.js",
"prod": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "https://code.thintz.com/react-whitelabel"
},
"keywords": [
"react",
"whitelabel",
"white-label",
"white-labelling"
],
"author": "Thomas Hintz <thomas@thomashintz.org> (https://thomashintz.org)",
"homepage": "https://thomashintz.org/lib/react-whitelabel",
"license": "(GPL-3.0+ OR MIT)",
"dependencies": {
"react": "^16.13.0"
},
"devDependencies": {
"@babel/compat-data": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2"
}
}