Created
December 6, 2019 10:42
-
-
Save tushartuteja/e02bc5996ca11cd0544d26ea0c8cf67c 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": "sampleapp", | |
| "version": "0.0.0", | |
| "private": true, | |
| "scripts": { | |
| "start": "npm run build && node dist/bin/www", | |
| "build": "rimraf dist/ && babel ./ --out-dir dist/ --ignore ./node_modules,./.babelrc,./package.json,./npm-debug.log --copy-files" | |
| }, | |
| "dependencies": { | |
| "cookie-parser": "~1.4.4", | |
| "debug": "~2.6.9", | |
| "express": "~4.16.1", | |
| "http-errors": "~1.6.3", | |
| "jade": "~1.11.0", | |
| "morgan": "~1.9.1" | |
| }, | |
| "devDependencies": { | |
| "babel-cli": "^6.26.0", | |
| "babel-preset-env": "^1.7.0", | |
| "rimraf": "^3.0.0" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment