Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update examples
  • Loading branch information
lyfeyaj committed May 31, 2017
1 parent c09dffe commit ccdc5b0
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions examples/react/package.json
Expand Up @@ -11,11 +11,27 @@
"license": "MIT",
"repository": "lyfeyaj/swipe",
"dependencies": {
"prop-types": "^15.5.8",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-hot-loader": "^1.3.0",
"swipejs": "^2.2.3"
"babel": "^6.23.0",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.23.1",
"eslint": "^2.13.1",
"eslint-loader": "^1.7.1",
"eslint-plugin-react": "^5.2.2",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.28.0",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-hot-loader": "^1.3.1",
"resolve-url-loader": "^1.6.1",
"style-loader": "^0.13.2",
"swipejs": "^2.2.8",
"url-loader": "^0.5.8",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.16.5"
},
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
Expand Down

0 comments on commit ccdc5b0

Please sign in to comment.