Created
May 31, 2020 00:33
-
-
Save headwinds/c3c249a08f995b96f8827e095b4a5de9 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": "porthole", | |
"version": "1.0.0", | |
"description": "the overlap of city and country", | |
"main": "index.js", | |
"repository": "https://github.com/headwinds/porthole", | |
"scripts": { | |
"dev": "babel-node index.js --presets es2015,stage-2", | |
"build": "next build", | |
"start": "NODE_ENV=production babel-node index.js --presets es2015,stage-2 --cors", | |
"deploy": "now -e NODE_ENV=production", | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "Brandon Flowers <[email protected]>", | |
"license": "MIT", | |
"dependencies": { | |
"axios": "0.18.0", | |
"babel-cli": "^6.24.1", | |
"babel-plugin-emotion": "8.0.4", | |
"babel-preset-es2015": "^6.24.1", | |
"babel-preset-stage-2": "^6.24.1", | |
"babel-register": "^6.24.1", | |
"bluebird": "^3.5.0", | |
"body-parser": "1.18.3", | |
"btoa": "^1.1.2", | |
"connect-mongo": "^2.0.1", | |
"cors": "^2.8.3", | |
"emotion": "8.0.5", | |
"emotion-server": "8.0.5", | |
"eslint-config-motley": "^4.0.0", | |
"express": "^4.14.0", | |
"express-session": "^1.15.6", | |
"feedparser": "^2.2.0", | |
"formidable": "^1.1.1", | |
"fs": "0.0.1-security", | |
"graphql": "^0.12.3", | |
"graphql-anywhere": "^4.1.7", | |
"graphql-tag": "^2.8.0", | |
"gsap": "^1.20.3", | |
"image-preloader": "^1.1.1", | |
"imports-loader": "^0.7.1", | |
"isomorphic-fetch": "^2.2.1", | |
"jsdom": "^11.3.0", | |
"load-img": "^1.0.0", | |
"lodash": "^4.17.4", | |
"mongoose": "^5.0.3", | |
"multer": "1.3.0", | |
"next": "^9.4.4", | |
"next-apollo": "^1.0.13", | |
"next-redux-wrapper": "^1.3.2", | |
"node-fetch": "^1.6.3", | |
"passport": "^0.4.0", | |
"passport-facebook": "^2.1.1", | |
"passport-google": "^0.3.0", | |
"passport-google-oauth": "^1.0.0", | |
"passport-twitter": "^1.0.4", | |
"passport-twitter-token": "1.3.0", | |
"path-match": "1.2.4", | |
"react": "^16.13.1", | |
"react-apollo": "^2.0.4", | |
"react-dom": "^16.13.1", | |
"react-emotion": "8.0.5", | |
"react-redux": "^5.0.6", | |
"react-social-login": "3.4.2", | |
"react-twitter-auth": "^0.0.12", | |
"recompose": "0.27.1", | |
"redux": "^3.7.2", | |
"redux-logger": "^3.0.6", | |
"redux-saga": "^0.15.6", | |
"redux-thunk": "^2.2.0", | |
"serve-favicon": "^2.4.5", | |
"snapsvg": "^0.5.1", | |
"underscore": "^1.8.3", | |
"xmlserializer": "^0.6.0" | |
}, | |
"private": true, | |
"devDependencies": { | |
"eslint-plugin-import": "^2.7.0", | |
"pretty-exceptions": "^1.1.3" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment