Skip to content

Instantly share code, notes, and snippets.

@ConnectedReasoning
Created April 28, 2018 00:10
Show Gist options
  • Save ConnectedReasoning/db733347508d4a1d038557cbb368c8ae to your computer and use it in GitHub Desktop.
Save ConnectedReasoning/db733347508d4a1d038557cbb368c8ae to your computer and use it in GitHub Desktop.
nice package
{
"name": "packer",
"version": "0.0.1",
"private": true,
"description": "API packer",
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack",
"watch": "webpack --watch"
},
"engines": {
"node": "~9.2.1",
"npm": "~5.6.0"
},
"repository": {
"type": "git"
},
"dependencies": {
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"extract-text-webpack-plugin": "^3.0.2",
"lodash": "^4.17.10",
"morgan": "^1.9.0",
"neo4j-driver": "^1.5.3",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-webpack": "^0.4.1",
"serve-favicon": "^2.5.0",
"uuid": "^3.2.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"chai": "^4.1.2",
"css-loader": "^0.28.11",
"debug": "^3.1.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"mocha": "^5.1.1",
"node-sass": "^4.9.0",
"request": "^2.85.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"webpack": "^3.1.0",
"webpack-cli": "^2.0.15",
"webpack-dev-server": "^3.1.3"
},
"license": "UNLICENSED"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment