Skip to content

Instantly share code, notes, and snippets.

@aturan23
Created June 6, 2019 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aturan23/7e81240b98f129cbda041c3fc2d63da4 to your computer and use it in GitHub Desktop.
Save aturan23/7e81240b98f129cbda041c3fc2d63da4 to your computer and use it in GitHub Desktop.
{
"name": "create-react-app",
"version": "0.0.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "1.1.0",
"@material-ui/core": "3.9.2",
"@material-ui/icons": "3.0.2",
"auth0-lock": "11.14.1",
"autosuggest-highlight": "3.1.1",
"axios": "^0.19.0",
"axios-mock-adapter": "1.16.0",
"babel-polyfill": "7.0.0-beta.3",
"chart.js": "2.8.0",
"date-fns": "2.0.0-alpha.27",
"downshift": "3.2.7",
"firebase": "5.9.1",
"formsy-react": "1.1.5",
"google-map-react": "1.1.2",
"jsonwebtoken": "8.5.1",
"jss-extend": "6.2.0",
"jwt-decode": "2.2.0",
"keycode": "2.2.0",
"lodash": "4.17.11",
"material-ui-pickers": "2.2.4",
"material-ui-popup-state": "1.3.2",
"mobile-detect": "1.4.3",
"moment": "2.24.0",
"notistack": "0.5.1",
"path-to-regexp": "3.0.0",
"perfect-scrollbar": "1.4.0",
"prismjs": "1.15.0",
"qs": "6.7.0",
"raw-loader": "1.0.0",
"react": "16.8.5",
"react-autosuggest": "9.4.3",
"react-beautiful-dnd": "10.1.0",
"react-big-calendar": "0.20.4",
"react-chartjs-2": "2.7.4",
"react-dom": "16.8.5",
"react-draggable": "3.2.1",
"react-frame-component": "4.1.0",
"react-google-login": "^5.0.4",
"react-jss": "8.6.1",
"react-loadable": "5.5.0",
"react-masonry-css": "1.0.12",
"react-number-format": "4.0.7",
"react-popper": "1.0.2",
"react-reactive-form": "^1.0.30",
"react-redux": "6.0.1",
"react-router-config": "5.0.0",
"react-router-dom": "5.0.0",
"react-scripts": "2.1.8",
"react-select": "2.4.2",
"react-swipeable-views": "0.13.1",
"react-table": "6.9.2",
"react-text-mask": "5.4.3",
"react-virtualized": "9.21.0",
"redux": "4.0.1",
"redux-thunk": "2.3.0",
"typeface-muli": "0.0.71",
"velocity-react": "1.4.1"
},
"resolutions": {
"react": "16.8.5",
"react-dom": "16.8.5"
},
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/node": "7.2.2",
"@babel/preset-env": "7.3.1",
"cross-env": "5.2.0",
"globby": "8.0.2",
"js-beautify": "1.9.0",
"marked": "^0.6.2",
"purgecss": "1.1.0",
"tailwindcss": "0.7.4",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.2"
},
"scripts": {
"start": "yarn run tailwind && cross-env NODE_PATH=src react-scripts start",
"build": "yarn run tailwind && node ./purge-tailwindcss.js && cross-env NODE_PATH=src GENERATE_SOURCEMAP=false react-scripts build",
"tailwind": "./node_modules/.bin/tailwind build ./src/styles/tailwind.base.css -c ./tailwind.js -o ./src/styles/tailwind.css",
"test": "cross-env NODE_PATH=src react-scripts test --env=node",
"eject": "cross-env NODE_PATH=src react-scripts eject",
"build-docs": "babel-node src/app/main/components/material-ui/build.js",
"build-stats": "yarn run build --stats",
"bundle-report": "yarn run build-stats && webpack-bundle-analyzer build/bundle-stats.json -m static -r build/bundle-stats.html -O"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment