Created
March 31, 2019 12:25
-
-
Save beshkenadze/4649784d7e3ca4ac93e0d98f80b3a363 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "token_frontender_magazine", | |
"version": "1.0.0", | |
"private": false, | |
"scripts": { | |
"start": "node ./build/server.js", | |
"build:dev": "babel source -s true -d build --ignore __tests__/**,__mocks__/**", | |
"build": "babel source --minified -s true -d build --ignore __tests__/**,__mocks__/**", | |
"watch": "babel source --watch --minified -s true -d build --ignore __tests__/**,__mocks__/**" | |
}, | |
"description": "Tokens Frontender Magazine", | |
"keywords": [ | |
"tokens", | |
"fm" | |
], | |
"author": "Anton Nemtsev <[email protected]>", | |
"contributors": [ | |
{ | |
"name": "Anton Nemtsev", | |
"email": "[email protected]" | |
} | |
], | |
"license": "CC-BY-4.0", | |
"main": "server.js", | |
"devDependencies": { | |
"@plasma-platform/tm-message-hook": "^2.0.12", | |
"babel-eslint": "^10.0.1", | |
"documentation": "^9.1.1", | |
"eslint": "^5.14.0", | |
"eslint-config-airbnb": "^17.1.0", | |
"eslint-config-prettier": "^4.0.0", | |
"eslint-plugin-import": "^2.16.0", | |
"eslint-plugin-jest": "^22.3.0", | |
"eslint-plugin-jsx-a11y": "^6.2.1", | |
"eslint-plugin-react": "^7.12.4", | |
"lint-staged": "^8.1.4", | |
"prettier": "^1.16.4" | |
}, | |
"dependencies": { | |
"@babel/core": "^7.3.3", | |
"@babel/cli": "^7.2.3", | |
"@babel/node": "^7.2.2", | |
"@babel/plugin-proposal-export-namespace-from": "^7.2.0", | |
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | |
"@babel/plugin-syntax-export-default-from": "^7.2.0", | |
"@babel/plugin-transform-runtime": "^7.2.0", | |
"@babel/preset-env": "^7.3.1", | |
"@babel/runtime": "^7.3.4", | |
"connect-mongo": "^2.0.3", | |
"dotenv": "^6.2.0", | |
"express-session": "^1.15.6", | |
"jsonwebtoken": "^8.4.0", | |
"jwt-builder": "^1.1.0", | |
"request": "^2.88.0", | |
"request-promise": "^4.2.4", | |
"restify": "^7.7.0", | |
"restify-cookies": "^0.2.5", | |
"uuid": "^3.3.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment