Skip to content

Instantly share code, notes, and snippets.

@Franckapik
Created April 17, 2020 11:19
Show Gist options
  • Save Franckapik/8bb87d14f21113bbc7e85b8adff9c5bd to your computer and use it in GitHub Desktop.
Save Franckapik/8bb87d14f21113bbc7e85b8adff9c5bd to your computer and use it in GitHub Desktop.
{
"name": "views",
"version": "0.1.0",
"private": true,
"dependencies": {
"auth0-js": "^9.13.2",
"blend4web": "^17.12.0",
"braintree-web-drop-in-react": "^1.1.1",
"eslint": "^5.16.0",
"eslint-config-react-app": "^5.2.1",
"file-saver": "^2.0.2",
"formik": "^1.5.0",
"google-map-react": "^1.1.7",
"history": "^4.10.1",
"interweave": "^12.5.0",
"leaflet": "^1.6.0",
"leaflet-geosearch": "^2.7.0",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"react": "^16.13.1",
"react-animate-on-scroll": "^2.1.5",
"react-chat-widget": "^2.1.5",
"react-color": "^2.18.0",
"react-dom": "^16.13.1",
"react-easy-state": "^6.1.1",
"react-facebook": "^6.0.15",
"react-ga": "^2.7.0",
"react-image-zoom": "^0.7.0",
"react-jsonschema-form": "^1.8.1",
"react-leaflet": "^2.6.3",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.4.1",
"react-three-fiber": "^4.0.28",
"react-twitter-embed": "^2.0.4",
"snyk": "^1.305.1",
"socket.io-client": "^2.3.0",
"three": "^0.115.0",
"yup": "^0.26.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"proxy": "http://0.0.0.0:3005",
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"glob-all": "^3.2.1",
"purgecss-webpack-plugin": "^1.6.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment