common react components
$ cd packages
$ create-react-app <COMPONENT_NAME> --scripts-version akiya-react-component-scripts
# remove the .git folder generate from creat-react-app
$ cd <COMPONENT_NAME> && rm -rf .gitPlease prefix @react-qui to name field of package.json. e.g. @react-qui/button.
Add below setting in package.json also.
{
"private": false,
"publishConfig": {
"access": "public"
}
}