Skip to content

Instantly share code, notes, and snippets.

@coryhouse
Created February 28, 2021 18:46
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save coryhouse/9bdb4b1f06695e913ce6f8a722d4d9fd to your computer and use it in GitHub Desktop.
Save coryhouse/9bdb4b1f06695e913ce6f8a722d4d9fd to your computer and use it in GitHub Desktop.
package.json for Building a JS Development Environment on Pluralsight
{
"name": "javascript-development-environment",
"version": "1.0.0",
"description": "JavaScript development environment Pluralsight course by Cory House",
"scripts": {
},
"author": "Cory House",
"license": "MIT",
"dependencies": {
"whatwg-fetch": "3.6.2"
},
"devDependencies": {
"@babel/cli": "7.13.0",
"@babel/core": "7.13.8",
"@babel/node": "^7.13.0",
"@babel/preset-env": "7.13.8",
"@babel/register": "7.13.8",
"babel-loader": "8.2.2",
"chai": "4.3.0",
"chalk": "4.1.0",
"cheerio": "1.0.0-rc.5",
"compression": "1.7.4",
"cross-env": "7.0.3",
"css-loader": "5.1.0",
"eslint": "7.21.0",
"eslint-plugin-import": "2.22.1",
"eslint-watch": "7.0.0",
"express": "4.17.1",
"faker": "^5.4.0",
"html-webpack-plugin": "5.2.0",
"jsdom": "^16.4.0",
"json-schema-faker": "0.5.0-rcv.27",
"json-server": "0.16.3",
"localtunnel": "2.0.1",
"mini-css-extract-plugin": "^1.3.9",
"mocha": "8.3.0",
"npm-run-all": "4.1.5",
"numeral": "2.0.6",
"open": "7.4.2",
"rimraf": "3.0.2",
"style-loader": "2.0.0",
"surge": "0.21.7",
"webpack": "5.24.2",
"webpack-dev-middleware": "4.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment