Created
January 31, 2020 08:38
-
-
Save shipcake/a8357d7303812ea01fae7114bf09dc09 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "mfront", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"dev": "next", | |
"build": "next build", | |
"start": "next start", | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "", | |
"license": "ISC", | |
"dependencies": { | |
"@babel/polyfill": "^7.7.0", | |
"@material-ui/core": "^4.6.0", | |
"@material-ui/icons": "^4.5.1", | |
"@next/bundle-analyzer": "^9.1.4", | |
"@types/jsonwebtoken": "^8.3.5", | |
"@types/lodash": "^4.14.149", | |
"@types/mongoose": "^5.5.32", | |
"@types/react-input-mask": "^2.0.4", | |
"@types/styled-components": "^4.4.0", | |
"@types/styled-theming": "^2.2.2", | |
"@zeit/next-css": "^1.0.1", | |
"apollo-boost": "^0.4.4", | |
"apollo-link-error": "^1.1.12", | |
"apollo-server-micro": "^2.9.7", | |
"apollo-upload-client": "^11.0.0", | |
"apollo-upload-server": "^7.1.0", | |
"axios": "^0.19.0", | |
"bcrypt": "^3.0.7", | |
"cross-fetch": "^3.0.4", | |
"font-awesome": "^4.7.0", | |
"graphql": "^14.5.8", | |
"graphql-tag": "^2.10.1", | |
"graphql-upload": "^9.0.0", | |
"install": "^0.13.0", | |
"isomorphic-unfetch": "^3.0.0", | |
"jsonwebtoken": "^8.5.1", | |
"lodash": "^4.17.15", | |
"mdbreact": "^4.22.0", | |
"micro-cookie-session": "^2.0.0-beta.1", | |
"micro-cors": "^0.1.1", | |
"micro-mw": "^1.3.0", | |
"moment-timezone": "^0.5.27", | |
"mongoose": "^5.7.13", | |
"next": "^9.1.4", | |
"next-compose-plugins": "^2.2.0", | |
"next-fonts": "^0.19.0", | |
"next-images": "^1.2.0", | |
"node-fetch": "^2.6.0", | |
"npm": "^6.13.0", | |
"nprogress": "^0.2.0", | |
"react": "^16.11.0", | |
"react-animate-height": "^2.0.16", | |
"react-apollo-hooks": "^0.5.0", | |
"react-cli": "^0.3.1", | |
"react-cookie": "^4.0.1", | |
"react-dom": "^16.11.0", | |
"react-dropzone": "^10.1.10", | |
"react-height": "^3.0.0", | |
"react-hook-form": "^3.26.5", | |
"react-image-lightbox": "^5.1.0", | |
"react-input-mask": "^2.0.4", | |
"react-lazy-load-image-component": "^1.3.2", | |
"react-moment": "^0.9.6", | |
"react-notifications": "^1.4.3", | |
"react-number-format": "^4.3.1", | |
"react-perfect-scrollbar": "^1.5.3", | |
"react-render-html": "^0.6.0", | |
"react-slick": "^0.25.2", | |
"react-waypoint": "^9.0.2", | |
"reactn": "^2.2.4", | |
"reactn-devtools": "^1.1.0", | |
"redux": "^4.0.4", | |
"sharp": "^0.23.2", | |
"sitemap": "^5.1.0", | |
"slick-carousel": "^1.8.1", | |
"styled-components": "^4.4.1", | |
"styled-theming": "^2.2.0", | |
"typeorm": "^0.2.20", | |
"typescript": "^3.7.2", | |
"unfetch": "^4.1.0", | |
"universal-cookie": "^4.0.2", | |
"whatwg-fetch": "^3.0.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment