Skip to content

Instantly share code, notes, and snippets.

@kalanaw
Created July 15, 2020 09:11
Show Gist options
  • Save kalanaw/fd6803c009271ad90f95a65bd9c49cbd to your computer and use it in GitHub Desktop.
Save kalanaw/fd6803c009271ad90f95a65bd9c49cbd to your computer and use it in GitHub Desktop.
temp-package.json
{
"name": "star-admin-free-react",
"version": "0.1.0",
"homepage": "https://bootstrapdash.com",
"private": true,
"config-overrides-path": "./config-overrides",
"dependencies": {
"@mdi/font": "^4.5.95",
"aws-amplify": "^1.1.22",
"aws-amplify-react": "^2.3.2",
"axios": "^0.19.2",
"bootstrap": "^4.3.1",
"bosket": "^0.2.3",
"brace": "^0.11.1",
"chart.js": "^2.8.0",
"chartjs-plugin-labels": "^1.1.0",
"compass-mixins": "^0.12.10",
"d3": "^5.15.0",
"d3-selection-multi": "^1.0.1",
"font-awesome": "^4.7.0",
"google-maps-react": "^2.0.2",
"googleapis": "^48.0.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"namor": "^1.1.3",
"node-sass": "^4.12.0",
"react": "^16.9.0",
"react-ace": "^7.0.4",
"react-beautiful-dnd": "^11.0.5",
"react-bootstrap": "^1.0.0-beta.12",
"react-bootstrap-editable": "^0.5.1",
"react-chartjs-2": "^2.8.0",
"react-collapse": "^5.0.0",
"react-datepicker": "^2.9.6",
"react-dom": "^16.9.0",
"react-quill": "^1.3.3",
"react-redux": "^7.2.0",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.1",
"react-select": "^3.0.8",
"react-sparklines": "^1.7.0",
"react-table": "^6.10.3",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"deploy-s3": "aws s3 --profile aws-cli-99xt sync ./build/ s3://99xt-covid19-dashboard --region ap-south-1",
"cache-bust": "aws cloudfront --profile aws-cli-99xt create-invalidation --distribution-id E1WGT6HIHMZ9JR --paths '/*'",
"release": "yarn && yarn build && yarn deploy-s3 && yarn cache-bust"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"customize-cra": "^0.9.1",
"react-app-rewired": "^2.1.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment