-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from MAIF/issue-43
#43 problem with context propagation on react client
- Loading branch information
Showing
5 changed files
with
258 additions
and
77 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"name": "react-izanami", | ||
"version": "1.0.2", | ||
"description": "A set of React Component to use izanami idiomatically", | ||
"main": "lib/index.js", | ||
"author": "MAIF Team", | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": "^8" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/MAIF/izanami.git" | ||
}, | ||
"scripts": { | ||
"prepublishOnly": "node_modules/babel-cli/bin/babel.js src --out-dir lib", | ||
"bundle": "cross-env NODE_ENV=production webpack --colors --progress", | ||
"build": "rm -f ./dist/* && npm run bundle", | ||
"start": "cross-env NODE_ENV=dev webpack-dev-server -d --colors --inline --port 3040" | ||
}, | ||
"dependencies": { | ||
"deep-equal": "^1.0.1", | ||
"deepmerge": "^1.4.4", | ||
"es-symbol": "1.1.2", | ||
"es6-shim": "0.35.3", | ||
"lodash": "^4.17.4", | ||
"prop-types": "15.6.0", | ||
"react": "16.0.0", | ||
"react-dom": "16.0.0", | ||
"react-redux": "^5.0.6", | ||
"redux": "^3.7.2", | ||
"redux-thunk": "^2.2.0", | ||
"whatwg-fetch": "2.0.3" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "6.24.1", | ||
"babel-core": "6.25.0", | ||
"babel-loader": "7.1.1", | ||
"babel-preset-es2015": "6.24.1", | ||
"babel-preset-react": "6.24.1", | ||
"babel-preset-stage-0": "6.24.1", | ||
"cross-env": "5.0.1", | ||
"webpack": "3.5.5", | ||
"webpack-dev-server": "2.7.1" | ||
} | ||
} |
This file contains 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
Oops, something went wrong.