Skip to content

Instantly share code, notes, and snippets.

@jbergens
Created September 23, 2019 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbergens/bd6811b22a397fff427f5ca8a7da0a34 to your computer and use it in GitHub Desktop.
Save jbergens/bd6811b22a397fff427f5ca8a7da0a34 to your computer and use it in GitHub Desktop.
Copy of a package-json we used for an internal tool
{
"name": "some-portal",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"build": "gulp build",
"start": "node ./dist/app.js",
"check-updates": "npm-check-updates"
},
"author": "Someone",
"license": "ISC",
"dependencies": {
"@aftonbladet/redux-api-middleware": "^1.1.1",
"express": "^4.17.1",
"express-session": "^1.16.2",
"isomorphic-fetch": "^2.2.1",
"mongodb": "^2.2.25",
"natives": "^1.1.6",
"password-hash": "^1.2.2",
"path": "^0.12.7",
"qs": "^6.7.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router-redux": "^4.0.6",
"redux": "^3.6.0",
"redux-api-middleware": "^1.0.2",
"redux-form": "^5.2.5"
},
"devDependencies": {
"babel-core": "^6.18.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"css-loader": "^0.25.0",
"del": "^5.0.0",
"element-resize-event": "^2.0.9",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-config-import": "^0.13.0",
"eslint-loader": "^1.6.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"json-loader": "^0.5.4",
"morgan": "^1.9.1",
"node-sass": "^4.12.0",
"npm-check-updates": "^3.1.21",
"postcss-loader": "^1.1.0",
"react-router": "^3.0.0",
"redux-logger": "^2.7.0",
"redux-thunk": "^2.3.0",
"rimraf": "^2.7.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"supervisor": "^0.11.0",
"webpack": "^1.13.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment