Skip to content

Instantly share code, notes, and snippets.

@aheidelberg
Created October 3, 2018 08:59
Show Gist options
  • Save aheidelberg/11d9802dea04726cf2d88d5259871d14 to your computer and use it in GitHub Desktop.
Save aheidelberg/11d9802dea04726cf2d88d5259871d14 to your computer and use it in GitHub Desktop.
composer.json for docz
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.0",
"css-loader": "^0.28.11",
"docz": "^0.11.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-uglifyjs": "^0.6.2",
"plop": "^2.0.0",
"style-loader": "^0.21.0",
"webpack": "^4.7.0",
"webpack-cli": "^2.1.2"
},
"dependencies": {
"@material-ui/core": "^1.2.0",
"@material-ui/icons": "^1.1.0",
"axios": "^0.18.0",
"bic-from-iban": "^1.0.0",
"fuse.js": "^3.2.0",
"ibantools": "^2.0.0",
"moment": "^2.22.2",
"react": "^16.3.2",
"react-beautiful-dnd": "^8.0.2",
"react-dates": "^16.6.1",
"react-dom": "^16.3.2",
"react-modal": "^3.4.4",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-table": "^6.8.2",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"styled-components": "^3.2.6"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment